/external/FP16/ |
D | CMakeLists.txt | 109 ADD_EXECUTABLE(ieee-to-fp32-bits-test test/ieee-to-fp32-bits.cc test/tables.cc) 110 TARGET_INCLUDE_DIRECTORIES(ieee-to-fp32-bits-test PRIVATE test) 111 TARGET_LINK_LIBRARIES(ieee-to-fp32-bits-test fp16 gtest gtest_main) 112 ADD_TEST(ieee-to-fp32-bits ieee-to-fp32-bits-test) 114 ADD_EXECUTABLE(ieee-to-fp32-value-test test/ieee-to-fp32-value.cc test/tables.cc) 115 TARGET_INCLUDE_DIRECTORIES(ieee-to-fp32-value-test PRIVATE test) 116 TARGET_LINK_LIBRARIES(ieee-to-fp32-value-test fp16 gtest gtest_main) 117 ADD_TEST(ieee-to-fp32-value ieee-to-fp32-value-test) 119 ADD_EXECUTABLE(ieee-from-fp32-value-test test/ieee-from-fp32-value.cc test/tables.cc) 120 TARGET_INCLUDE_DIRECTORIES(ieee-from-fp32-value-test PRIVATE test) [all …]
|
D | Android.bp | 102 "test/ieee-from-fp32-value.cc", 113 "test/ieee-to-fp32-bits.cc", 124 "test/ieee-to-fp32-value.cc",
|
/external/llvm-project/llvm/test/Other/ |
D | opt-override-denormal-fp-math-mixed.ll | 1 ; RUN: opt -S -denormal-fp-math=ieee %s | FileCheck -check-prefixes=IEEE,ALL %s 5 ; RUN: opt -S -denormal-fp-math-f32=ieee %s | FileCheck -check-prefixes=IEEEF32,ALL %s 9 ; RUN: opt -S -denormal-fp-math=ieee -denormal-fp-math-f32=ieee %s | FileCheck -check-prefixes=IEEE… 27 …TR]] = { nounwind "denormal-fp-math"="preserve-sign,ieee" "denormal-fp-math-f32"="preserve-sign,ie… 29 ; IEEE-DAG: attributes [[NOATTR]] = { nounwind "denormal-fp-math"="ieee,ieee" } 33 ; IEEEF32-DAG: attributes [[NOATTR]] = { nounwind "denormal-fp-math-f32"="ieee,ieee" } 37 …ttributes [[NOATTR]] = { nounwind "denormal-fp-math"="ieee,ieee" "denormal-fp-math-f32"="ieee,ieee… 42 …s #1 = { nounwind "denormal-fp-math"="preserve-sign,ieee" "denormal-fp-math-f32"="preserve-sign,ie…
|
D | opt-override-denormal-fp-math.ll | 1 ; RUN: opt -S -denormal-fp-math=ieee %s | FileCheck -check-prefixes=IEEE,ALL %s 17 ; ALL-DAG: attributes [[ATTR]] = { nounwind "denormal-fp-math"="preserve-sign,ieee" } 18 ; IEEE-DAG: attributes [[NOATTR]] = { nounwind "denormal-fp-math"="ieee,ieee" } 23 attributes #1 = { nounwind "denormal-fp-math"="preserve-sign,ieee" }
|
D | opt-override-denormal-fp-math-f32.ll | 1 ; RUN: opt -S -denormal-fp-math-f32=ieee %s | FileCheck -check-prefixes=IEEE,ALL %s 17 ; ALL-DAG: attributes [[ATTR]] = { nounwind "denormal-fp-math-f32"="preserve-sign,ieee" } 18 ; IEEE-DAG: attributes [[NOATTR]] = { nounwind "denormal-fp-math-f32"="ieee,ieee" } 23 attributes #1 = { nounwind "denormal-fp-math-f32"="preserve-sign,ieee" }
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | default-fp-mode.ll | 175 attributes #2 = { nounwind "denormal-fp-math"="ieee,ieee" } 176 attributes #3 = { nounwind "denormal-fp-math-f32"="ieee,ieee" } 177 attributes #4 = { nounwind "denormal-fp-math"="ieee,ieee" } 179 attributes #6 = { nounwind "denormal-fp-math"="ieee,ieee" } 180 attributes #7 = { nounwind "denormal-fp-math-f32"="ieee,ieee" "denormal-fp-math"="preserve-sign,pre… 181 attributes #8 = { nounwind "denormal-fp-math"="ieee,ieee" } 183 attributes #10 = { nounwind "denormal-fp-math"="preserve-sign,ieee" } 184 attributes #11 = { nounwind "denormal-fp-math"="ieee,preserve-sign" } 185 attributes #12 = { nounwind "denormal-fp-math-f32"="ieee,preserve-sign" "denormal-fp-math"="ieee,ie… 186 …butes #13 = { nounwind "denormal-fp-math-f32"="preserve-sign,ieee" "denormal-fp-math"="ieee,ieee" } [all …]
|
D | llvm.r600.recipsqrt.ieee.ll | 3 declare float @llvm.r600.recipsqrt.ieee.f32(float) nounwind readnone 8 %recipsqrt.ieee = call float @llvm.r600.recipsqrt.ieee.f32(float %src) nounwind readnone 9 store float %recipsqrt.ieee, float addrspace(1)* %out, align 4 17 %recipsqrt.ieee = call float @llvm.r600.recipsqrt.ieee.f32(float 4.0) nounwind readnone 18 store float %recipsqrt.ieee, float addrspace(1)* %out, align 4 25 %recipsqrt.ieee = call float @llvm.r600.recipsqrt.ieee.f32(float 100.0) nounwind readnone 26 store float %recipsqrt.ieee, float addrspace(1)* %out, align 4
|
D | hsa-fp-mode.ll | 96 attributes #3 = { nounwind "denormal-fp-math-f32"="ieee,ieee" "denormal-fp-math"="preserve-sign,pre… 97 attributes #4 = { nounwind "denormal-fp-math"="ieee,ieee" } 100 attributes #7 = { nounwind "amdgpu-ieee"="false" "target-cpu"="fiji" } 101 attributes #8 = { nounwind "amdgpu-dx10-clamp"="false" "amdgpu-ieee"="false" "target-cpu"="fiji" }
|
D | omod-nsz-flag.mir | 14 ieee: false 36 ieee: false 58 ieee: false
|
/external/adhd/cras/src/dsp/tests/ |
D | dsp_util_test.c | 198 inf.ieee.negative = 0; in main() 199 inf.ieee.exponent = 0xfe; in main() 200 inf.ieee.mantissa = 0x7fffff; in main() 202 inf.ieee.negative = 1; in main() 203 inf.ieee.exponent = 0xfe; in main() 204 inf.ieee.mantissa = 0x7fffff; in main() 242 denorm.ieee.negative = 0; in main() 243 denorm.ieee.exponent = 0; in main() 244 denorm.ieee.mantissa = 1; in main() 246 denorm.ieee.negative = 1; in main() [all …]
|
/external/rust/crates/ryu/src/ |
D | s2d.rs | 103 let ieee = (signed_m as u64) << (d2s::DOUBLE_EXPONENT_BITS + d2s::DOUBLE_MANTISSA_BITS); in s2d() localVariable 104 return Ok(f64::from_bits(ieee)); in s2d() 108 let ieee = ((signed_m as u64) << (d2s::DOUBLE_EXPONENT_BITS + d2s::DOUBLE_MANTISSA_BITS)) in s2d() localVariable 110 return Ok(f64::from_bits(ieee)); in s2d() 180 let ieee = ((signed_m as u64) << (d2s::DOUBLE_EXPONENT_BITS + d2s::DOUBLE_MANTISSA_BITS)) in s2d() localVariable 182 return Ok(f64::from_bits(ieee)); in s2d() 212 let ieee = ((((signed_m as u64) << d2s::DOUBLE_EXPONENT_BITS) | ieee_e2 as u64) in s2d() localVariable 215 Ok(f64::from_bits(ieee)) in s2d()
|
D | s2f.rs | 103 let ieee = (signed_m as u32) << (f2s::FLOAT_EXPONENT_BITS + f2s::FLOAT_MANTISSA_BITS); in s2f() localVariable 104 return Ok(f32::from_bits(ieee)); in s2f() 108 let ieee = ((signed_m as u32) << (f2s::FLOAT_EXPONENT_BITS + f2s::FLOAT_MANTISSA_BITS)) in s2f() localVariable 110 return Ok(f32::from_bits(ieee)); in s2f() 171 let ieee = ((signed_m as u32) << (f2s::FLOAT_EXPONENT_BITS + f2s::FLOAT_MANTISSA_BITS)) in s2f() localVariable 173 return Ok(f32::from_bits(ieee)); in s2f() 203 let ieee = ((((signed_m as u32) << f2s::FLOAT_EXPONENT_BITS) | ieee_e2 as u32) in s2f() localVariable 206 Ok(f32::from_bits(ieee)) in s2f()
|
/external/llvm-project/libc/AOR_v20.02/math/test/rtest/ |
D | wrappers.c | 31 int size, const uint32 *ieee) in wrapper_op_real() argument 35 ctx->ieee_ops[ctx->nops] = ieee; in wrapper_op_real() 41 int size, const uint32 *ieee) in wrapper_op_complex() argument 45 ctx->ieee_ops[ctx->nops] = ieee; in wrapper_op_complex() 51 int size, uint32 *ieee) in wrapper_result_real() argument 55 ctx->ieee_result = ieee; in wrapper_result_real() 61 int size, uint32 *ieee) in wrapper_result_complex() argument 65 ctx->ieee_result = ieee; in wrapper_result_complex()
|
D | wrappers.h | 53 int size, const uint32 *ieee); 57 int size, const uint32 *ieee); 61 int size, uint32 *ieee); 66 int size, uint32 *ieee);
|
/external/arm-optimized-routines/math/test/rtest/ |
D | wrappers.c | 30 int size, const uint32 *ieee) in wrapper_op_real() argument 34 ctx->ieee_ops[ctx->nops] = ieee; in wrapper_op_real() 40 int size, const uint32 *ieee) in wrapper_op_complex() argument 44 ctx->ieee_ops[ctx->nops] = ieee; in wrapper_op_complex() 50 int size, uint32 *ieee) in wrapper_result_real() argument 54 ctx->ieee_result = ieee; in wrapper_result_real() 60 int size, uint32 *ieee) in wrapper_result_complex() argument 64 ctx->ieee_result = ieee; in wrapper_result_complex()
|
D | wrappers.h | 52 int size, const uint32 *ieee); 56 int size, const uint32 *ieee); 60 int size, uint32 *ieee); 65 int size, uint32 *ieee);
|
/external/llvm-project/llvm/test/CodeGen/MIR/AMDGPU/ |
D | machine-function-info.ll | 31 ; CHECK-NEXT: ieee: true 64 ; CHECK-NEXT: ieee: false 94 ; CHECK-NEXT: ieee: true 124 ; CHECK-NEXT: ieee: true 138 ; CHECK-NEXT: ieee: true 150 ; CHECK-NEXT: ieee: false 162 ; CHECK-NEXT: ieee: false 181 attributes #2 = { "amdgpu-ieee" = "false" } 182 attributes #3 = { "amdgpu-dx10-clamp" = "false" "amdgpu-ieee" = "false" }
|
D | machine-function-info-no-ir.mir | 28 # FULL-NEXT: ieee: true 98 # FULL-NEXT: ieee: true 139 # FULL-NEXT: ieee: true 181 # FULL-NEXT: ieee: true 252 # ALL-NEXT: ieee: false 262 ieee: false
|
/external/adhd/cras/src/dsp/ |
D | drc_math.h | 26 } ieee; 121 int exp = u.ieee.exponent; in frexpf_fast() 125 u.ieee.exponent = 126; in frexpf_fast() 210 return u.ieee.exponent == 0xff; in isbadf()
|
/external/llvm-project/llvm/test/Transforms/Inline/AMDGPU/ |
D | inline-denormal-fp-math.ll | 76 attributes #1 = { nounwind "denormal-fp-math"="ieee,ieee" } 78 attributes #3 = { nounwind "denormal-fp-math"="preserve-sign,ieee" } 79 attributes #4 = { nounwind "denormal-fp-math"="ieee,preserve-sign" }
|
D | inline-amdgpu-ieee.ll | 73 ; Shader with ieee enabled calling a compute function 89 attributes #1 = { nounwind "amdgpu-ieee"="true" } 90 attributes #2 = { nounwind "amdgpu-ieee"="false" }
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | build-attributes-fn-attr3.ll | 5 ; Here we check values no-trapping-math=true and denormal-fp-math=ieee. 17 … { minsize norecurse nounwind optsize readnone "no-trapping-math"="true" "denormal-fp-math"="ieee"}
|
/external/python/cpython2/Modules/ |
D | fpectlmodule.c | 199 clrmsk.ieee$q_flags = in fpe_reset() 202 setmsk.ieee$q_flags = in fpe_reset() 266 clrmsk.ieee$q_flags = in turnoff_sigfpe()
|
/external/llvm-project/llvm/test/Transforms/Attributor/reduced/ |
D | register_benchmark_test.ll | 1562 …nded-divide-sqrt-fp-math"="false" "denormal-fp-math"="ieee,ieee" "denormal-fp-math-f32"="ieee,ieee… 1563 …nded-divide-sqrt-fp-math"="false" "denormal-fp-math"="ieee,ieee" "denormal-fp-math-f32"="ieee,ieee… 1564 …nded-divide-sqrt-fp-math"="false" "denormal-fp-math"="ieee,ieee" "denormal-fp-math-f32"="ieee,ieee… 1566 …nded-divide-sqrt-fp-math"="false" "denormal-fp-math"="ieee,ieee" "denormal-fp-math-f32"="ieee,ieee… 1568 …nded-divide-sqrt-fp-math"="false" "denormal-fp-math"="ieee,ieee" "denormal-fp-math-f32"="ieee,ieee… 1569 …nded-divide-sqrt-fp-math"="false" "denormal-fp-math"="ieee,ieee" "denormal-fp-math-f32"="ieee,ieee… 1570 …nded-divide-sqrt-fp-math"="false" "denormal-fp-math"="ieee,ieee" "denormal-fp-math-f32"="ieee,ieee… 1571 …nded-divide-sqrt-fp-math"="false" "denormal-fp-math"="ieee,ieee" "denormal-fp-math-f32"="ieee,ieee… 1572 …nded-divide-sqrt-fp-math"="false" "denormal-fp-math"="ieee,ieee" "denormal-fp-math-f32"="ieee,ieee… 1573 …nded-divide-sqrt-fp-math"="false" "denormal-fp-math"="ieee,ieee" "denormal-fp-math-f32"="ieee,ieee… [all …]
|
/external/llvm-project/llvm/test/Analysis/CostModel/AMDGPU/ |
D | fused_costs.ll | 2 …riple=amdgcn-unknown-amdhsa -mcpu=gfx900 -denormal-fp-math-f32=ieee -denormal-fp-math=ieee -fp-con… 3 …riple=amdgcn-unknown-amdhsa -mcpu=gfx900 -denormal-fp-math-f32=ieee -denormal-fp-math=ieee -fp-con… 6 …riple=amdgcn-unknown-amdhsa -mcpu=gfx900 -denormal-fp-math-f32=ieee -denormal-fp-math=ieee -fp-con… 7 …riple=amdgcn-unknown-amdhsa -mcpu=gfx900 -denormal-fp-math-f32=ieee -denormal-fp-math=ieee -fp-con…
|