Searched defs:remquo (Results 1 – 8 of 8) sorted by relevance
/third_party/musl/src/math/i386/ |
D | remquo.s | 21 .global remquo symbol 23 remquo: label
|
/third_party/musl/src/math/ |
D | remquo.c | 4 double remquo(double x, double y, int *quo) in remquo() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | remquo.c | 4 double remquo(double x, double y, int *quo) in remquo() function
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
|
/third_party/musl/include/ |
D | tgmath.h | 257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 35860 remquo(float __x, float __y, int* __pquo) in remquo() function 35864 remquo(long double __x, long double __y, int* __pquo) in remquo() function 35871 remquo(_Tp __x, _Up __y, int* __pquo) in remquo() function
|