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

1 2 34 5 6 7 8 91011

  /external/clang/lib/CodeGen/
CGCleanup.h 287 EHCleanupScope(bool isNormal, bool isEH, bool isActive,
293 CleanupBits.IsNormalCleanup = isNormal;
  /external/llvm/include/llvm/ADT/
APFloat.h 404 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
408 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 539 final boolean isNormal = (base == PermissionInfo.PROTECTION_NORMAL);
542 if (isNormal) {
  /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
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 61 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } function
    [all...]
  /bionic/libc/
libc.arm.brillo.map 555 isnormal;
libc.arm.map 555 isnormal;
libc.map.txt 557 isnormal;
libc.mips.map 553 isnormal;
libc.x86.map 551 isnormal;
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr2/
libc.so 
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr6/
libc.so 
  /external/skia/fuzz/
fuzz.cpp 420 if (!std::isnormal(f) && f != 0.0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 253 # define isnormal(x) (fpclassify (x) == FP_NORMAL) macro
  /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
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/lib/
libc.so 
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/libr2/
libc.so 
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/libr6/
libc.so 
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/lib/
libc.so 
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/libr2/
libc.so 
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/libr6/
libc.so 
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/lib/
libc.so 
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/libr2/
libc.so 
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/libr6/
libc.so 

Completed in 1007 milliseconds

1 2 34 5 6 7 8 91011