Home
last modified time | relevance | path

Searched defs:remquo (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/src/math/i386/
H A Dremquo.s23 remquo: label
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dremquo.c4 double remquo(double x, double y, int *quo) in remquo() function
/third_party/musl/src/math/
H A Dremquo.c4 double remquo(double x, double y, int *quo) in remquo() function
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h194 #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 Dtgmath.h194 #undef remquo macro
257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
/third_party/musl/include/
H A Dtgmath.h194 #undef remquo macro
257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro

Completed in 4 milliseconds