Home
last modified time | relevance | path

Searched refs:isnan (Results 276 - 300 of 409) sorted by relevance

1...<<11121314151617

/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp336 if (metrics.height <= 0 || std::isnan(metrics.height)) {
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_progress.cpp129 if (std::isnan(value)) { in SetValue()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtabs_modifier.cpp183 if (std::isnan(duration)) { in SetAnimationDuration()
/third_party/ffmpeg/libavcodec/
H A Dh264_metadata_bsf.c442 if (!isnan(ctx->rotate)) { in h264_metadata_handle_display_orientation()
/third_party/ffmpeg/libavfilter/
H A Df_drawgraph.c362 if (isnan(vf)) in request_frame()
H A Dvf_lut.c324 if (isnan(res)) { in config_props()
H A Dvf_vif.c170 if (isnan(den_val)) in vif_statistic()
H A Dvf_overlay_cuda.c136 if (isnan(d)) in normalize_xy()
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/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbeta_distribution_test.cc293 EXPECT_FALSE(std::isnan(variate)); in SingleZTestOnMeanAndVariance()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_image_span_bridge.cpp159 result.Unit() != DimensionUnit::PERCENT && !std::isnan(result.Value())) { in SetBaselineOffset()
/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()
/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()
/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()

Completed in 34 milliseconds

1...<<11121314151617