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

1 23 4 5

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmal.c 201 if (!isnormal(z))
s_fma.c 213 if (!isnormal(z))
  /bionic/tests/headers/posix/
math_h.c 64 #if !defined(isnormal)
65 #error isnormal
  /bionic/tests/
math_test.cpp 155 TEST(MATH_TEST, isnormal) {
156 ASSERT_TRUE(isnormal(123.0f));
157 ASSERT_TRUE(isnormal(123.0));
158 ASSERT_TRUE(isnormal(123.0L));
159 ASSERT_FALSE(isnormal(float_subnormal()));
160 ASSERT_FALSE(isnormal(double_subnormal()));
161 ASSERT_FALSE(isnormal(ldouble_subnormal()));
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 60 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } function
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
cmath.pass.cpp 60 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } function
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir_constant_expression.cpp 530 return !isnormal(result) ? copysignf(0.0f, x) : result;
539 return !isnormal(result) ? copysign(0.0, x) : result;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 254 # define isnormal(x) (fpclassify (x) == FP_NORMAL) macro
  /external/libcxx/include/
math.h 154 bool isnormal(arithmetic x);
526 // isnormal
528 #ifdef isnormal
535 return isnormal(__lcpp_x);
538 #undef isnormal macro
543 isnormal(_A1 __lcpp_x) _NOEXCEPT
551 isnormal(_A1 __lcpp_x) _NOEXCEPT
554 #endif // isnormal
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
math.h 144 bool isnormal(arithmetic x);
518 // isnormal
520 #ifdef isnormal
527 return isnormal(__lcpp_x);
530 #undef isnormal macro
535 isnormal(_A1 __lcpp_x) _NOEXCEPT
543 isnormal(_A1 __lcpp_x) _NOEXCEPT
546 #endif // isnormal
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
math.h 144 bool isnormal(arithmetic x);
518 // isnormal
520 #ifdef isnormal
527 return isnormal(__lcpp_x);
530 #undef isnormal macro
535 isnormal(_A1 __lcpp_x) _NOEXCEPT
543 isnormal(_A1 __lcpp_x) _NOEXCEPT
546 #endif // isnormal
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
math.h 144 bool isnormal(arithmetic x);
518 // isnormal
520 #ifdef isnormal
527 return isnormal(__lcpp_x);
530 #undef isnormal macro
535 isnormal(_A1 __lcpp_x) _NOEXCEPT
543 isnormal(_A1 __lcpp_x) _NOEXCEPT
546 #endif // isnormal
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
math.h 144 bool isnormal(arithmetic x);
518 // isnormal
520 #ifdef isnormal
527 return isnormal(__lcpp_x);
530 #undef isnormal macro
535 isnormal(_A1 __lcpp_x) _NOEXCEPT
543 isnormal(_A1 __lcpp_x) _NOEXCEPT
546 #endif // isnormal
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
math.h 144 bool isnormal(arithmetic x);
518 // isnormal
520 #ifdef isnormal
527 return isnormal(__lcpp_x);
530 #undef isnormal macro
535 isnormal(_A1 __lcpp_x) _NOEXCEPT
543 isnormal(_A1 __lcpp_x) _NOEXCEPT
546 #endif // isnormal
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
math.h 144 bool isnormal(arithmetic x);
518 // isnormal
520 #ifdef isnormal
527 return isnormal(__lcpp_x);
530 #undef isnormal macro
535 isnormal(_A1 __lcpp_x) _NOEXCEPT
543 isnormal(_A1 __lcpp_x) _NOEXCEPT
546 #endif // isnormal
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
math.h 144 bool isnormal(arithmetic x);
518 // isnormal
520 #ifdef isnormal
527 return isnormal(__lcpp_x);
530 #undef isnormal macro
535 isnormal(_A1 __lcpp_x) _NOEXCEPT
543 isnormal(_A1 __lcpp_x) _NOEXCEPT
546 #endif // isnormal
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
math.h 144 bool isnormal(arithmetic x);
518 // isnormal
520 #ifdef isnormal
527 return isnormal(__lcpp_x);
530 #undef isnormal macro
535 isnormal(_A1 __lcpp_x) _NOEXCEPT
543 isnormal(_A1 __lcpp_x) _NOEXCEPT
546 #endif // isnormal
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
math.h 144 bool isnormal(arithmetic x);
518 // isnormal
520 #ifdef isnormal
527 return isnormal(__lcpp_x);
530 #undef isnormal macro
535 isnormal(_A1 __lcpp_x) _NOEXCEPT
543 isnormal(_A1 __lcpp_x) _NOEXCEPT
546 #endif // isnormal
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
math.h 144 bool isnormal(arithmetic x);
518 // isnormal
520 #ifdef isnormal
527 return isnormal(__lcpp_x);
530 #undef isnormal macro
535 isnormal(_A1 __lcpp_x) _NOEXCEPT
543 isnormal(_A1 __lcpp_x) _NOEXCEPT
546 #endif // isnormal
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
math.h 144 bool isnormal(arithmetic x);
518 // isnormal
520 #ifdef isnormal
527 return isnormal(__lcpp_x);
530 #undef isnormal macro
535 isnormal(_A1 __lcpp_x) _NOEXCEPT
543 isnormal(_A1 __lcpp_x) _NOEXCEPT
546 #endif // isnormal
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
math.h 144 bool isnormal(arithmetic x);
518 // isnormal
520 #ifdef isnormal
527 return isnormal(__lcpp_x);
530 #undef isnormal macro
535 isnormal(_A1 __lcpp_x) _NOEXCEPT
543 isnormal(_A1 __lcpp_x) _NOEXCEPT
546 #endif // isnormal
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
math.h 144 bool isnormal(arithmetic x);
518 // isnormal
520 #ifdef isnormal
527 return isnormal(__lcpp_x);
530 #undef isnormal macro
535 isnormal(_A1 __lcpp_x) _NOEXCEPT
543 isnormal(_A1 __lcpp_x) _NOEXCEPT
546 #endif // isnormal
    [all...]
  /bionic/libc/include/
math.h 71 #define isnormal(x) __builtin_isnormal(x) macro
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 58 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } function
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.cc 304 if (!std::isnormal(factor)) {

Completed in 4966 milliseconds

1 23 4 5