Searched refs:isnormal (Results 1 - 8 of 8) sorted by relevance

/bionic/libc/bionic/
H A Dfpclassify.cpp74 return isnormal(d);
76 __strong_alias(isnormal, __isnormal);
79 return isnormal(f);
100 return isnormal(ld);
/bionic/benchmarks/
H A Dmath_benchmark.cpp126 d += isnormal(v);
136 d += isnormal(v);
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_fmal.c201 if (!isnormal(z))
H A Ds_fma.c213 if (!isnormal(z))
/bionic/tests/headers/posix/
H A Dmath_h.c64 #if !defined(isnormal)
65 #error isnormal
/bionic/tests/
H A Dmath_test.cpp155 TEST(MATH_TEST, isnormal) {
156 ASSERT_TRUE(isnormal(123.0f));
157 ASSERT_TRUE(isnormal(123.0));
158 ASSERT_TRUE(isnormal(123.0L));
159 ASSERT_FALSE(isnormal(float_subnormal()));
160 ASSERT_FALSE(isnormal(double_subnormal()));
161 ASSERT_FALSE(isnormal(ldouble_subnormal()));
/bionic/libc/include/
H A Dmath.h71 #define isnormal(x) __builtin_isnormal(x) macro
/bionic/tools/versioner/current/
H A Dmath.h71 #define isnormal(x) __builtin_isnormal(x) macro

Completed in 185 milliseconds