HomeSort by relevance Sort by last modified time
    Searched refs:isNormal (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/guava/guava/src/com/google/common/math/
DoubleUtils.java 78 static boolean isNormal(double d) {
DoubleMath.java 24 import static com.google.common.math.DoubleUtils.isNormal;
236 if (!isNormal(x)) {
  /external/clang/lib/CodeGen/
CGCleanup.h 288 EHCleanupScope(bool isNormal, bool isEH, bool isActive,
295 CleanupBits.IsNormalCleanup = isNormal;
  /external/llvm/include/llvm/ADT/
APFloat.h 406 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
410 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h 354 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
358 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
    [all...]
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 539 final boolean isNormal = (base == PermissionInfo.PROTECTION_NORMAL);
542 if (isNormal) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 321 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APFloat.h 321 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APFloat.h 321 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APFloat.h 321 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APFloat.h 321 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APFloat.h 321 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APFloat.h 321 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 321 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APFloat.h 321 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APFloat.h 321 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APFloat.h 321 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APFloat.h 321 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APFloat.h 321 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APFloat.h 321 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/permission/
BasePermission.java 181 public boolean isNormal() {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 455 if (!CFP || !CFP->getValueAPF().isNormal())
461 return isa<ConstantFP>(C) && cast<ConstantFP>(C)->getValueAPF().isNormal();
    [all...]
InstCombineAddSub.cpp 483 if (!F.isNormal())
    [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/
roaster-api-2.18.7.Final.jar 

Completed in 226 milliseconds

1 2 3 4