Searched refs:remquol (Results 1 - 16 of 16) sorted by relevance
/third_party/musl/src/math/i386/ |
H A D | remquo.s | 11 .global remquol 12 .type remquol,@function 13 remquol: label
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | remquol.c | 4 long double remquol(long double x, long double y, int *quo) in remquol() function 9 long double remquol(long double x, long double y, int *quo) in remquol() function
|
H A D | remainderl.c | 13 return remquol(x, y, &q); in remainderl()
|
/third_party/musl/src/math/ |
H A D | remquol.c | 4 long double remquol(long double x, long double y, int *quo) in remquol() function 9 long double remquol(long double x, long double y, int *quo) in remquol() function
|
H A D | remainderl.c | 13 return remquol(x, y, &q); in remainderl()
|
/third_party/musl/libc-test/src/math/ |
H A D | remquol.c | 11 #include "sanity/remquol.h" 12 #include "special/remquol.h" 33 y = remquol(p->x, p->x2, &yi); in main() 37 printf("%s:%d: bad fp exception: %s remquol(%La,%La)=%La,%lld, want %s", in main() 46 printf("%s:%d: %s remquol(%La,%La) want %La,%lld got %La,%d ulperr %.3f = %a + %a\n", in main()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 317 long double remquol(long double, long double, int *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 317 long double remquol(long double, long double, int *);
|
H A D | tgmath.h | 119 __LDBL((x)+(y)) ? remquol(x, y, z) : \
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 317 long double remquol(long double, long double, int *);
|
H A D | tgmath.h | 119 __LDBL((x)+(y)) ? remquol(x, y, z) : \
|
/third_party/musl/include/ |
H A D | math.h | 317 long double remquol(long double, long double, int *);
|
H A D | tgmath.h | 119 __LDBL((x)+(y)) ? remquol(x, y, z) : \
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 196 {long double(*p)(long double,long double,int*) = remquol;} in f()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 421 mp_ff_fi(remquol)
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 34343 extern long double remquol (long double __x, long double __y, int *__quo) throw (); extern long double __remquol (long double __x, long double __y, int *__quo) throw (); 35327 using ::remquol; [all...] |
Completed in 32 milliseconds