Loading libc/src/__support/math/canonicalize.h +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ namespace LIBC_NAMESPACE_DECL { namespace math { LIBC_INLINE int canonicalize(double *cx, const double *x) { LIBC_INLINE constexpr int canonicalize(double *cx, const double *x) { return fputil::canonicalize(*cx, *x); } Loading libc/src/__support/math/canonicalizebf16.h +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ namespace LIBC_NAMESPACE_DECL { namespace math { LIBC_INLINE int canonicalizebf16(bfloat16 *cx, const bfloat16 *x) { LIBC_INLINE constexpr int canonicalizebf16(bfloat16 *cx, const bfloat16 *x) { return fputil::canonicalize(*cx, *x); } Loading libc/src/__support/math/canonicalizef.h +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ namespace LIBC_NAMESPACE_DECL { namespace math { LIBC_INLINE int canonicalizef(float *cx, const float *x) { LIBC_INLINE constexpr int canonicalizef(float *cx, const float *x) { return fputil::canonicalize(*cx, *x); } Loading libc/src/__support/math/canonicalizef128.h +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ namespace LIBC_NAMESPACE_DECL { namespace math { LIBC_INLINE int canonicalizef128(float128 *cx, const float128 *x) { LIBC_INLINE constexpr int canonicalizef128(float128 *cx, const float128 *x) { return fputil::canonicalize(*cx, *x); } Loading libc/src/__support/math/canonicalizef16.h +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ namespace LIBC_NAMESPACE_DECL { namespace math { LIBC_INLINE int canonicalizef16(float16 *cx, const float16 *x) { LIBC_INLINE constexpr int canonicalizef16(float16 *cx, const float16 *x) { return fputil::canonicalize(*cx, *x); } Loading Loading
libc/src/__support/math/canonicalize.h +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ namespace LIBC_NAMESPACE_DECL { namespace math { LIBC_INLINE int canonicalize(double *cx, const double *x) { LIBC_INLINE constexpr int canonicalize(double *cx, const double *x) { return fputil::canonicalize(*cx, *x); } Loading
libc/src/__support/math/canonicalizebf16.h +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ namespace LIBC_NAMESPACE_DECL { namespace math { LIBC_INLINE int canonicalizebf16(bfloat16 *cx, const bfloat16 *x) { LIBC_INLINE constexpr int canonicalizebf16(bfloat16 *cx, const bfloat16 *x) { return fputil::canonicalize(*cx, *x); } Loading
libc/src/__support/math/canonicalizef.h +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ namespace LIBC_NAMESPACE_DECL { namespace math { LIBC_INLINE int canonicalizef(float *cx, const float *x) { LIBC_INLINE constexpr int canonicalizef(float *cx, const float *x) { return fputil::canonicalize(*cx, *x); } Loading
libc/src/__support/math/canonicalizef128.h +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ namespace LIBC_NAMESPACE_DECL { namespace math { LIBC_INLINE int canonicalizef128(float128 *cx, const float128 *x) { LIBC_INLINE constexpr int canonicalizef128(float128 *cx, const float128 *x) { return fputil::canonicalize(*cx, *x); } Loading
libc/src/__support/math/canonicalizef16.h +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ namespace LIBC_NAMESPACE_DECL { namespace math { LIBC_INLINE int canonicalizef16(float16 *cx, const float16 *x) { LIBC_INLINE constexpr int canonicalizef16(float16 *cx, const float16 *x) { return fputil::canonicalize(*cx, *x); } Loading