Searched refs:remquof (Results 1 – 25 of 31) sorted by relevance
12
/third_party/musl/src/math/i386/ |
D | remquo.s | 1 .global remquof symbol 2 .type remquof,@function 3 remquof: label
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | remainderf.c | 6 return remquof(x, y, &q); in remainderf()
|
D | remquof.c | 4 float remquof(float x, float y, int *quo) in remquof() function
|
/third_party/musl/src/math/ |
D | remainderf.c | 6 return remquof(x, y, &q); in remainderf()
|
D | remquof.c | 4 float remquof(float x, float y, int *quo) in remquof() function
|
/third_party/musl/libc-test/src/math/ |
D | remquof.c | 26 y = remquof(p->x, p->x2, &yi); in main()
|
D | test_src_math.gni | 154 "remquof",
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 316 float remquof(float, float, int *);
|
D | tgmath.h | 118 __FLT(x) && __FLT(y) ? remquof(x, y, z) : \
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 195 {float(*p)(float,float,int*) = remquof;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 316 float remquof(float, float, int *);
|
D | tgmath.h | 118 __FLT(x) && __FLT(y) ? remquof(x, y, z) : \
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 316 float remquof(float, float, int *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 316 float remquof(float, float, int *);
|
D | tgmath.h | 118 __FLT(x) && __FLT(y) ? remquof(x, y, z) : \
|
/third_party/musl/include/ |
D | math.h | 316 float remquof(float, float, int *);
|
D | tgmath.h | 118 __FLT(x) && __FLT(y) ? remquof(x, y, z) : \
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 204 T(remquof, ff_fi)
|
D | mplibm.c | 420 mp_ff_fi(remquof)
|
/third_party/musl/ |
D | libc.map.txt | 1494 remquof;
|
D | musl_src.gni | 723 "src/math/remquof.c",
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 242 "$MUSLPORTINGDIR/src/math/remquof.c",
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test-libaaudio.so.abi | 1220 …<function-decl name='remquof' filepath='bionic/libc/include/math.h' line='270' column='1' visibili…
|
D | PR22015-libboost_iostreams.so.abi | 2009 …<function-decl name='remquof' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='328'…
|
D | test9-pr18818-clang.so.abi | 2970 …<function-decl name='remquof' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='318'…
|
12