Home
last modified time | relevance | path

Searched refs:isNaN (Results 151 - 175 of 245) sorted by relevance

12345678910

/third_party/skia/experimental/docs/
H A DanimationCommon.js138 if (!isNaN(arrayIndex) && targetField.length > 0) {
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderArithmetic.cpp292 auto isNaN = IsNan(abs); in EmitUnaryOp() local
293 auto isInfOrNan = isInf | isNaN; in EmitUnaryOp()
297 v |= isNaN & SIMD::Int(0x400000); in EmitUnaryOp()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_decimalquantity.cpp356 bool DecimalQuantity::isNaN() const { in isNaN() function in DecimalQuantity
581 if (isInfinite() || isNaN()) { in fitsInLong()
617 if (isNaN()) { in toDouble()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp1212 if (!nanSupported && (tcu::Float32(input1AsFloat[idx]).isNaN() || tcu::Float32(input2AsFloat[idx]).isNaN())) in compareFUnord()
1341 expectedInts[ndx] = tcu::Float32(inputFloats1[ndx]).isNaN() || tcu::Float32(inputFloats2[ndx]).isNaN() || cases[caseNdx].compareFunc(inputFloats1[ndx], inputFloats2[ndx]); in createOpFUnordGroup()
2046 if (!(tcu::Float32(f1).isNaN() && tcu::Float32(f0).isNaN()) && deFloatAbs(f1 - f0) > 0.00001f) in compareNMin()
2169 if (!tcu::Float32(f1).isNaN() && deFloatAbs(f1 - f0) > 0.00001f) in compareNMax()
2298 if (!((tcu::Float32(e0).isNaN() && tcu::Float32(res).isNaN()) || in compareNClamp()
7271 struct fp16isNan { bool operator()(const tcu::Float16 in1, const tcu::Float16) { return in1.isNaN(); } }; in operator ()()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp1210 if (!nanSupported && (tcu::Float32(input1AsFloat[idx]).isNaN() || tcu::Float32(input2AsFloat[idx]).isNaN())) in compareFUnord()
1339 expectedInts[ndx] = tcu::Float32(inputFloats1[ndx]).isNaN() || tcu::Float32(inputFloats2[ndx]).isNaN() || cases[caseNdx].compareFunc(inputFloats1[ndx], inputFloats2[ndx]); in createOpFUnordGroup()
2044 if (!(tcu::Float32(f1).isNaN() && tcu::Float32(f0).isNaN()) && deFloatAbs(f1 - f0) > 0.00001f) in compareNMin()
2167 if (!tcu::Float32(f1).isNaN() && deFloatAbs(f1 - f0) > 0.00001f) in compareNMax()
2296 if (!((tcu::Float32(e0).isNaN() && tcu::Float32(res).isNaN()) || in compareNClamp()
7259 struct fp16isNan { bool operator()(const tcu::Float16 in1, const tcu::Float16) { return in1.isNaN(); } }; in operator ()()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp265 if (validResult.isNaN() && result.isNaN()) in validConversion()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp265 if (validResult.isNaN() && result.isNaN()) in validConversion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DConstantFolding.cpp1782 if (Op->getValueAPF().isNaN() || Op->getValueAPF().isInfinity()) in ConstantFoldScalarCall1()
2516 return Op.isNaN() || (!Op.isZero() && !Op.isNegative()); in isMathLibCallNoop()
2592 return Op.isNaN() || Op.isZero() || !Op.isNegative(); in isMathLibCallNoop()
2629 return Op0.isNaN() || Op1.isNaN() || in isMathLibCallNoop()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRuleSet.java471 if (Double.isNaN(number)) { in findRule()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNFRuleSet.java472 if (Double.isNaN(number)) { in findRule()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_rounding.cpp40 if (U_FAILURE(localStatus) || dq.isNaN() || dq.isInfinite()) { in parseIncrementOption()
/third_party/node/test/parallel/
H A Dtest-os.js31 assert(!Number.isNaN(value), `${key} should not be NaN`);
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_rounding.cpp40 if (U_FAILURE(localStatus) || dq.isNaN() || dq.isInfinite()) { in parseIncrementOption()
/third_party/node/deps/npm/node_modules/http-cache-semantics/
H A Dindex.js430 if (Number.isNaN(expires) || expires < serverDate) {
/third_party/node/deps/npm/node_modules/jsonparse/
H A Djsonparse.js266 if (isNaN(result)){
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp856 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()
875 const bool ref = tcu::Float32(in0).isNaN(); in compare()
891 const bool ref = tcu::Float32(in0).isNaN(); in compare()
939 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DGeneratedMessageTest.java419 assertTrue(Double.isNaN(message.getNanDouble())); in testDefaults()
422 assertTrue(Float.isNaN(message.getNanFloat())); in testDefaults()
/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/protobuf/js/
H A Dmessage.js1660 if ((typeof field1 === 'number' && isNaN(field1)) ||
1661 (typeof field2 === 'number' && isNaN(field2))) {
/third_party/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp835 ASSERT_EQUAL(true, fd.isNaN() || fd.isInfinite()); in TestFixedDecimal()
837 ASSERT_EQUAL(false, fd.isNaN() || fd.isInfinite()); in TestFixedDecimal()
839 ASSERT_EQUAL(true, fd.isNaN() || fd.isInfinite()); in TestFixedDecimal()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp781 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()
800 const deUint32 ref = tcu::Float32(in0).isNaN() ? 1u : 0u; in compare()
862 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp2854 Arg.isNaN() ? (uint8_t)0 : (uint8_t)Arg.sign,
3719 if (!isNaN())
3862 assert(isNaN());
3867 if (Arg.isNaN())
3900 if (X.isNaN())
/third_party/decimal.js/test/modules/
H A Dimmutability.js266 a.isNaN();
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DNumberFormatterImpl.java518 } else if (quantity.isNaN()) { in writeNumber()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DNumberFormatterImpl.java423 } else if (quantity.isNaN()) { in writeNumber()

Completed in 57 milliseconds

12345678910