Searched refs:__tg_real_complex_pow (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 127 #define __tg_real_complex_pow(x, y) (__RETCAST_2(x, y)( \ macro 255 #define pow(x,y) __tg_real_complex_pow((x), (y))
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tgmath.h | 127 #define __tg_real_complex_pow(x, y) (__RETCAST_2(x, y)( \ macro 255 #define pow(x,y) __tg_real_complex_pow((x), (y))
|
/third_party/musl/include/ |
H A D | tgmath.h | 127 #define __tg_real_complex_pow(x, y) (__RETCAST_2(x, y)( \ macro 255 #define pow(x,y) __tg_real_complex_pow((x), (y))
|
Completed in 3 milliseconds