Home
last modified time | relevance | path

Searched refs:remainderl (Results 1 – 24 of 24) sorted by relevance

/third_party/musl/src/math/x32/
Dremainderl.s1 .global remainderl symbol
2 .type remainderl,@function
3 remainderl: label
/third_party/musl/src/math/x86_64/
Dremainderl.s1 .global remainderl symbol
2 .type remainderl,@function
3 remainderl: label
/third_party/musl/porting/liteos_a/kernel/src/math/
Dremainderl.c5 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/
Dremainderl.c5 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/
Dremainderl.c3 long double remainderl(long double x, long double y) in remainderl() function
/third_party/musl/libc-test/src/math/
Dremainderl.c32 y = remainderl(p->x, p->x2); in main()
Dtest_src_math.gni152 "remainderl",
/third_party/musl/ndk_musl_include/
Dmath.h313 long double remainderl(long double, long double);
/third_party/musl/libc-test/src/api/
Dmath.c193 {long double(*p)(long double,long double) = remainderl;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h313 long double remainderl(long double, long double);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h313 long double remainderl(long double, long double);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h313 long double remainderl(long double, long double);
/third_party/musl/include/
Dmath.h313 long double remainderl(long double, long double);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h114 T(remainderl, ll_l)
Dmplibm.c196 int mpremainderl(struct t *t) { return mpl2(t, remainderl); } in mpremainderl()
/third_party/musl/
Dlibc.map.txt1486 remainderl;
Dmusl_src.gni177 "src/math/x86_64/remainderl.s",
721 "src/math/remainderl.c",
1665 "src/math/remainderl.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni240 "$MUSLPORTINGDIR/src/math/remainderl.c",
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest-libaaudio.so.abi1215 …<function-decl name='remainderl' filepath='bionic/libc/include/math.h' line='267' column='1' visib…
DPR22015-libboost_iostreams.so.abi1920 …<function-decl name='remainderl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='2…
Dtest9-pr18818-clang.so.abi2881 …<function-decl name='remainderl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='2…
DPR22122-libftdc.so.abi2707 …<function-decl name='remainderl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='2…
Dtest12-pr18844.so.abi20451 …<function-decl name='remainderl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='2…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp34313 extern long double remainderl (long double __x, long double __y) throw (); extern long double __rem…
35323 using ::remainderl;