/external/adhd/cras/src/dsp/tests/ |
D | dsp_util_test.c | 236 union ieee754_float denorm; in main() local 237 denorm.ieee.negative = 0; in main() 238 denorm.ieee.exponent = 0; in main() 239 denorm.ieee.mantissa = 1; in main() 240 TestRounding(denorm.f, 0, samples); in main() 241 denorm.ieee.negative = 1; in main() 242 denorm.ieee.exponent = 0; in main() 243 denorm.ieee.mantissa = 1; in main() 244 TestRounding(denorm.f, 0, samples); in main()
|
/external/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()
|
/external/skia/tests/ |
D | SkRasterPipelineTest.cpp | 90 auto denorm = (int32_t)em < 0x38800000; // I32 comparison is often quicker, and always safe in h() local 92 return denorm ? SkTo<uint16_t>(0) in h()
|
/external/skqp/tests/ |
D | SkRasterPipelineTest.cpp | 90 auto denorm = (int32_t)em < 0x38800000; // I32 comparison is often quicker, and always safe in h() local 92 return denorm ? SkTo<uint16_t>(0) in h()
|
/external/python/cpython3/Python/ |
D | dtoa.c | 2313 int denorm; in _Py_dg_dtoa() local 2381 denorm = 0; in _Py_dg_dtoa() 2392 denorm = 1; in _Py_dg_dtoa() 2604 denorm ? be + (Bias + (P-1) - 1 + 1) : in _Py_dg_dtoa()
|
/external/python/cpython2/Python/ |
D | dtoa.c | 2386 int denorm; in _Py_dg_dtoa() local 2454 denorm = 0; in _Py_dg_dtoa() 2465 denorm = 1; in _Py_dg_dtoa() 2677 denorm ? be + (Bias + (P-1) - 1 + 1) : in _Py_dg_dtoa()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 1498 denorm :1, member 1513 denorm :1, member
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 1513 denorm :1, member 1528 denorm :1, member
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | AMDGPUUsage.rst | 1789 denorm mode for half/double (16 1801 with specified denorm mode 1807 Floating point denorm mode 1809 … :ref:`amdgpu-amdhsa-floating-point-denorm-mode-enumeration-values-table`. 1814 with specified denorm mode 1820 Floating point denorm mode 1822 … :ref:`amdgpu-amdhsa-floating-point-denorm-mode-enumeration-values-table`. 2078 :name: amdgpu-amdhsa-floating-point-denorm-mode-enumeration-values-table 4544 … :ref:`amdgpu-amdhsa-floating-point-denorm-mode-enumeration-values-table`. 4548 … :ref:`amdgpu-amdhsa-floating-point-denorm-mode-enumeration-values-table`.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 1557 unsigned short invalid : 1, denorm : 1, zdiv : 1, ovrfl : 1, undfl : 1, member 1562 unsigned short invalid : 1, denorm : 1, zdiv : 1, ovrfl : 1, undfl : 1, member
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderPackingFunctionTests.cpp | 855 const deBool denorm = temp.isDenorm(); in checkValue() local 857 if (conversion != CONVERTED && denorm) in checkValue()
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 745 auto denorm = (I32)em < 0x0400; // I32 comparison is often quicker, and always safe here. in from_half() 746 return if_then_else(denorm, F(0) in from_half() 765 auto denorm = (I32)em < 0x38800000; // I32 comparison is often quicker, and always safe here. in to_half() 766 return pack(if_then_else(denorm, U32(0) in to_half()
|
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 745 auto denorm = (I32)em < 0x0400; // I32 comparison is often quicker, and always safe here. in from_half() 746 return if_then_else(denorm, F(0) in from_half() 765 auto denorm = (I32)em < 0x38800000; // I32 comparison is often quicker, and always safe here. in to_half() 766 return pack(if_then_else(denorm, U32(0) in to_half()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 363 // v_mad_f32|f16/v_mac_f32|f16, selected regardless of denorm support.
|
/external/clang/test/ |
D | cxx-sections.data | 483 18.3.1.4 [denorm.style]
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 8506 outs() << " denorm " << fpu.fpu_fcw.denorm; in Print_x86_float_state_t() 8531 outs() << " denorm " << fpu.fpu_fsw.denorm; in Print_x86_float_state_t()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 8969 outs() << " denorm " << fpu.fpu_fcw.denorm; in Print_x86_float_state_t() 8994 outs() << " denorm " << fpu.fpu_fsw.denorm; in Print_x86_float_state_t()
|
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |