Searched refs:test_fma (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/Transforms/SimplifyCFG/ |
D | speculate-math.ll | 49 br i1 %cmp.i, label %test_fma.exit, label %cond.else.i 53 br label %test_fma.exit 55 test_fma.exit: ; preds = %cond.else.i, %entry
|
/external/clang/test/CodeGen/ |
D | libcalls.c | 61 void test_fma(float a0, double a1, long double a2) { in test_fma() function
|
/external/llvm/test/CodeGen/ARM/ |
D | vfp.ll | 53 define void @test_fma(float* %P1, float* %P2, float* %P3) { 54 ;CHECK-LABEL: test_fma:
|
D | fp16-promote.ll | 592 ; CHECK-FP16-LABEL: test_fma: 598 ; CHECK-LIBCALL-LABEL: test_fma: 604 define void @test_fma(half* %p, half* %q, half* %r) #0 {
|
/external/llvm/test/CodeGen/AArch64/ |
D | illegal-float-ops.ll | 225 define void @test_fma(fp128 %fp128) { 226 ; CHECK-LABEL: test_fma:
|
D | arm64-illegal-float-ops.ll | 225 define void @test_fma(fp128 %fp128) { 226 ; CHECK-LABEL: test_fma:
|
D | f16-instructions.ll | 624 ; CHECK-LABEL: test_fma: 631 define half @test_fma(half %a, half %b, half %c) #0 {
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 411 void test_fma() in test_fma() function 658 test_fma(); in main()
|
/external/valgrind/none/tests/amd64/ |
D | fma.c | 674 static int test_fma( void ) in test_fma() function 1427 res |= test_fma( ); in main()
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 908 void test_fma() in test_fma() function 1460 test_fma(); in main()
|