Home
last modified time | relevance | path

Searched refs:denormal (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dfloatscan.c75 int denormal = 0; in decfloat() local
265 /* Limit precision for denormal results */ in decfloat()
269 denormal = 1; in decfloat()
302 if (denormal && bits==LDBL_MANT_DIG+e2-emin) in decfloat()
303 denormal = 0; in decfloat()
307 if (e2+LDBL_MANT_DIG>emax || (denormal && frac)) in decfloat()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dfloatscan.c75 int denormal = 0; in decfloat() local
265 /* Limit precision for denormal results */ in decfloat()
269 denormal = 1; in decfloat()
302 if (denormal && bits==LDBL_MANT_DIG+e2-emin) in decfloat()
303 denormal = 0; in decfloat()
307 if (e2+LDBL_MANT_DIG>emax || (denormal && frac)) in decfloat()
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dfloatscan.c75 int denormal = 0; in decfloat() local
265 /* Limit precision for denormal results */ in decfloat()
269 denormal = 1; in decfloat()
302 if (denormal && bits==LDBL_MANT_DIG+e2-emin) in decfloat()
303 denormal = 0; in decfloat()
307 if (e2+LDBL_MANT_DIG>emax || (denormal && frac)) in decfloat()
/third_party/musl/src/internal/
H A Dfloatscan.c75 int denormal = 0; in decfloat() local
265 /* Limit precision for denormal results */ in decfloat()
269 denormal = 1; in decfloat()
302 if (denormal && bits==LDBL_MANT_DIG+e2-emin) in decfloat()
303 denormal = 0; in decfloat()
307 if (e2+LDBL_MANT_DIG>emax || (denormal && frac)) in decfloat()
/third_party/ffmpeg/libavutil/
H A Davsscanf.c257 int denormal = 0; in decfloat() local
448 /* Limit precision for denormal results */ in decfloat()
452 denormal = 1; in decfloat()
485 if (denormal && bits==DBL_MANT_DIG+e2-emin) in decfloat()
486 denormal = 0; in decfloat()
490 if (e2+DBL_MANT_DIG>emax || (denormal && frac)) in decfloat()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc170 // >>> hex_float_prefers_denormal_repr. Formatting `denormal` on glibc yields in VerifyNativeImplementationImpl()
171 // "0x0.0000000000001p-1022", whereas on std libs that don't use denormal in VerifyNativeImplementationImpl()
173 const double denormal = std::numeric_limits<double>::denorm_min(); in VerifyNativeImplementationImpl() local
175 StartsWith(StrPrint("%a", denormal), "0x0.0000000000001"); in VerifyNativeImplementationImpl()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DShaderCore.cpp591 SIMD::UInt denormal = CmpLT(e, SIMD::UInt(24)) & (mantissa >> e); in floatToHalfBits() local
593 SIMD::UInt base = (normal & abs) | (~normal & denormal); // TODO: IfThenElse() in floatToHalfBits()
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c1473 LLVMValueRef denormal; in ac_ufN_to_float() local
1482 denormal = LLVMBuildShl(ctx->builder, mantissa, tmp, ""); in ac_ufN_to_float()
1487 denormal = LLVMBuildAdd(ctx->builder, denormal, tmp, ""); in ac_ufN_to_float()
1498 result = LLVMBuildSelect(ctx->builder, tmp, result, denormal, ""); in ac_ufN_to_float()
4566 LLVMAddTargetDependentFunctionAttr(main_function, "denormal-fp-math", "ieee,ieee"); in ac_build_main()
4568 LLVMAddTargetDependentFunctionAttr(main_function, "denormal-fp-math-f32", in ac_build_main()

Completed in 16 milliseconds