Home
last modified time | relevance | path

Searched refs:lrintl (Results 1 – 25 of 25) sorted by relevance

/third_party/musl/src/math/x32/
Dlrintl.s1 .global lrintl symbol
2 .type lrintl,@function
3 lrintl: label
/third_party/musl/src/math/x86_64/
Dlrintl.s1 .global lrintl symbol
2 .type lrintl,@function
3 lrintl: label
/third_party/musl/porting/liteos_a/kernel/src/math/
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/
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/
Dlrintl.c3 long lrintl(long double x) in lrintl() function
/third_party/musl/libc-test/src/math/
Dlrintl.c31 yi = lrintl(p->x); in main()
Dtest_src_math.gni128 "lrintl",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def269 HANDLE_LIBCALL(LRINT_F80, "lrintl")
270 HANDLE_LIBCALL(LRINT_F128, "lrintl")
271 HANDLE_LIBCALL(LRINT_PPCF128, "lrintl")
/third_party/musl/libc-test/src/api/
Dmath.c169 {long(*p)(long double) = lrintl;} in f()
/third_party/musl/include/
Dmath.h281 long lrintl(long double);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h281 long lrintl(long double);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h281 long lrintl(long double);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h281 long lrintl(long double);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h188 T(lrintl, l_i)
Dmplibm.c331 mp_f_i(lrintl) in mp_f_i()
Dmp.c794 mp_f_i(lrintl) in mp_f_i()
/third_party/musl/
Dlibc.map.txt1106 lrintl;
Dmusl_src.gni219 "src/math/x86_64/lrintl.s",
737 "src/math/lrintl.c",
1734 "src/math/lrintl.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni214 "$MUSLPORTINGDIR/src/math/lrintl.c",
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest-libaaudio.so.abi1156 …<function-decl name='lrintl' filepath='bionic/libc/include/math.h' line='239' column='1' visibilit…
DPR22015-libboost_iostreams.so.abi2029 …<function-decl name='lrintl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='335' …
Dtest9-pr18818-clang.so.abi2990 …<function-decl name='lrintl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='325' …
DPR22122-libftdc.so.abi2816 …<function-decl name='lrintl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='335' …
Dtest12-pr18844.so.abi20560 …<function-decl name='lrintl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='325' …
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp34350 extern long int lrintl (long double __x) throw (); extern long int __lrintl (long double __x) throw…
35299 using ::lrintl;