Home
last modified time | relevance | path

Searched refs:rintl (Results 1 - 20 of 20) sorted by relevance

/third_party/musl/src/math/x32/
H A Drintl.s1 .global rintl
2 .type rintl,@function
3 rintl: label
/third_party/musl/src/math/x86_64/
H A Drintl.s1 .global rintl
2 .type rintl,@function
3 rintl: label
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlrintl.c25 x = rintl(x); in lrintl()
34 return rintl(x); in lrintl()
H A Dllrintl.c25 x = rintl(x); in llrintl()
34 return rintl(x); in llrintl()
H A Drintl.c4 long double rintl(long double x) in rintl() function
12 long double rintl(long double x) in rintl() function
H A Dnearbyintl.c19 x = rintl(x); in nearbyintl()
/third_party/musl/src/math/
H A Dllrintl.c25 x = rintl(x); in llrintl()
34 return rintl(x); in llrintl()
H A Dlrintl.c25 x = rintl(x); in lrintl()
34 return rintl(x); in lrintl()
H A Drintl.c4 long double rintl(long double x) in rintl() function
12 long double rintl(long double x) in rintl() function
H A Dnearbyintl.c19 x = rintl(x); in nearbyintl()
/third_party/musl/src/math/i386/
H A Drintl.c3 long double rintl(long double x) in rintl() function
/third_party/musl/src/math/s390x/
H A Drintl.c5 long double rintl(long double x) in rintl() function
13 #include "../rintl.c"
/third_party/musl/libc-test/src/math/
H A Drintl.c11 #include "sanity/rintl.h"
12 #include "special/rintl.h"
32 y = rintl(p->x); in main()
36 printf("%s:%d: bad fp exception: %s rintl(%La)=%La, want %s", in main()
43 printf("%s:%d: %s rintl(%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h321 long double rintl(long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h321 long double rintl(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h321 long double rintl(long double);
/third_party/musl/include/
H A Dmath.h321 long double rintl(long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c199 {long double(*p)(long double) = rintl;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c199 int mprintl(struct t *t) { return mpl1(t, rintl); } in mprintl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34297 extern long double rintl (long double __x) throw (); extern long double __rintl (long double __x) throw ();
35331 using ::rintl;
[all...]

Completed in 31 milliseconds