/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_float.c | 354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local 369 denorm = lp_build_or(&i32_bld, srcabs, magic); in lp_build_smallfloat_to_float() 370 denorm = LLVMBuildBitCast(builder, denorm, f32_bld.vec_type, ""); in lp_build_smallfloat_to_float() 371 denorm = lp_build_sub(&f32_bld, denorm, in lp_build_smallfloat_to_float() 373 denorm = LLVMBuildBitCast(builder, denorm, i32_bld.vec_type, ""); in lp_build_smallfloat_to_float() 382 res = lp_build_select(&i32_bld, isdenorm, denorm, normal); in lp_build_smallfloat_to_float()
|
/third_party/FreeBSD/contrib/gdtoa/ |
D | strtodg.c | 325 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, denorm; local 358 denorm = sign = nz0 = nz = 0; 681 denorm = 1; 807 if (dsign || bbbits > 1 || denorm || rve1 == emin) 819 if (denorm && all_on(rvb, rvbits)) { 825 denorm = 0; 846 if ((bbbits < nbits && !denorm) || !(rvb->x[0] & 1)) 870 else if (denorm && bbbits <= 1) { 912 if (!denorm && rvbits < nbits) { 928 if (denorm) [all …]
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_shared_exponent.txt | 465 /* Ok, FloorLog2 is not correct for the denorm and zero values, but we 608 to a finite, non-denorm, non-zero floating-point value is 621 corresponding to a denorm floating-point value is 625 where the only difference between the denorm and non-denorm case 626 is the bias is one greater in the denorm case and the implied 635 leading 1 for non-denorm, finite values, a shared exponent format 644 conventional denorm case). 647 Infinite, not-a-number (NaN), and denorm values. 650 encode denorm values (and zero) with conventional floating-point 671 or NaN values and denorm is not a special case. Because of
|
D | EXT_packed_float.txt | 55 denorm exponent case. There is no sign bit so only non-negative
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_shared_exponent.txt | 465 /* Ok, FloorLog2 is not correct for the denorm and zero values, but we 608 to a finite, non-denorm, non-zero floating-point value is 621 corresponding to a denorm floating-point value is 625 where the only difference between the denorm and non-denorm case 626 is the bias is one greater in the denorm case and the implied 635 leading 1 for non-denorm, finite values, a shared exponent format 644 conventional denorm case). 647 Infinite, not-a-number (NaN), and denorm values. 650 encode denorm values (and zero) with conventional floating-point 671 or NaN values and denorm is not a special case. Because of
|
D | EXT_packed_float.txt | 55 denorm exponent case. There is no sign bit so only non-negative
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_shader_float_controls.txt | 56 2) What is the denorm behavior for intermediate results? 67 3) Do denorm and rounding mode controls apply to code:OpSpecConstantOp?
|
/third_party/skia/tests/ |
D | SkRasterPipelineTest.cpp | 91 auto denorm = (int32_t)em < 0x38800000; // I32 comparison is often quicker, and always safe in h() local 93 return denorm ? SkTo<uint16_t>(0) in h()
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.1.7.rst | 74 - radv: fix f16->f32 denorm handling for SI/CIK. (v2)
|
/third_party/python/Python/ |
D | dtoa.c | 2288 int denorm; in _Py_dg_dtoa() local 2356 denorm = 0; in _Py_dg_dtoa() 2367 denorm = 1; in _Py_dg_dtoa() 2587 denorm ? be + (Bias + (P-1) - 1 + 1) : in _Py_dg_dtoa()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shader_precision.txt | 59 be supported and generated, and denorm flushing behavior. Trigonometric
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shader_precision.txt | 69 be supported and generated, and denorm flushing behavior. Trigonometric
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_texture_packed_float.txt | 50 implied leading one except in the denorm exponent case. There is no
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_texture_packed_float.txt | 50 implied leading one except in the denorm exponent case. There is no
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 1513 denorm :1, member 1528 denorm :1, member
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_packed_float.txt | 61 denorm exponent case. There is no sign bit so only non-negative
|
/third_party/openGLES/extensions/NV/ |
D | NV_packed_float.txt | 61 denorm exponent case. There is no sign bit so only non-negative
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderPackingFunctionTests.cpp | 826 const deBool denorm = temp.isDenorm(); in checkValue() local 828 if (conversion != CONVERTED && denorm) in checkValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 1578 unsigned short invalid : 1, denorm : 1, zdiv : 1, ovrfl : 1, undfl : 1, member 1583 unsigned short invalid : 1, denorm : 1, zdiv : 1, ovrfl : 1, undfl : 1, member
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 1974 bld.sopp(aco_opcode::s_denorm_mode, -1, new_mode.denorm); in emit_set_mode() 1988 bool set_denorm = always_set && block->fp_mode.denorm != config_mode.denorm; in emit_set_mode_from_block() 1993 if (program.blocks[pred].fp_mode.denorm != block->fp_mode.denorm) in emit_set_mode_from_block()
|
D | aco_ir.h | 236 uint8_t denorm : 4; member
|
/third_party/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 1014 auto denorm = (I32)em < 0x0400; // I32 comparison is often quicker, and always safe here. in from_half() 1015 return if_then_else(denorm, F(0) in from_half() 1035 auto denorm = (I32)em < 0x38800000; // I32 comparison is often quicker, and always safe here. in to_half() 1036 return pack(if_then_else(denorm, U32(0) in to_half()
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2021-03-01/ |
D | graphicsfuzz.txt | 22 dEQP-VK.graphicsfuzz.cov-apfloat-reflect-denorm
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/ |
D | graphicsfuzz.txt | 34 dEQP-VK.graphicsfuzz.cov-apfloat-reflect-denorm
|
/third_party/vk-gl-cts/android/cts/master/vk-master/ |
D | graphicsfuzz.txt | 34 dEQP-VK.graphicsfuzz.cov-apfloat-reflect-denorm
|