Searched defs:my_fma (Results 1 – 1 of 1) sorted by relevance
389 #define my_fma(x, y) fma (x, y, vfloat3) in test_fma_1() macro401 #define my_fma(x, y) fma (x, vfloat3, y) in test_fma_2() macro413 #define my_fma(x, y) fma (Vfloat3, x, y) in test_fma_3() macro
Completed in 4 milliseconds