Lines Matching refs:fma
389 #define my_fma(x, y) fma (x, y, vfloat3) in test_fma_1()
390 BINARY_TEST (my_fma, fma); in test_fma_1()
401 #define my_fma(x, y) fma (x, vfloat3, y) in test_fma_2()
402 BINARY_TEST (my_fma, fma); in test_fma_2()
413 #define my_fma(x, y) fma (Vfloat3, x, y) in test_fma_3()
414 BINARY_TEST (my_fma, fma); in test_fma_3()
424 TEST (fma (vdouble1, Vdouble2, vllong3), double, fma); in test_fma_4()
425 TEST (fma (vint1, Vint2, vint3), double, fma); in test_fma_4()
426 TEST (fma (Vldouble1, vldouble2, Vldouble3), ldouble, fma); in test_fma_4()
427 TEST (fma (vldouble1, vint2, Vdouble3), ldouble, fma); in test_fma_4()
588 (F(fma)) (TYPE x, TYPE y, TYPE z) in TYPE() argument