Searched refs:FP_NORMAL (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/bionic/
H A Dfpclassify.cpp57 return FP_NORMAL;
70 return FP_NORMAL;
106 return (__fpclassifyd(d) == FP_NORMAL);
111 return (__fpclassifyf(f) == FP_NORMAL);
135 return FP_NORMAL;
152 return (__fpclassifyl(ld) == FP_NORMAL);
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dldtoa.c81 case FP_NORMAL:
H A Dhdtoa.c134 case FP_NORMAL:
154 /* FP_NORMAL or FP_SUBNORMAL */
231 case FP_NORMAL:
251 /* FP_NORMAL or FP_SUBNORMAL */
/bionic/tests/
H A Dmath_test.cpp105 ASSERT_EQ(FP_NORMAL, fpclassify(1.0f));
106 ASSERT_EQ(FP_NORMAL, fpclassify(1.0));
107 ASSERT_EQ(FP_NORMAL, fpclassify(1.0L));
173 ASSERT_EQ(FP_NORMAL, __fpclassifyd(1.0));
185 ASSERT_EQ(FP_NORMAL, __fpclassifyf(1.0f));
197 EXPECT_EQ(FP_NORMAL, __fpclassifyl(1.0L));
/bionic/libm/include/
H A Dmath.h82 #define FP_NORMAL 0x04 macro

Completed in 109 milliseconds