Searched defs:remquo (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/src/math/i386/ |
H A D | remquo.s | 23 remquo: label
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | remquo.c | 4 double remquo(double x, double y, int *quo) in remquo() function
|
/third_party/musl/src/math/ |
H A D | remquo.c | 4 double remquo(double x, double y, int *quo) in remquo() function
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 194 #undef remquo macro 257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tgmath.h | 194 #undef remquo macro 257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
|
/third_party/musl/include/ |
H A D | tgmath.h | 194 #undef remquo macro 257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
|
Completed in 4 milliseconds