Home
last modified time | relevance | path

Searched defs:my_fma (Results 1 – 1 of 1) sorted by relevance

/math/
A Dtest-tgmath2.c389 #define my_fma(x, y) fma (x, y, vfloat3) in test_fma_1() macro
401 #define my_fma(x, y) fma (x, vfloat3, y) in test_fma_2() macro
413 #define my_fma(x, y) fma (Vfloat3, x, y) in test_fma_3() macro

Completed in 4 milliseconds