Home
last modified time | relevance | path

Searched refs:quo (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dremquol.c4 long double remquol(long double x, long double y, int *quo) in remquol() argument
6 return remquo(x, y, quo); in remquol()
9 long double remquol(long double x, long double y, int *quo) in remquol() argument
18 *quo = 0; in remquol()
121 *quo = sx^sy ? -(int)q : (int)q; in remquol()
H A Dremquo.c4 double remquo(double x, double y, int *quo) in remquo() argument
15 *quo = 0; in remquo()
80 *quo = sx^sy ? -(int)q : (int)q; in remquo()
H A Dremquof.c4 float remquof(float x, float y, int *quo) in remquof() argument
15 *quo = 0; in remquof()
80 *quo = sx^sy ? -(int)q : (int)q; in remquof()
/third_party/musl/src/math/
H A Dremquol.c4 long double remquol(long double x, long double y, int *quo) in remquol() argument
6 return remquo(x, y, quo); in remquol()
9 long double remquol(long double x, long double y, int *quo) in remquol() argument
18 *quo = 0; in remquol()
121 *quo = sx^sy ? -(int)q : (int)q; in remquol()
H A Dremquof.c4 float remquof(float x, float y, int *quo) in remquof() argument
15 *quo = 0; in remquof()
80 *quo = sx^sy ? -(int)q : (int)q; in remquof()
H A Dremquo.c4 double remquo(double x, double y, int *quo) in remquo() argument
15 *quo = 0; in remquo()
80 *quo = sx^sy ? -(int)q : (int)q; in remquo()
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_gen.c80 int i = 0, quo = 0, rmd = 0, adj = 0, retries = 0; in rsa_multiprime_keygen() local
117 quo = bits / primes; in rsa_multiprime_keygen()
121 bitsr[i] = (i < rmd) ? quo + 1 : quo; in rsa_multiprime_keygen()
/third_party/openssl/crypto/rsa/
H A Drsa_gen.c80 int i = 0, quo = 0, rmd = 0, adj = 0, retries = 0; in rsa_multiprime_keygen() local
117 quo = bits / primes; in rsa_multiprime_keygen()
121 bitsr[i] = (i < rmd) ? quo + 1 : quo; in rsa_multiprime_keygen()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/
H A Dslowstrconv.go302 quo := acc / 10
309 acc = quo
/third_party/ffmpeg/libavcodec/
H A Dwmalosslessdec.c541 unsigned quo = 0, residue; in decode_channel_residues() local
543 quo++; in decode_channel_residues()
547 if (quo >= 32) in decode_channel_residues()
548 quo += get_bits_long(&s->gb, get_bits(&s->gb, 5) + 1); in decode_channel_residues()
552 residue = quo; in decode_channel_residues()
556 residue = (quo << rem_bits) + rem; in decode_channel_residues()
/third_party/python/Objects/
H A Dlongobject.c5494 PyLongObject *quo = NULL, *rem = NULL; in _PyLong_DivmodNear() local
5523 if (long_divrem((PyLongObject*)a, (PyLongObject*)b, &quo, &rem) < 0) in _PyLong_DivmodNear()
5542 quo_is_odd = Py_SIZE(quo) != 0 && ((quo->ob_digit[0] & 1) != 0); in _PyLong_DivmodNear()
5546 temp = long_sub(quo, (PyLongObject *)one); in _PyLong_DivmodNear()
5548 temp = long_add(quo, (PyLongObject *)one); in _PyLong_DivmodNear()
5549 Py_DECREF(quo); in _PyLong_DivmodNear()
5550 quo = (PyLongObject *)temp; in _PyLong_DivmodNear()
5551 if (quo == NULL) in _PyLong_DivmodNear()
5569 PyTuple_SET_ITEM(result, 0, (PyObject *)quo); in _PyLong_DivmodNear()
[all...]
/third_party/optimized-routines/math/test/rtest/
H A Ddotest.c291 long quo; in test_rred() local
317 status = mpfr_remquo(ret, &quo, x, halfpi, GMP_RNDN); in test_rred()
318 *quadrant = quo & 3; in test_rred()
/third_party/python/Modules/
H A D_datetimemodule.c172 int quo; in divmod() local
175 quo = x / y; in divmod()
176 *r = x - quo * y; in divmod()
178 --quo; in divmod()
182 return quo; in divmod()
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c13695 uint64_t quo = n / 10; in wuffs_base__private_implementation__high_prec_dec__small_lshift() local
13696 uint64_t rem = n - (10 * quo); in wuffs_base__private_implementation__high_prec_dec__small_lshift()
13702 n = quo; in wuffs_base__private_implementation__high_prec_dec__small_lshift()
13709 uint64_t quo = n / 10; in wuffs_base__private_implementation__high_prec_dec__small_lshift() local
13710 uint64_t rem = n - (10 * quo); in wuffs_base__private_implementation__high_prec_dec__small_lshift()
13716 n = quo; in wuffs_base__private_implementation__high_prec_dec__small_lshift()
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c12799 uint64_t quo = n / 10; in wuffs_base__private_implementation__high_prec_dec__small_lshift() local
12800 uint64_t rem = n - (10 * quo); in wuffs_base__private_implementation__high_prec_dec__small_lshift()
12806 n = quo; in wuffs_base__private_implementation__high_prec_dec__small_lshift()
12813 uint64_t quo = n / 10; in wuffs_base__private_implementation__high_prec_dec__small_lshift() local
12814 uint64_t rem = n - (10 * quo); in wuffs_base__private_implementation__high_prec_dec__small_lshift()
12820 n = quo; in wuffs_base__private_implementation__high_prec_dec__small_lshift()
[all...]

Completed in 124 milliseconds