Searched refs:__tg_real_fma (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 122 #define __tg_real_fma(x, y, z) (__RETCAST_3(x, y, z)( \ macro 234 #define fma(x,y,z) __tg_real_fma((x), (y), (z))
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tgmath.h | 122 #define __tg_real_fma(x, y, z) (__RETCAST_3(x, y, z)( \ macro 234 #define fma(x,y,z) __tg_real_fma((x), (y), (z))
|
/third_party/musl/include/ |
H A D | tgmath.h | 122 #define __tg_real_fma(x, y, z) (__RETCAST_3(x, y, z)( \ macro 234 #define fma(x,y,z) __tg_real_fma((x), (y), (z))
|
Completed in 3 milliseconds