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

  /external/bison/lib/
isnanf-nolibm.h 18 /* Get declaration of isnan macro or (older) isnanf function. */
22 # undef isnanf macro
23 # define isnanf(x) __builtin_isnanf ((float)(x)) macro
25 # undef isnanf macro
26 # define isnanf(x) isnan ((float)(x)) macro
28 /* Get declaration of isnanf(), if not declared in <math.h>. */
31 isnand. Therefore declare isnanf separately. */
32 extern int isnanf (float x);
37 # undef isnanf macro
38 # define isnanf rpl_isnan macro
    [all...]
signbitf.c 23 #include "isnanf-nolibm.h"
50 if (isnanf (arg))
math.in.h 2088 # undef isnanf macro
2089 # define isnanf macro
    [all...]
gnulib.mk 661 ## begin gnulib module isnanf
664 EXTRA_DIST += float+.h isnan.c isnanf.c
666 EXTRA_libbison_a_SOURCES += isnan.c isnanf.c
668 ## end gnulib module isnanf
670 ## begin gnulib module isnanf-nolibm
673 EXTRA_DIST += float+.h isnan.c isnanf-nolibm.h isnanf.c
675 EXTRA_libbison_a_SOURCES += isnan.c isnanf.c
677 ## end gnulib module isnanf-nolibm
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_scalbf.c 33 if ((isnanf)(x)||(isnanf)(fn)) return x*fn;
  /bionic/libc/bionic/
fpclassify.cpp 91 __strong_alias(isnanf, __isnanf);
  /bionic/tests/
math_test.cpp 274 TEST(math, isnanf) {
275 ASSERT_FALSE(isnanf(123.0f));
276 ASSERT_TRUE(isnanf(nanf("")));
587 ASSERT_TRUE(isnanf(powf(nanf(""), 3.0f)));
589 ASSERT_TRUE(isnanf(powf(2.0f, nanf(""))));
901 ASSERT_TRUE(isnanf(logbf(nanf(""))));
924 ASSERT_TRUE(isnanf(log1pf(nanf(""))));
976 ASSERT_TRUE(isnanf(roundf(nanf(""))));
    [all...]
  /external/bison/
Android.mk 60 lib/isnanf.c \
configure     [all...]
  /external/bison/darwin-lib/
math.h 2400 # undef isnanf macro
2401 # define isnanf macro
2403 # undef isnanf macro
2404 # define isnanf macro
2408 # undef isnanf macro
2409 # define isnanf macro
    [all...]
  /external/bison/linux-lib/
math.h 2400 # undef isnanf macro
2401 # define isnanf macro
2403 # undef isnanf macro
2404 # define isnanf macro
2408 # undef isnanf macro
2409 # define isnanf macro
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 110 ((sizeof (x) == sizeof (float)) ? isnanf(x) \
294 int isnanf(float) __NDK_FPABI_MATH__ __pure2;
  /development/ndk/platforms/android-18/include/
math.h 110 ((sizeof (x) == sizeof (float)) ? isnanf(x) \
295 int isnanf(float) __NDK_FPABI_MATH__ __pure2;
  /development/ndk/platforms/android-3/include/
math.h 110 ((sizeof (x) == sizeof (float)) ? isnanf(x) \
293 int isnanf(float) __NDK_FPABI_MATH__ __pure2;
  /development/ndk/platforms/android-9/include/
math.h 110 ((sizeof (x) == sizeof (float)) ? isnanf(x) \
293 int isnanf(float) __NDK_FPABI_MATH__ __pure2;
  /bionic/libm/include/
math.h 287 int isnanf(float) __pure2;
  /external/ltrace/etc/
libm.so.conf 313 int isnanf(float);
  /development/ndk/platforms/android-L/include/
math.h 287 int isnanf(float) __NDK_FPABI_MATH__ __pure2;

Completed in 893 milliseconds