Searched refs:my_fma (Results 1 – 1 of 1) sorted by relevance
/math/ |
A D | test-tgmath2.c | 389 #define my_fma(x, y) fma (x, y, vfloat3) in test_fma_1() macro 390 BINARY_TEST (my_fma, fma); in test_fma_1() 391 #undef my_fma in test_fma_1() 401 #define my_fma(x, y) fma (x, vfloat3, y) in test_fma_2() macro 402 BINARY_TEST (my_fma, fma); in test_fma_2() 403 #undef my_fma in test_fma_2() 413 #define my_fma(x, y) fma (Vfloat3, x, y) in test_fma_3() macro 414 BINARY_TEST (my_fma, fma); in test_fma_3() 415 #undef my_fma in test_fma_3()
|
Completed in 5 milliseconds