/third_party/musl/src/math/i386/ |
D | remquo.s | 21 .global remquo symbol 23 remquo: label
|
/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/src/math/ |
D | remquo.c | 4 double remquo(double x, double y, int *quo) in remquo() function
|
/third_party/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/ndk_musl_include/ |
D | tgmath.h | 257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
|
/third_party/boost/boost/multiprecision/detail/ |
D | default_ops.hpp | 2976 remquo(const number<Backend, et_on>& a, const U& b, int* pi) in remquo() function 2986 remquo(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& a, const U& b, int* pi) in remquo() function 2996 remquo(const U& a, const number<Backend, et_on>& b, int* pi) in remquo() function 3006 remquo(const U& a, const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& b, int* pi) in remquo() function 3016 remquo(const number<Backend, et_off>& a, const U& b, int* pi) in remquo() function 3028 remquo(const U& a, const number<Backend, et_off>& b, int* pi) in remquo() function
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_cmath.hpp | 680 …inline boost::math::cstdfloat::detail::float_internal128_t remquo(boost::math::cstdfloat::detail:… in remquo() function
|