/external/llvm/test/CodeGen/AMDGPU/ |
D | hsa-fp-mode.ll | 65 attributes #2 = { nounwind "target-features"="-fp32-denormals,+fp64-denormals" } 66 attributes #3 = { nounwind "target-features"="+fp32-denormals,-fp64-denormals" } 67 attributes #4 = { nounwind "target-features"="+fp32-denormals,+fp64-denormals" } 68 attributes #5 = { nounwind "target-features"="-fp32-denormals,-fp64-denormals" }
|
D | default-fp-mode.ll | 60 attributes #3 = { nounwind "target-features"="+fp32-denormals" } 61 attributes #4 = { nounwind "target-features"="+fp32-denormals,+fp64-denormals" } 62 attributes #5 = { nounwind "target-features"="-fp32-denormals,-fp64-denormals" }
|
D | llvm.amdgcn.rcp.ll | 125 attributes #1 = { nounwind "unsafe-fp-math"="false" "target-features"="-fp32-denormals" } 126 attributes #2 = { nounwind "unsafe-fp-math"="true" "target-features"="-fp32-denormals" } 127 attributes #3 = { nounwind "unsafe-fp-math"="false" "target-features"="+fp32-denormals" } 128 attributes #4 = { nounwind "unsafe-fp-math"="true" "target-features"="+fp32-denormals" }
|
D | rsq.ll | 1 ; RUN: llc -march=amdgcn -mattr=-fp32-denormals -verify-machineinstrs -enable-unsafe-fp-math < %s |… 2 ; RUN: llc -march=amdgcn -mattr=-fp32-denormals -verify-machineinstrs < %s | FileCheck -check-prefi…
|
D | fcanonicalize.ll | 350 attributes #2 = { nounwind "target-features"="-fp32-denormals,-fp64-denormals" } 351 attributes #3 = { nounwind "target-features"="+fp32-denormals,+fp64-denormals" }
|
D | fdiv.ll | 2 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=+fp32-denormals -verify-machineinstrs < %s | FileCheck …
|
D | mad-combine.ll | 8 ; RUN: llc -march=amdgcn -mcpu=tahiti -mattr=+fp32-denormals -fp-contract=fast -verify-machineinstr… 9 ; RUN: llc -march=amdgcn -mcpu=verde -mattr=+fp32-denormals -fp-contract=fast -verify-machineinstrs…
|
/external/swiftshader/src/Common/ |
D | Half.cpp | 19 half::half(float fp32) in half() argument 21 unsigned int fp32i = *(unsigned int*)&fp32; in half()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 135 tcu::Float32 fp32(val); in isValidFloat() local 136 return !fp32.isDenorm() && !fp32.isInf() && !fp32.isNaN(); in isValidFloat()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 137 tcu::Float32 fp32(val); in isValidFloat() local 138 return !fp32.isDenorm() && !fp32.isInf() && !fp32.isNaN(); in isValidFloat()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringExplicitLodTests.cpp | 73 const tcu::FloatFormat fp32 (-126, 127, 23, true); in getConversionPrecision() local 102 return fp32; in getConversionPrecision() 106 return fp32; in getConversionPrecision() 115 const tcu::FloatFormat fp32 (-126, 127, 23, true); in getFilteringPrecision() local 144 return fp32; in getFilteringPrecision() 148 return fp32; in getFilteringPrecision()
|
/external/v8/gypfiles/ |
D | toolchain.gypi | 476 ['mips_fpu_mode=="fp32"', { 542 ['mips_fpu_mode=="fp32"', { 593 ['mips_fpu_mode=="fp32"', { 677 ['mips_fpu_mode=="fp32"', { 756 ['mips_fpu_mode=="fp32"', { 813 ['mips_fpu_mode=="fp32"', {
|
D | standalone.gypi | 446 # Possible values fp32, fp64, fpxx. 447 # fp32 - 32 32-bit FPU registers are available, doubles are placed in 450 # fpxx - compatibility mode, it chooses fp32 or fp64 depending on runtime 452 'mips_fpu_mode%': 'fp32',
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPU.td | 175 // fp32 denormals also causes instructions to run at the double 177 def FeatureFP32Denormals : SubtargetFeature<"fp32-denormals",
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 263 // be used with fp32 as well. This could be done for fp128, in which
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 209 // Template for instructions which take three fp64 or fp32 args. The 213 // zero) variants for fp32 functions.
|
/external/v8/ |
D | BUILD.gn | 281 } else if (mips_fpu_mode == "fp32") {
|
/external/arm-neon-tests/ |
D | ref-rvct-neon.txt | 7864 VCVT FP16 (check fp16-fp32 inf/nan/denormal) output: 7867 VCVT FP16 (check fp32-fp16 inf/nan) output:
|
D | ref-rvct-all.txt | 7864 VCVT FP16 (check fp16-fp32 inf/nan/denormal) output: 7867 VCVT FP16 (check fp32-fp16 inf/nan) output:
|