Home
last modified time | relevance | path

Searched refs:test_fma (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/Transforms/SimplifyCFG/
Dspeculate-math.ll68 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/
Dlibcalls.c61 void test_fma(float a0, double a1, long double a2) { in test_fma() function
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dvfp.ll53 define void @test_fma(float* %P1, float* %P2, float* %P3) {
54 ;CHECK: test_fma:
/external/llvm/test/CodeGen/ARM/
Dvfp.ll53 define void @test_fma(float* %P1, float* %P2, float* %P3) {
54 ;CHECK-LABEL: test_fma:
Dfp16-promote.ll573 ; CHECK-FP16-LABEL: test_fma:
579 ; CHECK-LIBCALL-LABEL: test_fma:
585 define void @test_fma(half* %p, half* %q, half* %r) #0 {
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll225 define void @test_fma(fp128 %fp128) {
226 ; CHECK-LABEL: test_fma:
Darm64-illegal-float-ops.ll225 define void @test_fma(fp128 %fp128) {
226 ; CHECK-LABEL: test_fma:
Df16-instructions.ll679 ; CHECK-LABEL: test_fma:
686 define half @test_fma(half %a, half %b, half %c) #0 {
/external/valgrind/none/tests/amd64/
Dfma.c674 static int test_fma( void ) in test_fma() function
1427 res |= test_fma( ); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp951 void test_fma() in test_fma() function
1505 test_fma(); in main()
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp953 void test_fma() in test_fma() function
1529 test_fma(); in main()
/external/python/cpython2/Lib/test/
Dtest_decimal.py1903 def test_fma(self): member in ContextAPItests