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

1 2 3 4

  /external/chromium_org/v8/src/base/
win32-math.h 24 FP_NORMAL
win32-math.cc 59 if (flags & (_FPCLASS_PN | _FPCLASS_NN)) return FP_NORMAL;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
querymatrix.c 47 enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL}
59 return FP_NORMAL;
84 enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL}
88 return FP_NORMAL;
158 * valid floating point number. FP_ZERO and FP_NORMAL
163 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:
  /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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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-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;
  /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 105 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));
    [all...]
  /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
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 93 #define FP_NORMAL 0x04

Completed in 587 milliseconds

1 2 3 4