Searched refs:remainderl (Results 1 - 13 of 13) sorted by relevance
/third_party/musl/src/math/x32/ |
H A D | remainderl.s | 1 .global remainderl 2 .type remainderl,@function 3 remainderl: label
|
/third_party/musl/src/math/x86_64/ |
H A D | remainderl.s | 1 .global remainderl
2 .type remainderl,@function
3 remainderl:
label
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | remainderl.c | 5 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 D | remainderl.c | 5 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 D | remainderl.c | 3 long double remainderl(long double x, long double y) in remainderl() function
|
/third_party/musl/libc-test/src/math/ |
H A D | remainderl.c | 11 #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 D | math.h | 313 long double remainderl(long double, long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 313 long double remainderl(long double, long double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 313 long double remainderl(long double, long double);
|
/third_party/musl/include/ |
H A D | math.h | 313 long double remainderl(long double, long double);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 193 {long double(*p)(long double,long double) = remainderl;} in f()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 196 int mpremainderl(struct t *t) { return mpl2(t, remainderl); } in mpremainderl()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 34313 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