Home
last modified time | relevance | path

Searched refs:remainderl (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/src/math/x32/
H A Dremainderl.s1 .global remainderl
2 .type remainderl,@function
3 remainderl: label
/third_party/musl/src/math/x86_64/
H A Dremainderl.s1 .global remainderl
2 .type remainderl,@function
3 remainderl: label
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dremainderl.c5 long double remainderl(long double x, long double y) in remainderl() function
10 long double remainderl(long double x, long double y) in remainderl() function
/third_party/musl/src/math/
H A Dremainderl.c5 long double remainderl(long double x, long double y) in remainderl() function
10 long double remainderl(long double x, long double y) in remainderl() function
/third_party/musl/src/math/i386/
H A Dremainderl.c3 long double remainderl(long double x, long double y) in remainderl() function
/third_party/musl/libc-test/src/math/
H A Dremainderl.c11 #include "sanity/remainderl.h"
12 #include "special/remainderl.h"
32 y = remainderl(p->x, p->x2); in main()
36 printf("%s:%d: bad fp exception: %s remainderl(%La,%La)=%La, want %s", in main()
43 printf("%s:%d: %s remainderl(%La,%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h313 long double remainderl(long double, long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h313 long double remainderl(long double, long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h313 long double remainderl(long double, long double);
/third_party/musl/include/
H A Dmath.h313 long double remainderl(long double, long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c193 {long double(*p)(long double,long double) = remainderl;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c196 int mpremainderl(struct t *t) { return mpl2(t, remainderl); } in mpremainderl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34313 extern long double remainderl (long double __x, long double __y) throw (); extern long double __remainderl (long double __x, long double __y) throw ();
35323 using ::remainderl;
[all...]

Completed in 28 milliseconds