/third_party/musl/src/math/x86_64/ |
D | floorl.s | 22 .global truncl symbol 23 .type truncl,@function 24 truncl: label
|
/third_party/musl/src/math/x32/ |
D | floorl.s | 22 .global truncl symbol 23 .type truncl,@function 24 truncl: label
|
/third_party/musl/src/math/i386/ |
D | floor.s | 62 .global truncl symbol 63 .type truncl,@function 64 truncl: label
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | truncl.c | 4 long double truncl(long double x) in truncl() function 12 long double truncl(long double x) in truncl() function
|
/third_party/musl/src/math/ |
D | truncl.c | 4 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/ |
D | truncl.c | 5 long double truncl(long double x) in truncl() function
|
/third_party/musl/libc-test/src/math/ |
D | truncl.c | 32 y = truncl(p->x); in main()
|
D | test_src_math.gni | 193 "truncl",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 219 HANDLE_LIBCALL(TRUNC_F80, "truncl") 220 HANDLE_LIBCALL(TRUNC_F128, "truncl") 221 HANDLE_LIBCALL(TRUNC_PPCF128, "truncl")
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 361 long double truncl(long double);
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 229 {long double(*p)(long double) = truncl;} in f()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 361 long double truncl(long double);
|
/third_party/musl/include/ |
D | math.h | 361 long double truncl(long double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 361 long double truncl(long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 361 long double truncl(long double);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 141 T(truncl, l_l)
|
D | mplibm.c | 223 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/ |
D | TargetLibraryInfo.def | 1354 /// 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/ |
D | musl.gni | 285 "$MUSLPORTINGDIR/src/math/truncl.c",
|
/third_party/musl/ |
D | libc.map.txt | 1844 truncl;
|
D | musl_src.gni | 230 "src/math/x86_64/truncl.s", 820 "src/math/truncl.c", 1724 "src/math/truncl.c",
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test-libaaudio.so.abi | 1196 …<function-decl name='truncl' filepath='bionic/libc/include/math.h' line='259' column='1' visibilit…
|
D | PR22015-libboost_iostreams.so.abi | 1999 …<function-decl name='truncl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='323' …
|
D | test9-pr18818-clang.so.abi | 2960 …<function-decl name='truncl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='313' …
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 34338 extern long double truncl (long double __x) throw () __attribute__ ((__const__)); extern long doubl… 35351 using ::truncl;
|