/third_party/musl/src/math/x32/ |
D | remainderl.s | 1 .global remainderl symbol 2 .type remainderl,@function 3 remainderl: label
|
/third_party/musl/src/math/x86_64/ |
D | remainderl.s | 1 .global remainderl symbol 2 .type remainderl,@function 3 remainderl: label
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | remainderl.c | 5 long double remainderl(long double x, long double y) in remainderl() function 10 long double remainderl(long double x, long double y) in remainderl() function
|
/third_party/musl/src/math/ |
D | remainderl.c | 5 long double remainderl(long double x, long double y) in remainderl() function 10 long double remainderl(long double x, long double y) in remainderl() function
|
/third_party/musl/src/math/i386/ |
D | remainderl.c | 3 long double remainderl(long double x, long double y) in remainderl() function
|
/third_party/musl/libc-test/src/math/ |
D | remainderl.c | 32 y = remainderl(p->x, p->x2); in main()
|
D | test_src_math.gni | 152 "remainderl",
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 313 long double remainderl(long double, long double);
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 193 {long double(*p)(long double,long double) = remainderl;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 313 long double remainderl(long double, long double);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 313 long double remainderl(long double, long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 313 long double remainderl(long double, long double);
|
/third_party/musl/include/ |
D | math.h | 313 long double remainderl(long double, long double);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 114 T(remainderl, ll_l)
|
D | mplibm.c | 196 int mpremainderl(struct t *t) { return mpl2(t, remainderl); } in mpremainderl()
|
/third_party/musl/ |
D | libc.map.txt | 1486 remainderl;
|
D | musl_src.gni | 177 "src/math/x86_64/remainderl.s", 721 "src/math/remainderl.c", 1665 "src/math/remainderl.c",
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 240 "$MUSLPORTINGDIR/src/math/remainderl.c",
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test-libaaudio.so.abi | 1215 …<function-decl name='remainderl' filepath='bionic/libc/include/math.h' line='267' column='1' visib…
|
D | PR22015-libboost_iostreams.so.abi | 1920 …<function-decl name='remainderl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='2…
|
D | test9-pr18818-clang.so.abi | 2881 …<function-decl name='remainderl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='2…
|
D | PR22122-libftdc.so.abi | 2707 …<function-decl name='remainderl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='2…
|
D | test12-pr18844.so.abi | 20451 …<function-decl name='remainderl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='2…
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 34313 extern long double remainderl (long double __x, long double __y) throw (); extern long double __rem… 35323 using ::remainderl;
|