Home
last modified time | relevance | path

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

12

/third_party/musl/src/math/x86_64/
Dfloorl.s22 .global truncl symbol
23 .type truncl,@function
24 truncl: label
/third_party/musl/src/math/x32/
Dfloorl.s22 .global truncl symbol
23 .type truncl,@function
24 truncl: label
/third_party/musl/src/math/i386/
Dfloor.s62 .global truncl symbol
63 .type truncl,@function
64 truncl: label
/third_party/musl/porting/liteos_a/kernel/src/math/
Dtruncl.c4 long double truncl(long double x) in truncl() function
12 long double truncl(long double x) in truncl() function
/third_party/musl/src/math/
Dtruncl.c4 long double truncl(long double x) in truncl() function
12 long double truncl(long double x) in truncl() function
/third_party/musl/src/math/s390x/
Dtruncl.c5 long double truncl(long double x) in truncl() function
/third_party/musl/libc-test/src/math/
Dtruncl.c32 y = truncl(p->x); in main()
Dtest_src_math.gni193 "truncl",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def219 HANDLE_LIBCALL(TRUNC_F80, "truncl")
220 HANDLE_LIBCALL(TRUNC_F128, "truncl")
221 HANDLE_LIBCALL(TRUNC_PPCF128, "truncl")
/third_party/musl/ndk_musl_include/
Dmath.h361 long double truncl(long double);
/third_party/musl/libc-test/src/api/
Dmath.c229 {long double(*p)(long double) = truncl;} in f()
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h361 long double truncl(long double);
/third_party/musl/include/
Dmath.h361 long double truncl(long double);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h361 long double truncl(long double);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h361 long double truncl(long double);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h141 T(truncl, l_l)
Dmplibm.c223 int mptruncl(struct t *t) { return mpl1(t, truncl); } in mptruncl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1354 /// long double truncl(long double x);
1355 TLI_DEFINE_ENUM_INTERNAL(truncl)
1356 TLI_DEFINE_STRING_INTERNAL("truncl")
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni285 "$MUSLPORTINGDIR/src/math/truncl.c",
/third_party/musl/
Dlibc.map.txt1844 truncl;
Dmusl_src.gni230 "src/math/x86_64/truncl.s",
820 "src/math/truncl.c",
1724 "src/math/truncl.c",
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest-libaaudio.so.abi1196 …<function-decl name='truncl' filepath='bionic/libc/include/math.h' line='259' column='1' visibilit…
DPR22015-libboost_iostreams.so.abi1999 …<function-decl name='truncl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='323' …
Dtest9-pr18818-clang.so.abi2960 …<function-decl name='truncl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='313' …
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp34338 extern long double truncl (long double __x) throw () __attribute__ ((__const__)); extern long doubl…
35351 using ::truncl;

12