HomeSort by relevance Sort by last modified time
    Searched refs:isnanf (Results 51 - 75 of 101) sorted by null

1 23 4 5

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
math.h 110 ((sizeof (x) == sizeof (float)) ? isnanf(x) \
293 int isnanf(float) __pure2;
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
math.h 110 ((sizeof (x) == sizeof (float)) ? isnanf(x) \
293 int isnanf(float) __pure2;
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 110 ((sizeof (x) == sizeof (float)) ? isnanf(x) \
293 int isnanf(float) __pure2;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 110 ((sizeof (x) == sizeof (float)) ? isnanf(x) \
293 int isnanf(float) __pure2;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 110 ((sizeof (x) == sizeof (float)) ? isnanf(x) \
293 int isnanf(float) __pure2;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 110 ((sizeof (x) == sizeof (float)) ? isnanf(x) \
293 int isnanf(float) __pure2;
  /bionic/tests/
math_test.cpp 188 TEST(math, isnanf) {
189 ASSERT_FALSE(isnanf(123.0f));
190 ASSERT_TRUE(isnanf(nanf("")));
783 ASSERT_TRUE(isnanf(logbf(nanf(""))));
806 ASSERT_TRUE(isnanf(log1pf(nanf(""))));
852 ASSERT_TRUE(isnanf(roundf(nanf(""))));
  /external/bison/
Android.mk 60 lib/isnanf.c \
  /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/lib/
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...]
  /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...]
  /bionic/libm/include/
math.h 283 int isnanf(float) __pure2;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 517 /* Define to 1 if you have the `isnanf' function. */
1288 # define isnanf macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 517 /* Define to 1 if you have the `isnanf' function. */
1288 # define isnanf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 517 /* Define to 1 if you have the `isnanf' function. */
1288 # define isnanf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 517 /* Define to 1 if you have the `isnanf' function. */
1288 # define isnanf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 517 /* Define to 1 if you have the `isnanf' function. */
1288 # define isnanf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 517 /* Define to 1 if you have the `isnanf' function. */
1288 # define isnanf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 517 /* Define to 1 if you have the `isnanf' function. */
1288 # define isnanf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 517 /* Define to 1 if you have the `isnanf' function. */
1288 # define isnanf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 517 /* Define to 1 if you have the `isnanf' function. */
1288 # define isnanf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
c++config.h 517 /* Define to 1 if you have the `isnanf' function. */
1288 # define isnanf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 517 /* Define to 1 if you have the `isnanf' function. */
1288 # define isnanf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 517 /* Define to 1 if you have the `isnanf' function. */
1288 # define isnanf macro
    [all...]

Completed in 1590 milliseconds

1 23 4 5