/external/rust/crates/rand/src/distributions/ |
D | float.rs | 181 macro_rules! test_f32 { macro 211 test_f32! { f32_edge_cases, f32, 0.0, EPSILON32 } 213 test_f32! { f32x2_edge_cases, f32x2, f32x2::splat(0.0), f32x2::splat(EPSILON32) } 215 test_f32! { f32x4_edge_cases, f32x4, f32x4::splat(0.0), f32x4::splat(EPSILON32) } 217 test_f32! { f32x8_edge_cases, f32x8, f32x8::splat(0.0), f32x8::splat(EPSILON32) } 219 test_f32! { f32x16_edge_cases, f32x16, f32x16::splat(0.0), f32x16::splat(EPSILON32) }
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | regbank-intrinsic-trunc.mir | 6 name: test_f32.intrinsic_trunc 17 ; CHECK-LABEL: name: test_f32.intrinsic_trunc
|
D | select-nearbyint.mir | 98 name: test_f32.nearbyint 108 ; CHECK-LABEL: name: test_f32.nearbyint
|
D | regbank-nearbyint.mir | 94 name: test_f32.nearbyint 103 ; CHECK-LABEL: name: test_f32.nearbyint
|
D | select-intrinsic-trunc.mir | 29 name: test_f32.intrinsic_trunc 39 ; CHECK-LABEL: name: test_f32.intrinsic_trunc
|
D | select-frint.mir | 29 name: test_f32.rint 39 ; CHECK-LABEL: name: test_f32.rint
|
D | select-intrinsic-round.mir | 29 name: test_f32.intrinsic_round 39 ; CHECK-LABEL: name: test_f32.intrinsic_round
|
D | regbank-intrinsic-round.mir | 32 name: test_f32.round 43 ; CHECK-LABEL: name: test_f32.round
|
D | legalize-frint.mir | 20 name: test_f32.rint 28 ; NOFP16-LABEL: name: test_f32.rint 34 ; FP16-LABEL: name: test_f32.rint
|
D | legalize-nearbyint.mir | 153 name: test_f32.nearbyint 161 ; FP16-LABEL: name: test_f32.nearbyint 167 ; NO-FP16-LABEL: name: test_f32.nearbyint
|
D | legalize-intrinsic-round.mir | 37 name: test_f32.round 45 ; NO-FP16-LABEL: name: test_f32.round 51 ; FP16-LABEL: name: test_f32.round
|
D | select-build-vector.mir | 4 name: test_f32 16 ; CHECK-LABEL: name: test_f32
|
/external/llvm/test/CodeGen/ARM/ |
D | ret_f32_arg2.ll | 3 define float @test_f32(float %a1, float %a2) {
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | ret_f32_arg2.ll | 3 define float @test_f32(float %a1, float %a2) {
|
/external/llvm/test/CodeGen/X86/ |
D | fma.ll | 9 ; CHECK-LABEL: test_f32: 12 define float @test_f32(float %a, float %b, float %c) #0 {
|
/external/llvm-project/clang/test/CodeGen/ |
D | arm-cde-reinterpret.c | 86 float32x4_t test_f32(uint8x16_t x) { in test_f32() function
|
/external/clang/test/CodeGen/ |
D | systemz-inline-asm.c | 109 float test_f32(float f, float g) { in test_f32() function
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | systemz-inline-asm.c | 109 float test_f32(float f, float g) { in test_f32() function
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-fmuladd.ll | 3 define float @test_f32(float* %A, float* %B, float* %C) nounwind { 4 ;CHECK-LABEL: test_f32:
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fmuladd.ll | 3 define float @test_f32(float* %A, float* %B, float* %C) nounwind { 4 ;CHECK-LABEL: test_f32:
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
D | irtranslator-amdgpu_vs.ll | 16 define amdgpu_vs void @test_f32(float %arg0) { 17 ; CHECK-LABEL: name: test_f32
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/AMDGPU/ |
D | fract.ll | 48 define void @test_f32(float* %p) { 49 ; CHECK-LABEL: @test_f32(
|
D | cos.ll | 71 define void @test_f32(float* %p) { 72 ; CHECK-LABEL: @test_f32(
|
D | sin.ll | 71 define void @test_f32(float* %p) { 72 ; CHECK-LABEL: @test_f32(
|
/external/rust/crates/serde_cbor/tests/ |
D | ser.rs | 134 fn test_f32() { in test_f32() function
|