Home
last modified time | relevance | path

Searched defs:isNaN (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSpec.cpp192 auto isNaN = (abs != abs) ? ~0u : 0u; in EvalSpecConstantUnaryOp() local
H A DSpirvShaderArithmetic.cpp292 auto isNaN = IsNan(abs); in EmitUnaryOp() local
/third_party/icu/icu4c/source/i18n/
H A Dnumber_utils.cpp257 bool DecNum::isNaN() const { in isNaN() function in DecNum
H A Dnumber_decimalquantity.cpp369 bool DecimalQuantity::isNaN() const { in isNaN() function in DecimalQuantity
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_utils.cpp257 bool DecNum::isNaN() const { in isNaN() function in DecNum
H A Dnumber_decimalquantity.cpp369 bool DecimalQuantity::isNaN() const { in isNaN() function in DecimalQuantity
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalQuantity.java168 public boolean isNaN(); in isNaN() method
H A DDecimalQuantity_AbstractBCD.java360 public boolean isNaN() { in isNaN() method in DecimalQuantity_AbstractBCD
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalQuantity.java165 public boolean isNaN(); in isNaN() method
H A DDecimalQuantity_AbstractBCD.java348 public boolean isNaN() { in isNaN() method in DecimalQuantity_AbstractBCD
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonParser.cs791 private static void ValidateInfinityAndNan(string text, bool isPositiveInfinity, bool isNegativeInfinity, bool isNaN) in ValidateInfinityAndNan() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuFloat.hpp126 inline bool isNaN (void) const { return exponentBits() == ((1<<ExponentBits)-1) && mantissaBits() != 0; } in isNaN() function in tcu::Float
/third_party/decimal.js/
H A Ddecimal.js
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
H A DDecimalQuantity_SimpleStorage.java565 public boolean isNaN() { in isNaN() method in DecimalQuantity_SimpleStorage
569 private void setNaN(boolean isNaN) { in setNaN() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
H A DDecimalQuantity_SimpleStorage.java558 public boolean isNaN() { in isNaN() method in DecimalQuantity_SimpleStorage
562 private void setNaN(boolean isNaN) { in setNaN() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstants.h314 bool isNaN() const { return Val.isNaN(); } in isNaN() function in llvm::final
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h337 bool isNaN(double value) { return (value != value); } in isNaN() function in v8::internal::Simulator
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_decimalquantity.cpp356 bool DecimalQuantity::isNaN() const { in isNaN() function in DecimalQuantity
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h377 bool isNaN() const { return category == fcNaN; } in isNaN() function in llvm::detail::final
1033 bool isNaN() const { return getCategory() == fcNaN; } in isNaN() function in llvm::APFloat
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java557 public boolean isNaN(); in isNaN() method
1059 public boolean isNaN() { in isNaN() method in PluralRules.FixedDecimal
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralRules.java516 public boolean isNaN(); in isNaN() method
1019 public boolean isNaN() { in isNaN() method in PluralRules.FixedDecimal
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmathutil.h1264 inline bool isNaN(float f) in isNaN() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPFloat.h360 bool isNaN() const { return category == fcNaN; } in isNaN() function in llvm::detail::final
1165 bool isNaN() const { return getCategory() == fcNaN; } in isNaN() function in llvm::APFloat
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp266 bool Constant::isNaN() const { in isNaN() function in Constant
H A DAsmWriter.cpp1317 bool isNaN = APF.isNaN(); in WriteConstantInternal() local

Completed in 51 milliseconds

12