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

1 2

  /external/v8/src/
win32-math.h 44 FP_SUBNORMAL,
win32-math.cc 87 if (flags & (_FPCLASS_PD | _FPCLASS_ND)) return FP_SUBNORMAL;
  /bionic/libm/
fpclassify.c 46 return (FP_SUBNORMAL);
65 return (FP_SUBNORMAL);
84 return (FP_SUBNORMAL);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 206 FP_SUBNORMAL,
207 # define FP_SUBNORMAL FP_SUBNORMAL
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 206 FP_SUBNORMAL,
207 # define FP_SUBNORMAL FP_SUBNORMAL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 206 FP_SUBNORMAL,
207 # define FP_SUBNORMAL FP_SUBNORMAL
  /bionic/tests/
math_test.cpp 55 ASSERT_EQ(FP_SUBNORMAL, fpclassify(float_subnormal()));
56 ASSERT_EQ(FP_SUBNORMAL, fpclassify(double_subnormal()));
112 ASSERT_EQ(FP_SUBNORMAL, __fpclassifyd(double_subnormal()));
122 ASSERT_EQ(FP_SUBNORMAL, __fpclassifyf(float_subnormal()));
132 EXPECT_EQ(FP_SUBNORMAL, __fpclassifyl(double_subnormal()));
  /development/ndk/platforms/android-3/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /development/ndk/platforms/android-9/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
math.h 94 #define FP_SUBNORMAL 0x08
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
math.h 94 #define FP_SUBNORMAL 0x08

Completed in 466 milliseconds

1 2