Searched refs:test_f64 (Results 1 – 24 of 24) sorted by relevance
/external/rust/crates/rand/src/distributions/ |
D | float.rs | 221 macro_rules! test_f64 { macro 251 test_f64! { f64_edge_cases, f64, 0.0, EPSILON64 } 253 test_f64! { f64x2_edge_cases, f64x2, f64x2::splat(0.0), f64x2::splat(EPSILON64) } 255 test_f64! { f64x4_edge_cases, f64x4, f64x4::splat(0.0), f64x4::splat(EPSILON64) } 257 test_f64! { f64x8_edge_cases, f64x8, f64x8::splat(0.0), f64x8::splat(EPSILON64) }
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | regbank-intrinsic-trunc.mir | 30 name: test_f64.intrinsic_trunc 41 ; CHECK-LABEL: name: test_f64.intrinsic_trunc
|
D | select-nearbyint.mir | 121 name: test_f64.nearbyint 131 ; CHECK-LABEL: name: test_f64.nearbyint
|
D | regbank-nearbyint.mir | 116 name: test_f64.nearbyint 125 ; CHECK-LABEL: name: test_f64.nearbyint
|
D | select-intrinsic-trunc.mir | 6 name: test_f64.intrinsic_trunc 16 ; CHECK-LABEL: name: test_f64.intrinsic_trunc
|
D | select-frint.mir | 52 name: test_f64.rint 62 ; CHECK-LABEL: name: test_f64.rint
|
D | select-intrinsic-round.mir | 6 name: test_f64.intrinsic_round 16 ; CHECK-LABEL: name: test_f64.intrinsic_round
|
D | regbank-intrinsic-round.mir | 56 name: test_f64.round 67 ; CHECK-LABEL: name: test_f64.round
|
D | legalize-frint.mir | 47 name: test_f64.rint 55 ; NOFP16-LABEL: name: test_f64.rint 61 ; FP16-LABEL: name: test_f64.rint
|
D | legalize-nearbyint.mir | 180 name: test_f64.nearbyint 188 ; FP16-LABEL: name: test_f64.nearbyint 194 ; NO-FP16-LABEL: name: test_f64.nearbyint
|
D | legalize-intrinsic-round.mir | 64 name: test_f64.round 72 ; NO-FP16-LABEL: name: test_f64.round 78 ; FP16-LABEL: name: test_f64.round
|
D | select-build-vector.mir | 45 name: test_f64 57 ; CHECK-LABEL: name: test_f64
|
/external/llvm/test/CodeGen/ARM/ |
D | ret_f64_arg2.ll | 3 define double @test_f64(double %a1, double %a2) {
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | ret_f64_arg2.ll | 3 define double @test_f64(double %a1, double %a2) {
|
/external/llvm/test/CodeGen/X86/ |
D | fma.ll | 18 ; CHECK-LABEL: test_f64: 21 define double @test_f64(double %a, double %b, double %c) #0 {
|
/external/clang/test/CodeGen/ |
D | systemz-inline-asm.c | 116 double test_f64(double f, double g) { in test_f64() function
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | systemz-inline-asm.c | 116 double test_f64(double f, double g) { in test_f64() function
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-fmuladd.ll | 48 define double @test_f64(double* %A, double* %B, double* %C) nounwind { 49 ;CHECK-LABEL: test_f64:
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fmuladd.ll | 48 define double @test_f64(double* %A, double* %B, double* %C) nounwind { 49 ;CHECK-LABEL: test_f64:
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/AMDGPU/ |
D | fract.ll | 88 define void @test_f64(double* %p) { 89 ; CHECK-LABEL: @test_f64(
|
D | cos.ll | 134 define void @test_f64(double* %p) { 135 ; CHECK-LABEL: @test_f64(
|
D | sin.ll | 134 define void @test_f64(double* %p) { 135 ; CHECK-LABEL: @test_f64(
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fma.ll | 113 define double @test_f64(double %a, double %b, double %c) #0 { 114 ; FMA32-LABEL: test_f64: 128 ; FMACALL32-LABEL: test_f64: 134 ; FMA64-LABEL: test_f64: 140 ; FMACALL64-LABEL: test_f64: 146 ; AVX512-LABEL: test_f64: 152 ; AVX512VL-LABEL: test_f64:
|
/external/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 1053 impl_prop!(test_f64, prop_f64, f64);
|