Home
last modified time | relevance | path

Searched defs:remquo (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/src/math/i386/
Dremquo.s21 .global remquo symbol
23 remquo: label
/third_party/musl/src/math/
Dremquo.c4 double remquo(double x, double y, int *quo) in remquo() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dremquo.c4 double remquo(double x, double y, int *quo) in remquo() function
/third_party/musl/ndk_musl_include/
Dtgmath.h257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
/third_party/musl/include/
Dtgmath.h257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35860 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