HomeSort by relevance Sort by last modified time
    Searched full:isnormal (Results 76 - 100 of 180) sorted by null

1 2 34 5 6 7 8

  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
math.h 113 #define isnormal(x) \ macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
math.h 113 #define isnormal(x) \ macro
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 504 #ifdef isnormal
505 #error isnormal defined
507 static_assert((std::is_same<decltype(std::isnormal((float)0)), bool>::value), "");
508 static_assert((std::is_same<decltype(std::isnormal((double)0)), bool>::value), "");
509 static_assert((std::is_same<decltype(std::isnormal(0)), bool>::value), "");
510 static_assert((std::is_same<decltype(std::isnormal((long double)0)), bool>::value), "");
511 assert(std::isnormal(-1.0) == true);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 512 #ifdef isnormal
513 #error isnormal defined
515 static_assert((std::is_same<decltype(std::isnormal((float)0)), bool>::value), "");
516 static_assert((std::is_same<decltype(std::isnormal((double)0)), bool>::value), "");
517 static_assert((std::is_same<decltype(std::isnormal(0)), bool>::value), "");
518 static_assert((std::is_same<decltype(std::isnormal((long double)0)), bool>::value), "");
519 assert(std::isnormal(-1.0) == true);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 351 if (!CFP || !CFP->getValueAPF().isNormal())
357 return isa<ConstantFP>(C) && cast<ConstantFP>(C)->getValueAPF().isNormal();
    [all...]
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c 502 if (isnormal(calc_diff_tmp)) {
532 if (isnormal(calc_diff_tmp)) {
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 113 #define isnormal(x) \ macro
  /development/ndk/platforms/android-18/include/
math.h 113 #define isnormal(x) \ macro
  /development/ndk/platforms/android-3/include/
math.h 113 #define isnormal(x) \ macro
  /development/ndk/platforms/android-9/include/
math.h 113 #define isnormal(x) \ macro
  /development/ndk/platforms/android-L/include/
math.h 102 #define isnormal(x) \ macro
  /external/chromium_org/remoting/ios/ui/
scene_view.mm 355 DCHECK(isnormal(resultScale) && resultScale > 0);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 304 using std::isnormal;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 304 using std::isnormal;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 304 using std::isnormal;

Completed in 1709 milliseconds

1 2 34 5 6 7 8