/third_party/node/deps/v8/src/inspector/ |
H A D | value-mirror.cc | 555 if (std::isnan(rawValue)) return "NaN"; in description()
|
/third_party/node/deps/v8/src/objects/ |
H A D | value-serializer.cc | 1340 if (std::isnan(value)) value = std::numeric_limits<double>::quiet_NaN(); in ReadDouble()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-util.c | 2560 if (isnan(f)) { in pa_atod()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | VertexProgram.cpp | 214 case Shader::OPCODE_ISNAN: isnan(d, s0); break; in program()
|
H A D | PixelProgram.cpp | 267 case Shader::OPCODE_ISNAN: isnan(d, s0); break; in applyShader()
|
H A D | ShaderCore.cpp | 1214 void ShaderCore::isnan(Vector4f &dst, const Vector4f &src) in isnan() function in sw::ShaderCore
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl.cc | 1358 return "isnan"; 1996 } else if (std::isnan(fl->value)) {
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl.cc | 1334 out += "isnan"; in generate_builtin_name() 1497 } else if (std::isnan(fl->value)) { in EmitLiteral()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 5372 // it to !isnan && !isinf in decomposeIntrinsic() 5389 TIntermTyped* isnan = handleUnaryMath(loc, "isnan", EOpIsNan, intermediate.addSymbol(*tempArg, loc)); in decomposeIntrinsic() local 5390 isnan->setType(boolType); in decomposeIntrinsic() 5392 TIntermTyped* notnan = handleUnaryMath(loc, "!", EOpLogicalNot, isnan); in decomposeIntrinsic()
|
/third_party/json/tests/src/ |
H A D | unit-cbor.cpp | 1063 CHECK(std::isnan(d));
|
H A D | unit-bjdata.cpp | 1239 CHECK(std::isnan(d));
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_acceleration_structure.c | 528 if (isnan(node->coords[c2][0][0])) in compute_bounds()
|
H A D | radv_pipeline.c | 4323 nir_ssa_def *isnan = nir_fneu(&b, values[i], values[i]); in radv_lower_fs_output() local 4326 values[i] = nir_bcsel(&b, isnan, nir_imm_zero(&b, 1, 32), values[i]); in radv_lower_fs_output()
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl.cc | 2401 return "isnan"; 2983 } else if (std::isnan(fl->value)) {
|
/third_party/python/Python/ |
H A D | ceval.c | 3746 DEOPT_IF(isnan(dleft), COMPARE_OP); 3747 DEOPT_IF(isnan(dright), COMPARE_OP);
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 4707 ASSERT_EQ(std::isnan(db), true); in HWTEST_F() 4720 ASSERT_EQ(std::isnan(db), true); in HWTEST_F() 4746 ASSERT_EQ(std::isnan(db), true); in HWTEST_F()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 8 #include <cmath> // For isnan. 7247 if (std::isnan(time)) { in New() 8294 if (std::isnan(value)) { in New() 10702 return !std::isnan(d) && d != 0; in ConvertDouble()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 11651 if (!item || std::isnan(item->value[NUM_0].f32) || std::isnan(item->value[NUM_1].f32)) { in SetSliderValidSlideRange() 11665 if (std::isnan(validRange.from) || std::isnan(validRange.to)) { in GetSliderValidSlideRange()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 1729 if (ratio == MathHelper::INF || ratio == MathHelper::NAG_INF || std::isnan(ratio) || MathHelper::NearZero(ratio)) { in SetAspectRatio()
|
/third_party/astc-encoder/Source/UnitTest/ |
H A D | test_simd.cpp | 1130 EXPECT_NE(std::isnan(r.lane<3>()), 0); in TEST()
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 1632 return (::std::isnan)(f); in MatchAndExplain()
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 3298 } else if (std::isnan(value)) { in HeapNumberToString()
|
/third_party/python/Lib/ |
H A D | _pydecimal.py | 709 if _math.isinf(f) or _math.isnan(f):
|
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 2607 REPORTER_ASSERT(r, isnan(slow[i]));
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | SymbolTable_autogen.cpp | 3288 constexpr const ImmutableString isnan("isnan"); 8560 BuiltInName::isnan, 8568 BuiltInName::isnan, 8576 BuiltInName::isnan, 8584 BuiltInName::isnan, 8592 BuiltInName::isnan, 8600 BuiltInName::isnan, 8608 BuiltInName::isnan, 8616 BuiltInName::isnan, [all...] |