Home
last modified time | relevance | path

Searched refs:test_f32 (Results 1 – 25 of 28) sorted by relevance

12

/external/rust/crates/rand/src/distributions/
Dfloat.rs181 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/
Dregbank-intrinsic-trunc.mir6 name: test_f32.intrinsic_trunc
17 ; CHECK-LABEL: name: test_f32.intrinsic_trunc
Dregbank-nearbyint.mir94 name: test_f32.nearbyint
103 ; CHECK-LABEL: name: test_f32.nearbyint
Dselect-nearbyint.mir98 name: test_f32.nearbyint
108 ; CHECK-LABEL: name: test_f32.nearbyint
Dselect-intrinsic-round.mir29 name: test_f32.intrinsic_round
39 ; CHECK-LABEL: name: test_f32.intrinsic_round
Dselect-intrinsic-trunc.mir29 name: test_f32.intrinsic_trunc
39 ; CHECK-LABEL: name: test_f32.intrinsic_trunc
Dselect-frint.mir29 name: test_f32.rint
39 ; CHECK-LABEL: name: test_f32.rint
Dregbank-intrinsic-round.mir32 name: test_f32.round
43 ; CHECK-LABEL: name: test_f32.round
Dlegalize-frint.mir20 name: test_f32.rint
28 ; NOFP16-LABEL: name: test_f32.rint
34 ; FP16-LABEL: name: test_f32.rint
Dlegalize-nearbyint.mir153 name: test_f32.nearbyint
161 ; FP16-LABEL: name: test_f32.nearbyint
167 ; NO-FP16-LABEL: name: test_f32.nearbyint
Dlegalize-intrinsic-round.mir37 name: test_f32.round
45 ; NO-FP16-LABEL: name: test_f32.round
51 ; FP16-LABEL: name: test_f32.round
Dselect-build-vector.mir4 name: test_f32
16 ; CHECK-LABEL: name: test_f32
/external/llvm/test/CodeGen/X86/
Dfma.ll9 ; CHECK-LABEL: test_f32:
12 define float @test_f32(float %a, float %b, float %c) #0 {
/external/llvm/test/CodeGen/ARM/
Dret_f32_arg2.ll3 define float @test_f32(float %a1, float %a2) {
/external/llvm-project/llvm/test/CodeGen/ARM/
Dret_f32_arg2.ll3 define float @test_f32(float %a1, float %a2) {
/external/llvm-project/clang/test/CodeGen/
Darm-cde-reinterpret.c86 float32x4_t test_f32(uint8x16_t x) { in test_f32() function
/external/clang/test/CodeGen/
Dsystemz-inline-asm.c109 float test_f32(float f, float g) { in test_f32() function
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dsystemz-inline-asm.c109 float test_f32(float f, float g) { in test_f32() function
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-fmuladd.ll3 define float @test_f32(float* %A, float* %B, float* %C) nounwind {
4 ;CHECK-LABEL: test_f32:
/external/llvm/test/CodeGen/AArch64/
Darm64-fmuladd.ll3 define float @test_f32(float* %A, float* %B, float* %C) nounwind {
4 ;CHECK-LABEL: test_f32:
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dirtranslator-amdgpu_vs.ll16 define amdgpu_vs void @test_f32(float %arg0) {
17 ; CHECK-LABEL: name: test_f32
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/AMDGPU/
Dfract.ll48 define void @test_f32(float* %p) {
49 ; CHECK-LABEL: @test_f32(
Dcos.ll71 define void @test_f32(float* %p) {
72 ; CHECK-LABEL: @test_f32(
Dsin.ll71 define void @test_f32(float* %p) {
72 ; CHECK-LABEL: @test_f32(
/external/rust/crates/serde_cbor/tests/
Dser.rs134 fn test_f32() { in test_f32() function

12