Home
last modified time | relevance | path

Searched refs:isnan (Results 351 - 375 of 415) sorted by relevance

1...<<11121314151617

/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc5413 Handle<JSDate>::cast(result)->SetValue(*value, std::isnan(tv)); in New()
5482 if (std::isnan(time)) return GetReadOnlyRoots().nan_value(); in DoGetField()
5499 if (std::isnan(value)) return GetReadOnlyRoots().nan_value(); in GetUTCField()
5545 bool value_is_nan = std::isnan(v); in SetValue()
H A Dbigint.cc819 if (std::isnan(y)) return ComparisonResult::kUndefined; in CompareToDouble()
/third_party/ffmpeg/libavcodec/
H A Dspeexdec.c286 av_assert0(!isnan(pitch_coef)); in forced_pitch_unquant()
/third_party/ffmpeg/libavfilter/
H A Daf_arnndn.c1233 if (isnan(x)) in tansig_approx()
H A Dvf_overlay.c92 if (isnan(d)) in normalize_xy()
/third_party/ffmpeg/libavformat/
H A Dflvdec.c506 if (isnan(d) || d < INT64_MIN || d > INT64_MAX) in parse_keyframes_index()
/third_party/glslang/glslang/MachineIndependent/
H A DintermOut.cpp442 case EOpIsNan: out.debug << "isnan"; break; in visitUnary()
1216 } else if (std::isnan(value)) in OutputDouble()
H A DConstant.cpp631 newConstArray[i].setBConst(std::isnan(unionArray[i].getDConst())); in fold()
/third_party/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp1843 if (std::isnan(input) in fastFormatDouble()
/third_party/json/tests/src/
H A Dunit-comparison.cpp84 REQUIRE(std::isnan(nan));
/third_party/json/include/nlohmann/detail/output/
H A Dbinary_writer.hpp14 #include <cmath> // isnan, isinf
203 if (std::isnan(j.m_value.number_float)) in write_cbor()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4.cpp1624 (inst->src[1].file == IMM && !isnan(inst->src[1].f))) { in lower_minmax()
/third_party/node/deps/icu-small/source/i18n/
H A Ddecimfmt.cpp1843 if (std::isnan(input) in fastFormatDouble()
/third_party/littlefs/scripts/
H A Dplot.py253 if m.isinf(x) or m.isnan(x):
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl.cc156 if (std::isnan(date_value)) { in BUILTIN()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DEmitMetal.cpp528 return "metal::isnan"; in GetOperatorString()
1341 if (std::isnan(value))
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddecimfmt.cpp1830 if (std::isnan(input) in fastFormatDouble()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers_test.cc392 EXPECT_TRUE(std::isnan(d)); in TEST()
/third_party/googletest/googletest/src/
H A Dgtest.cc1638 if (!(std::isnan)(val1) && !(std::isnan)(val2) && abs_error > 0 &&
/third_party/node/deps/googletest/src/
H A Dgtest.cc1655 if (!(std::isnan)(val1) && !(std::isnan)(val2) && abs_error > 0 &&
/third_party/mesa3d/src/mesa/main/
H A Dfbobject.c5643 if (isnan(v[i]) || v[i] < 0.0f || v[i] > 1.0f) { in sample_locations()
5652 if (isnan(v[i])) in sample_locations()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp48 // replace them with std::isnan and std::isinf
49 #if defined(isnan)
50 #undef isnan macro
52 bool isnan(double x) { in isnan() function
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp110 if (metrics.height <= 0 || std::isnan(metrics.height)) { in GetCaretRect()
/third_party/ffmpeg/libswscale/
H A Dutils.c2075 if (isnan(a->coeff[i])) in isnan_vec()
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc555 if (std::isnan(rawValue)) return "NaN"; in description()

Completed in 87 milliseconds

1...<<11121314151617