Home
last modified time | relevance | path

Searched refs:lrintl (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/src/math/x32/
H A Dlrintl.s1 .global lrintl
2 .type lrintl,@function
3 lrintl: label
/third_party/musl/src/math/x86_64/
H A Dlrintl.s1 .global lrintl
2 .type lrintl,@function
3 lrintl: label
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlrintl.c7 long lrintl(long double x) in lrintl() function
19 long lrintl(long double x) in lrintl() function
32 long lrintl(long double x) in lrintl() function
/third_party/musl/src/math/
H A Dlrintl.c7 long lrintl(long double x) in lrintl() function
19 long lrintl(long double x) in lrintl() function
32 long lrintl(long double x) in lrintl() function
/third_party/musl/src/math/i386/
H A Dlrintl.c3 long lrintl(long double x) in lrintl() function
/third_party/musl/libc-test/src/math/
H A Dlrintl.c11 #include "sanity/lrintl.h"
12 #include "special/lrintl.h"
31 yi = lrintl(p->x); in main()
35 printf("%s:%d: bad fp exception: %s lrintl(%La)=%lld, want %s", in main()
41 printf("%s:%d: %s lrintl(%La) want %lld got %lld\n", in main()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h281 long lrintl(long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h281 long lrintl(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h281 long lrintl(long double);
/third_party/musl/include/
H A Dmath.h281 long lrintl(long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c169 {long(*p)(long double) = lrintl;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c331 mp_f_i(lrintl) in mp_f_i()
H A Dmp.c794 mp_f_i(lrintl) in mp_f_i()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34350 extern long int lrintl (long double __x) throw (); extern long int __lrintl (long double __x) throw ();
35299 using ::lrintl;
[all...]

Completed in 31 milliseconds