Home
last modified time | relevance | path

Searched refs:remquol (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/src/math/i386/
H A Dremquo.s11 .global remquol
12 .type remquol,@function
13 remquol: label
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dremquol.c4 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 Dremainderl.c13 return remquol(x, y, &q); in remainderl()
/third_party/musl/src/math/
H A Dremquol.c4 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 Dremainderl.c13 return remquol(x, y, &q); in remainderl()
/third_party/musl/libc-test/src/math/
H A Dremquol.c11 #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 Dmath.h317 long double remquol(long double, long double, int *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h317 long double remquol(long double, long double, int *);
H A Dtgmath.h119 __LDBL((x)+(y)) ? remquol(x, y, z) : \
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h317 long double remquol(long double, long double, int *);
H A Dtgmath.h119 __LDBL((x)+(y)) ? remquol(x, y, z) : \
/third_party/musl/include/
H A Dmath.h317 long double remquol(long double, long double, int *);
H A Dtgmath.h119 __LDBL((x)+(y)) ? remquol(x, y, z) : \
/third_party/musl/libc-test/src/api/
H A Dmath.c196 {long double(*p)(long double,long double,int*) = remquol;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c421 mp_ff_fi(remquol)
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34343 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