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

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_scalbf.c 33 if ((isnanf)(x)||(isnanf)(fn)) return x*fn;
  /bionic/libc/bionic/
fpclassify.cpp 61 __strong_alias(isnanf, __isnanf);
  /bionic/tests/
math_test.cpp 324 extern "C" int isnanf(float);
338 TEST(MATH_TEST, isnanf) {
339 ASSERT_FALSE(isnanf(123.0f));
340 ASSERT_TRUE(isnanf(nanf("")));
712 ASSERT_TRUE(isnanf(powf(nanf(""), 3.0f)));
714 ASSERT_TRUE(isnanf(powf(2.0f, nanf(""))));
1016 ASSERT_TRUE(isnanf(logbf(nanf(""))));
1039 ASSERT_TRUE(isnanf(log1pf(nanf(""))));
1087 ASSERT_TRUE(isnanf(roundf(nanf(""))));
    [all...]
  /bionic/libc/include/
math.h 368 int isnanf(float __x) __attribute_const__;
  /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 685 /* Define to 1 if you have the `isnanf' function. */
1523 # define isnanf 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 685 /* Define to 1 if you have the `isnanf' function. */
1523 # define isnanf 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 685 /* Define to 1 if you have the `isnanf' function. */
1523 # define isnanf 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 685 /* Define to 1 if you have the `isnanf' function. */
1523 # define isnanf macro
    [all...]
  /frameworks/av/media/libaudioclient/
AudioTrack.cpp 870 if (isnanf(left) || left < GAIN_FLOAT_ZERO || left > GAIN_FLOAT_UNITY ||
871 isnanf(right) || right < GAIN_FLOAT_ZERO || right > GAIN_FLOAT_UNITY) {
895 if (isnanf(level) || level < GAIN_FLOAT_ZERO || level > GAIN_FLOAT_UNITY) {
    [all...]

Completed in 109 milliseconds