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

  /bionic/libc/bionic/
fpclassify.cpp 51 __strong_alias(isinff, __isinff);
  /bionic/tests/
math_test.cpp 286 extern "C" int isinff(float);
300 TEST(MATH_TEST, isinff) {
301 ASSERT_FALSE(isinff(123.0f));
302 ASSERT_TRUE(isinff(HUGE_VALF));
1017 ASSERT_TRUE(isinff(logbf(HUGE_VALF)));
1040 ASSERT_TRUE(isinff(log1pf(HUGE_VALF)));
    [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 676 /* Define to 1 if you have the `isinff' function. */
1508 # define isinff 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 676 /* Define to 1 if you have the `isinff' function. */
1508 # define isinff 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 676 /* Define to 1 if you have the `isinff' function. */
1508 # define isinff 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 676 /* Define to 1 if you have the `isinff' function. */
1508 # define isinff macro
    [all...]

Completed in 220 milliseconds