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

  /bionic/libc/bionic/
fpclassify.cpp 103 __strong_alias(isinfl, __isinfl);
  /device/linaro/bootloader/edk2/StdLib/LibC/
LibC.inf 47 Main/Ia32/isinfl.c
80 Main/X64/isinfl.c
  /bionic/tests/
math_test.cpp 288 extern "C" int isinfl(long double);
310 TEST(MATH_TEST, isinfl) {
311 ASSERT_FALSE(isinfl(123.0L));
312 ASSERT_TRUE(isinfl(HUGE_VALL));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 679 /* Define to 1 if you have the `isinfl' function. */
1513 # define isinfl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 679 /* Define to 1 if you have the `isinfl' function. */
1513 # define isinfl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 679 /* Define to 1 if you have the `isinfl' function. */
1513 # define isinfl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 679 /* Define to 1 if you have the `isinfl' function. */
1513 # define isinfl macro
    [all...]

Completed in 113 milliseconds