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

12 3 4 5 6 7 8

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 472 #undef isnormal
562 isnormal(float __x)
566 isnormal(double __x)
570 isnormal(long double __x)
576 isnormal(_Tp __x)
771 isnormal(_Tp __f)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 549 #undef isnormal
639 isnormal(float __x)
643 isnormal(double __x)
647 isnormal(long double __x)
653 isnormal(_Tp __x)
848 isnormal(_Tp __f)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cmath 546 #undef isnormal
636 isnormal(float __x)
640 isnormal(double __x)
644 isnormal(long double __x)
650 isnormal(_Tp __x)
845 isnormal(_Tp __f)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cmath 546 #undef isnormal
636 isnormal(float __x)
640 isnormal(double __x)
644 isnormal(long double __x)
650 isnormal(_Tp __x)
846 isnormal(_Tp __f)
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.h 266 EHCleanupScope(bool isNormal, bool isEH, bool isActive,
272 CleanupBits.IsNormalCleanup = isNormal;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cmath 483 #undef isnormal
534 isnormal(_Tp __f)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cmath 483 #undef isnormal
534 isnormal(_Tp __f)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cmath 483 #undef isnormal
534 isnormal(_Tp __f)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cmath 483 #undef isnormal
534 isnormal(_Tp __f)
  /development/ndk/platforms/android-L/arch-arm/symbols/
libc.so.functions.txt 667 isnormal
  /development/ndk/platforms/android-L/arch-mips/symbols/
libc.so.functions.txt 557 isnormal
  /development/ndk/platforms/android-L/arch-x86/symbols/
libc.so.functions.txt 553 isnormal
  /external/ceres-solver/include/ceres/
jet.h 487 // these classifications. This picks that IsFinite and isnormal are "all"
540 bool IsNormal(const Jet<T, N>& f) {
541 if (!IsNormal(f.a)) {
545 if (!IsNormal(f.v[i])) {
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 239 static_assert((std::is_same<decltype(isnormal((float)0)), bool>::value), "");
240 static_assert((std::is_same<decltype(isnormal((double)0)), bool>::value), "");
241 static_assert((std::is_same<decltype(isnormal((long double)0)), bool>::value), "");
242 assert(isnormal(-1.0) == true);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 246 static_assert((std::is_same<decltype(isnormal((float)0)), bool>::value), "");
247 static_assert((std::is_same<decltype(isnormal((double)0)), bool>::value), "");
248 static_assert((std::is_same<decltype(isnormal((long double)0)), bool>::value), "");
249 assert(isnormal(-1.0) == true);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fma.c 213 if (!isnormal(z))
s_fmal.c 201 if (!isnormal(z))
  /external/chromium_org/v8/src/
property.h 254 bool IsNormal() const {
  /external/llvm/include/llvm/ADT/
APFloat.h 364 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
368 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 553 final boolean isNormal = (base == PermissionInfo.PROTECTION_NORMAL);
566 if ((isNormal || isDangerous) && (isRequired || wasGranted || isGranted)) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
fpclassify.hpp 328 return (std::isnormal)(x);
371 inline bool (isnormal)(T x) function in namespace:boost::math
  /bionic/libm/include/
math.h 102 #define isnormal(x) \ macro
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib32/
libc.so 
  /development/ndk/platforms/android-L/arch-mips64/lib-bootstrap/lib/
libc.so 

Completed in 1643 milliseconds

12 3 4 5 6 7 8