/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | floatscan.c | 75 int denormal = 0; in decfloat() local 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/ |
D | floatscan.c | 75 int denormal = 0; in decfloat() local 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/ |
D | floatscan.c | 75 int denormal = 0; in decfloat() local 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_a/kernel/src/internal/ |
D | floatscan.c | 75 int denormal = 0; in decfloat() local 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/ |
D | avsscanf.c | 257 int denormal = 0; in decfloat() local 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUFeatures.td | 27 "Enable single precision denormal handling"
|
D | AMDGPU.td | 497 "Enable double and half precision denormal handling", 504 "Enable double and half precision denormal handling", 511 "Enable half precision denormal handling",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 155 "denormal-fp-math", 156 cl::desc("Select which denormal numbers the code is permitted to require"), 159 "IEEE 754 denormal numbers"),
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | convert_test.cc | 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/opengl-registry/extensions/ARB/ |
D | ARB_half_float_pixel.txt | 111 4. Should the special representations NaN, INF, and denormal be
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_half_float_pixel.txt | 121 4. Should the special representations NaN, INF, and denormal be
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 591 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/ |
D | ac_llvm_build.c | 1473 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 1853 // Emit 2.5 ulp, no denormal division. Should only be inserted by
|
/third_party/musl/ |
D | WHATSNEW | 1167 - buffer overflow in printf when printing smallest denormal exactly
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 3055 - ac: set new LLVM denormal flags
|
D | 21.1.0.rst | 4807 - aco/tests: add tests for denormal-aware propagation
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 42973 denormal format. This exposes the limit better than the runtime check.
|