HomeSort by relevance Sort by last modified time
    Searched refs:__fpclassifyf (Results 1 - 9 of 9) sorted by null

  /bionic/libc/bionic/
fpclassify.cpp 61 int __fpclassifyf(float f) { function
79 return (__fpclassifyf(f) == FP_INFINITE);
89 return (__fpclassifyf(f) == FP_NAN);
100 int type = __fpclassifyf(f);
111 return (__fpclassifyf(f) == FP_NORMAL);
  /bionic/libm/include/
math.h 86 ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) \
176 int __fpclassifyf(float) __pure2;
  /bionic/tests/
math_test.cpp 181 TEST(math, __fpclassifyf) {
183 ASSERT_EQ(FP_INFINITE, __fpclassifyf(HUGE_VALF));
184 ASSERT_EQ(FP_NAN, __fpclassifyf(nanf("")));
185 ASSERT_EQ(FP_NORMAL, __fpclassifyf(1.0f));
186 ASSERT_EQ(FP_SUBNORMAL, __fpclassifyf(float_subnormal()));
187 ASSERT_EQ(FP_ZERO, __fpclassifyf(0.0f));
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 97 ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) \
187 int __fpclassifyf(float) __NDK_FPABI_MATH__ __pure2;
  /development/ndk/platforms/android-18/include/
math.h 97 ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) \
187 int __fpclassifyf(float) __NDK_FPABI_MATH__ __pure2;
  /development/ndk/platforms/android-3/include/
math.h 97 ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) \
187 int __fpclassifyf(float) __NDK_FPABI_MATH__ __pure2;
  /development/ndk/platforms/android-9/include/
math.h 97 ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) \
187 int __fpclassifyf(float) __NDK_FPABI_MATH__ __pure2;
  /development/ndk/platforms/android-L/include/
math.h 86 ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) \
176 int __fpclassifyf(float) __NDK_FPABI_MATH__ __pure2;
  /external/ltrace/etc/
libm.so.conf 421 ; 256: 00000000000308c0 56 FUNC GLOBAL DEFAULT 13 __fpclassifyf@@GLIBC_2.2.5

Completed in 182 milliseconds