Home
last modified time | relevance | path

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

12

/third_party/musl/src/math/i386/
Dremquo.s1 .global remquof symbol
2 .type remquof,@function
3 remquof: label
/third_party/musl/porting/liteos_a/kernel/src/math/
Dremainderf.c6 return remquof(x, y, &q); in remainderf()
Dremquof.c4 float remquof(float x, float y, int *quo) in remquof() function
/third_party/musl/src/math/
Dremainderf.c6 return remquof(x, y, &q); in remainderf()
Dremquof.c4 float remquof(float x, float y, int *quo) in remquof() function
/third_party/musl/libc-test/src/math/
Dremquof.c26 y = remquof(p->x, p->x2, &yi); in main()
Dtest_src_math.gni154 "remquof",
/third_party/musl/ndk_musl_include/
Dmath.h316 float remquof(float, float, int *);
Dtgmath.h118 __FLT(x) && __FLT(y) ? remquof(x, y, z) : \
/third_party/musl/libc-test/src/api/
Dmath.c195 {float(*p)(float,float,int*) = remquof;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h316 float remquof(float, float, int *);
Dtgmath.h118 __FLT(x) && __FLT(y) ? remquof(x, y, z) : \
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h316 float remquof(float, float, int *);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h316 float remquof(float, float, int *);
Dtgmath.h118 __FLT(x) && __FLT(y) ? remquof(x, y, z) : \
/third_party/musl/include/
Dmath.h316 float remquof(float, float, int *);
Dtgmath.h118 __FLT(x) && __FLT(y) ? remquof(x, y, z) : \
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h204 T(remquof, ff_fi)
Dmplibm.c420 mp_ff_fi(remquof)
/third_party/musl/
Dlibc.map.txt1494 remquof;
Dmusl_src.gni723 "src/math/remquof.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni242 "$MUSLPORTINGDIR/src/math/remquof.c",
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest-libaaudio.so.abi1220 …<function-decl name='remquof' filepath='bionic/libc/include/math.h' line='270' column='1' visibili…
DPR22015-libboost_iostreams.so.abi2009 …<function-decl name='remquof' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='328'…
Dtest9-pr18818-clang.so.abi2970 …<function-decl name='remquof' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='318'…

12