Home
last modified time | relevance | path

Searched defs:quo (Results 1 – 15 of 15) sorted by relevance

/external/musl/src/math/
Dremquol.c4 long double remquol(long double x, long double y, int *quo) in remquol()
9 long double remquol(long double x, long double y, int *quo) in remquol()
Dremquof.c4 float remquof(float x, float y, int *quo) in remquof()
Dremquo.c4 double remquo(double x, double y, int *quo) in remquo()
/external/musl/src/math/x86_64/
Dremquol.c3 long double remquol(long double x, long double y, int *quo) in remquol()
/external/rust/crates/libm/src/math/
Dremquof.rs91 let quo = if sx ^ sy { -(q as i32) } else { q as i32 }; in remquof() localVariable
Dremquo.rs93 let quo = if sx ^ sy { -(q as i32) } else { q as i32 }; in remquo() localVariable
/external/libxaac/decoder/
Dixheaacd_imdct.c229 WORD32 quo = fac_data[0] / 28; in ixheaacd_cal_fac_data() local
/external/ComputeLibrary/include/half/
Dhalf.hpp2255 inline expr remquo(half x, half y, int *quo) { return functions::remquo(x, y, quo); } in remquo()
2256 inline expr remquo(half x, expr y, int *quo) { return functions::remquo(x, y, quo); } in remquo()
2257 inline expr remquo(expr x, half y, int *quo) { return functions::remquo(x, y, quo); } in remquo()
2258 inline expr remquo(expr x, expr y, int *quo) { return functions::remquo(x, y, quo); } in remquo()
/external/armnn/third-party/half/
Dhalf.hpp2257 inline expr remquo(half x, half y, int *quo) { return functions::remquo(x, y, quo); } in remquo()
2258 inline expr remquo(half x, expr y, int *quo) { return functions::remquo(x, y, quo); } in remquo()
2259 inline expr remquo(expr x, half y, int *quo) { return functions::remquo(x, y, quo); } in remquo()
2260 inline expr remquo(expr x, expr y, int *quo) { return functions::remquo(x, y, quo); } in remquo()
/external/arm-optimized-routines/math/test/rtest/
Ddotest.c291 long quo; in test_rred() local
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1770 int quo; in TEST() local
1777 int quo; in TEST() local
1784 int quo; in TEST() local
/external/python/cpython3/Objects/
Dlongobject.c5066 PyLongObject *quo = NULL, *rem = NULL; in _PyLong_DivmodNear() local
/external/python/cpython2/Modules/
Ddatetimemodule.c131 int quo; in divmod() local
/external/python/cpython3/Modules/
D_datetimemodule.c167 int quo; in divmod() local
/external/wuffs-mirror-release-c/release/c/
Dwuffs-v0.3.c13329 uint64_t quo = n / 10; in wuffs_base__private_implementation__high_prec_dec__small_lshift() local
13343 uint64_t quo = n / 10; in wuffs_base__private_implementation__high_prec_dec__small_lshift() local