Home
last modified time | relevance | path

Searched refs:isnan (Results 376 - 400 of 416) sorted by relevance

1...<<11121314151617

/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc555 if (std::isnan(rawValue)) return "NaN"; in description()
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc1340 if (std::isnan(value)) value = std::numeric_limits<double>::quiet_NaN(); in ReadDouble()
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c2560 if (isnan(f)) { in pa_atod()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DVertexProgram.cpp214 case Shader::OPCODE_ISNAN: isnan(d, s0); break; in program()
H A DPixelProgram.cpp267 case Shader::OPCODE_ISNAN: isnan(d, s0); break; in applyShader()
H A DShaderCore.cpp1214 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 Dgenerator_impl.cc1358 return "isnan";
1996 } else if (std::isnan(fl->value)) {
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.cc1334 out += "isnan"; in generate_builtin_name()
1497 } else if (std::isnan(fl->value)) { in EmitLiteral()
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp5372 // 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 Dunit-cbor.cpp1063 CHECK(std::isnan(d));
H A Dunit-bjdata.cpp1239 CHECK(std::isnan(d));
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_acceleration_structure.c528 if (isnan(node->coords[c2][0][0])) in compute_bounds()
H A Dradv_pipeline.c4323 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 Dgenerator_impl.cc2401 return "isnan";
2983 } else if (std::isnan(fl->value)) {
/third_party/python/Python/
H A Dceval.c3746 DEOPT_IF(isnan(dleft), COMPARE_OP);
3747 DEOPT_IF(isnan(dright), COMPARE_OP);
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp4707 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 Dapi.cc8 #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 Dstyle_modifier.cpp11651 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 Dwindow_scene_session_impl.cpp1729 if (ratio == MathHelper::INF || ratio == MathHelper::NAG_INF || std::isnan(ratio) || MathHelper::NearZero(ratio)) { in SetAspectRatio()
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp1130 EXPECT_NE(std::isnan(r.lane<3>()), 0); in TEST()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1632 return (::std::isnan)(f); in MatchAndExplain()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc3298 } else if (std::isnan(value)) { in HeapNumberToString()
/third_party/python/Lib/
H A D_pydecimal.py709 if _math.isinf(f) or _math.isnan(f):
/third_party/skia/tests/
H A DSkVMTest.cpp2607 REPORTER_ASSERT(r, isnan(slow[i]));
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbolTable_autogen.cpp3288 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...]

Completed in 206 milliseconds

1...<<11121314151617