/device/google/contexthub/lib/libm/ |
sf_fpclassify.c | 20 return FP_NORMAL;
|
/external/mesa3d/src/mesa/main/ |
querymatrix.c | 46 enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL} 58 return FP_NORMAL; 82 enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL} 86 return FP_NORMAL; 156 * valid floating point number. FP_ZERO and FP_NORMAL 161 case FP_NORMAL:
|
/bionic/libc/bionic/ |
fpclassify.cpp | 57 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/ |
ldtoa.c | 81 case FP_NORMAL:
|
hdtoa.c | 134 case FP_NORMAL: 154 /* FP_NORMAL or FP_SUBNORMAL */ 231 case FP_NORMAL: 251 /* FP_NORMAL or FP_SUBNORMAL */
|
/external/vixl/src/vixl/ |
utils.cc | 126 return FP_NORMAL;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
math.h | 212 FP_NORMAL 213 # define FP_NORMAL FP_NORMAL 253 # define isnormal(x) (fpclassify (x) == FP_NORMAL)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
math.h | 213 FP_NORMAL 214 # define FP_NORMAL FP_NORMAL 254 # define isnormal(x) (fpclassify (x) == FP_NORMAL)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
math.h | 345 #define FP_NORMAL 0x0400 346 #define FP_INFINITE (FP_NAN | FP_NORMAL) 348 #define FP_SUBNORMAL (FP_NORMAL | FP_ZERO) 366 return sw & (FP_NAN | FP_NORMAL | FP_ZERO ); 383 return FP_NORMAL; 387 return sw & (FP_NAN | FP_NORMAL | FP_ZERO ); 402 return FP_NORMAL; 406 return sw & (FP_NAN | FP_NORMAL | FP_ZERO ); 446 return (sw & (FP_NAN | FP_NORMAL | FP_INFINITE | FP_ZERO | FP_SUBNORMAL)) 465 return (sw & (FP_NAN | FP_NORMAL | FP_INFINITE | FP_ZERO | FP_SUBNORMAL) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/ |
fpclassify.hpp | 157 return FP_NORMAL; 178 return t == 0 ? FP_ZERO : FP_NORMAL; 202 if(a < traits::exponent) return FP_NORMAL; 228 if(a < traits::exponent) return FP_NORMAL;
|
/bionic/libm/include/ |
math.h | 60 #define FP_NORMAL 0x04 64 __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, x)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/ |
fp_traits.hpp | 35 #ifndef FP_NORMAL 38 #define FP_NORMAL 1
|
/bionic/tests/ |
math_test.cpp | 109 ASSERT_EQ(FP_NORMAL, fpclassify(1.0f)); 110 ASSERT_EQ(FP_NORMAL, fpclassify(1.0)); 111 ASSERT_EQ(FP_NORMAL, fpclassify(1.0L)); 179 ASSERT_EQ(FP_NORMAL, __fpclassifyd(1.0)); 187 ASSERT_EQ(FP_NORMAL, __fpclassifyf(1.0f)); 195 EXPECT_EQ(FP_NORMAL, __fpclassifyl(1.0L)); [all...] |
/development/ndk/platforms/android-13/include/ |
math.h | 93 #define FP_NORMAL 0x04
|
/development/ndk/platforms/android-18/include/ |
math.h | 93 #define FP_NORMAL 0x04
|
/development/ndk/platforms/android-21/include/ |
math.h | 82 #define FP_NORMAL 0x04
|
/development/ndk/platforms/android-3/include/ |
math.h | 93 #define FP_NORMAL 0x04
|
/development/ndk/platforms/android-9/include/ |
math.h | 93 #define FP_NORMAL 0x04
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/ |
math.h | 93 #define FP_NORMAL 0x04
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/ |
math.h | 93 #define FP_NORMAL 0x04
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/ |
math.h | 93 #define FP_NORMAL 0x04
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/ |
math.h | 93 #define FP_NORMAL 0x04
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/ |
math.h | 93 #define FP_NORMAL 0x04
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/ |
math.h | 93 #define FP_NORMAL 0x04
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/ |
math.h | 93 #define FP_NORMAL 0x04
|