Home
last modified time | relevance | path

Searched refs:isnan (Results 301 - 325 of 425) sorted by relevance

1...<<11121314151617

/third_party/ffmpeg/libavfilter/
H A Dvf_lut2.c388 if (isnan(res)) { in config_output()
H A Dvf_rotate.c326 if (ret < 0 || isnan(res) || isinf(res) || res <= 0) { \ in config_props()
/third_party/node/src/
H A Dutil-inl.h587 if (std::isnan(v_d)) return false; in IsSafeJsInt()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_decimalquantity.cpp299 if (std::isnan(d) || !std::isfinite(d)) { continue; }
/third_party/node/deps/v8/src/compiler/
H A Dnode-matchers.h204 return this->HasResolvedValue() && std::isnan(this->ResolvedValue()); in IsNaN()
H A Djs-operator.h87 DCHECK(!std::isnan(value)); in CallFrequency()
91 bool IsUnknown() const { return std::isnan(value_); } in IsUnknown()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc781 if (std::isnan(time)) return std::numeric_limits<double>::quiet_NaN(); in DaylightSavingsOffset()
/third_party/node/deps/v8/src/objects/
H A Dfixed-array-inl.h392 if (std::isnan(value)) { in set()
H A Dobjects.cc670 if (std::isnan(x) || std::isnan(y)) { in StrictNumberCompare()
685 if (std::isnan(x) || std::isnan(y)) return false; in StrictNumberEquals()
1664 (std::isnan(this_value) && std::isnan(other_value)); in SameValueZero()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dtokenizer_test.cc88 EXPECT_TRUE(std::isnan(next->AsDouble())); in TestNaN()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.cpp348 if(std::isnan(depthBiasClamp)) in GraphicsState()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.hpp301 void isnan(Vector4f &dst, const Vector4f &src);
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DVertexFormatTests.cpp288 std::isnan(static_cast<float>(expectedData[i * componentCount + j]))) { in MakeTestPipeline()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers.cc494 if (std::isnan(d)) { in SixDigitsToBuffer()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base.cpp546 if (!succ || std::isnan(red)) { in ClearColor()
551 if (!succ || std::isnan(green)) { in ClearColor()
556 if (!succ || std::isnan(blue)) { in ClearColor()
561 if (!succ || std::isnan(alpha)) { in ClearColor()
579 if (!succ || std::isnan(depth)) { in ClearDepth()
/third_party/json/tests/src/
H A Dunit-constructor1.cpp840 CHECK((std::isnan(d) && std::isnan(n)) == true);
/third_party/mesa3d/src/compiler/nir/
H A Dnir_range_analysis.c138 if (isnan(v)) in analyze_constant()
151 assert(isnan(max_value) || max_value >= min_value); in analyze_constant()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c687 LLVMValueRef isnan = ac_build_intrinsic(&ctx->ac, "llvm.amdgcn.class.f32", ctx->ac.i1, in si_llvm_init_export_args() local
689 values[i] = LLVMBuildSelect(ctx->ac.builder, isnan, ctx->ac.f32_0, values[i], ""); in si_llvm_init_export_args()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dcbor_test.cc615 if (std::isnan(example)) in TEST()
616 EXPECT_TRUE(std::isnan(tokenizer.GetDouble())); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dfold_test.cpp1621 if (!std::isnan(tc.expected_result)) { in TEST_P()
1624 EXPECT_TRUE(std::isnan(result->GetFloatValue())); in TEST_P()
/third_party/vixl/src/
H A Dutils-vixl.h563 inline bool IsNaN(float value) { return std::isnan(value); } in IsNaN()
565 inline bool IsNaN(double value) { return std::isnan(value); } in IsNaN()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc1258 } else if (std::isnan(value)) { in DoubleToBuffer()
1376 } else if (std::isnan(value)) { in FloatToBuffer()
/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc1286 EXPECT_TRUE(std::isnan(message.repeated_double(11))); in TEST_F()
1287 EXPECT_TRUE(std::isnan(message.repeated_double(12))); in TEST_F()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc1693 } else if (std::isnan(a)) { in ComputeSignedRoundingResult()
1713 } else if (std::isnan(a)) { in ComputeLogicalRoundingResult()
4324 if (std::isnan(x) || std::isnan(y)) return NAN; in JavaMathMax()
4334 if (!std::isnan(x)) return x; in IEEE_maxNum()
4335 if (!std::isnan(y)) return y; in IEEE_maxNum()
4358 if (isnan(x) || isnan(y)) in JavaMathMin()
4372 if (!std::isnan(x)) return x; in IEEE_minNum()
4373 if (!std::isnan( in IEEE_minNum()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp649 if (std::isinf(info.width.Value()) || std::isnan(info.width.Value()) || std::isinf(info.height.Value()) in OnDirtyLayoutWrapperSwap()
650 || std::isnan(info.height.Value())) { in OnDirtyLayoutWrapperSwap()

Completed in 73 milliseconds

1...<<11121314151617