Home
last modified time | relevance | path

Searched refs:isnan (Results 176 - 200 of 418) sorted by relevance

12345678910>>...17

/third_party/musl/src/math/
H A Dexpm1.c130 if (isnan(x)) in expm1()
H A Dfmodl.c16 if (y == 0 || isnan(y) || ex == 0x7fff) in fmodl()
H A Datanl.c139 if (isnan(x)) in atanl()
H A Dremquol.c19 if (y == 0 || isnan(y) || ex == 0x7fff) in remquol()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfmodl.c16 if (y == 0 || isnan(y) || ex == 0x7fff) in fmodl()
H A Dremquol.c19 if (y == 0 || isnan(y) || ex == 0x7fff) in remquol()
H A Datanl.c139 if (isnan(x)) in atanl()
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dfmodl.c16 if (y == 0 || isnan(y) || ex == 0x7fff) in fmodl()
/third_party/skia/src/sksl/
H A DSkSLIntrinsicList.h55 SKSL_INTRINSIC(isnan) \
/third_party/protobuf/src/google/protobuf/stubs/
H A Dmathutil.h50 // Like std::isnan() except a template function that is defined for all numeric
61 return std::isnan(val); in IsNan()
/third_party/ffmpeg/libavfilter/
H A Daf_aiir.c632 if (isnan(iir->ab[0][2 * i]) || isnan(iir->ab[0][2 * i + 1])) in decompose_zp2biquads()
643 if (isnan(iir->ab[0][2 * i]) || isnan(iir->ab[0][2 * i + 1])) in decompose_zp2biquads()
661 if (isnan(iir->ab[1][2 * i]) || isnan(iir->ab[1][2 * i + 1])) in decompose_zp2biquads()
673 if (isnan(iir->ab[1][2 * i]) || isnan(iir->ab[1][2 * i + 1])) in decompose_zp2biquads()
H A Dinternal.h261 #define D2TS(d) (isnan(d) ? AV_NOPTS_VALUE : (int64_t)(d))
H A Daf_volume.c251 if (isnan(vol->volume)) { in set_volume()
375 if (isnan(vol->var_values[VAR_STARTPTS])) { in filter_frame()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandEncoder.cpp234 DAWN_INVALID_IF(std::isnan(colorAttachment.clearColor.r) || in ValidateRenderPassColorAttachment()
235 std::isnan(colorAttachment.clearColor.g) || in ValidateRenderPassColorAttachment()
236 std::isnan(colorAttachment.clearColor.b) || in ValidateRenderPassColorAttachment()
237 std::isnan(colorAttachment.clearColor.a), in ValidateRenderPassColorAttachment()
310 std::isnan(depthStencilAttachment->clearDepth), in ValidateRenderPassDepthStencilAttachment()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Ddimension.h89 if (std::isnan(value_)) { in ResetInvalidValue()
/third_party/astc-encoder/Source/
H A Dastcenc_mathlib.h143 static inline bool isnan(float v) in isnan() function
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-aix.cc62 if (std::isnan(time_ms)) return ""; in LocalTimezone()
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtrace-writer.cc89 } else if (std::isnan(val)) { in AppendArgValue()
/third_party/node/deps/v8/src/numbers/
H A Dconversions-inl.h84 if (std::isnan(x)) return 0;
221 if (std::isnan(d)) return 0; in DoubleToUint32IfEqualToSelf()
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_mathlib.h68 static inline int isnan(float val) in isnan() function
/third_party/node/deps/v8/src/compiler/
H A Doperation-typer.cc146 if (!std::isnan(a[i])) { in array_min()
150 DCHECK(!std::isnan(x)); in array_min()
161 if (!std::isnan(a[i])) { in array_max()
165 DCHECK(!std::isnan(x)); in array_max()
184 if (std::isnan(results[i])) ++nans; in AddRanger()
210 if (std::isnan(results[i])) ++nans; in SubtractRanger()
234 if (std::isnan(results[i])) { in MultiplyRanger()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc2923 if (std::isnan(result)) return result; in FPAdd()
2938 DCHECK(!std::isnan(op1) && !std::isnan(op2)); in FPSub()
2953 DCHECK(!std::isnan(op1) && !std::isnan(op2)); in FPMul()
2987 if (std::isnan(result)) { in FPMulAdd()
3010 DCHECK(!std::isnan(result)); in FPMulAdd()
3024 DCHECK(!std::isnan(op1) && !std::isnan(op2)); in FPDiv()
3033 if (!std::isnan(op in FPDiv()
[all...]
/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_common.cpp168 if (isnan(a[i]) || isinf(a[i])) { in allclose()
260 if (isnan(a[i]) || isinf(a[i])) { in allclose_int8()
/test/xts/device_attest/services/core/attest/
H A Dattest_service.c101 if (isnan(recordHour)) { in IsFullLoad()
106 if (isnan(recordNumber)) { in IsFullLoad()
/third_party/mindspore/test/utils/
H A Dcommon.cpp150 if (isnan(a[i]) || isinf(a[i])) { in allclose()
242 if (isnan(a[i]) || isinf(a[i])) { in allclose_int8()

Completed in 36 milliseconds

12345678910>>...17