HomeSort by relevance Sort by last modified time
    Searched refs:FP_NORMAL (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium_org/v8/src/
win32-math.h 45 FP_NORMAL
win32-math.cc 84 if (flags & (_FPCLASS_PN | _FPCLASS_NN)) return FP_NORMAL;
  /external/v8/src/
win32-math.h 45 FP_NORMAL
win32-math.cc 85 if (flags & (_FPCLASS_PN | _FPCLASS_NN)) return FP_NORMAL;
  /bionic/libm/
fpclassify.c 53 return (FP_NORMAL);
72 return (FP_NORMAL);
92 return (FP_NORMAL);
  /external/chromium_org/third_party/mesa/src/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:
  /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:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 208 FP_NORMAL
209 # define FP_NORMAL FP_NORMAL
249 # define isnormal(x) (fpclassify (x) == FP_NORMAL)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 208 FP_NORMAL
209 # define FP_NORMAL FP_NORMAL
249 # define isnormal(x) (fpclassify (x) == FP_NORMAL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 208 FP_NORMAL
209 # define FP_NORMAL FP_NORMAL
249 # define isnormal(x) (fpclassify (x) == FP_NORMAL)
  /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;
  /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 52 ASSERT_EQ(FP_NORMAL, fpclassify(1.0f));
53 ASSERT_EQ(FP_NORMAL, fpclassify(1.0));
111 ASSERT_EQ(FP_NORMAL, __fpclassifyd(1.0));
121 ASSERT_EQ(FP_NORMAL, __fpclassifyf(1.0f));
131 EXPECT_EQ(FP_NORMAL, __fpclassifyl(1.0));
  /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/4/platforms/android-3/arch-arm/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 93 #define FP_NORMAL 0x04

Completed in 919 milliseconds

1 2 3