/external/llvm/test/Transforms/SimplifyCFG/ |
D | speculate-math.ll | 68 br i1 %cmp.i, label %test_fma.exit, label %cond.else.i 72 br label %test_fma.exit 74 test_fma.exit: ; preds = %cond.else.i, %entry
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | speculate-math.ll | 68 br i1 %cmp.i, label %test_fma.exit, label %cond.else.i 72 br label %test_fma.exit 74 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/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | vfp.ll | 53 define void @test_fma(float* %P1, float* %P2, float* %P3) { 54 ;CHECK: test_fma:
|
/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 | 573 ; CHECK-FP16-LABEL: test_fma: 579 ; CHECK-LIBCALL-LABEL: test_fma: 585 define void @test_fma(half* %p, half* %q, half* %r) #0 {
|
/external/swiftshader/third_party/llvm-7.0/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 | 575 ; CHECK-FP16-LABEL: test_fma: 581 ; CHECK-LIBCALL-LABEL: test_fma: 587 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 | 679 ; CHECK-LABEL: test_fma: 686 define half @test_fma(half %a, half %b, half %c) #0 {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | illegal-float-ops.ll | 226 define void @test_fma(fp128 %fp128) { 227 ; 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 | 906 ; CHECK-CVT-LABEL: test_fma: 914 ; CHECK-FP16-LABEL: test_fma: 918 define half @test_fma(half %a, half %b, half %c) #0 {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | f16-instructions.ll | 872 ; CHECK-LABEL: test_fma( 884 define half @test_fma(half %a, half %b, half %c) #0 {
|
D | f16x2-instructions.ll | 1119 ; CHECK-LABEL: test_fma( 1143 define <2 x half> @test_fma(<2 x half> %a, <2 x half> %b, <2 x half> %c) #0 {
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 960 void test_fma() in test_fma() function 1514 test_fma(); in main()
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 989 void test_fma() in test_fma() function 1565 test_fma(); in main()
|
/external/python/cpython2/Lib/test/ |
D | test_decimal.py | 1903 def test_fma(self): member in ContextAPItests
|
/external/python/cpython3/Lib/test/ |
D | test_decimal.py | 3079 def test_fma(self): member in ContextAPItests
|