/aosp_15_r20/external/FXdiv/include/ |
H A D | fxdiv.h | 88 uint32_t quotient; member 100 uint64_t quotient; member 112 size_t quotient; member 375 const uint32_t quotient = fxdiv_quotient_uint32_t(n, divisor); in fxdiv_remainder_uint32_t() local 380 const uint64_t quotient = fxdiv_quotient_uint64_t(n, divisor); in fxdiv_remainder_uint64_t() local 385 const size_t quotient = fxdiv_quotient_size_t(n, divisor); in fxdiv_remainder_size_t() local 390 const uint32_t quotient = fxdiv_quotient_uint32_t(n, granularity); in fxdiv_round_down_uint32_t() local 395 const uint64_t quotient = fxdiv_quotient_uint64_t(n, granularity); in fxdiv_round_down_uint64_t() local 400 const size_t quotient = fxdiv_quotient_size_t(n, granularity); in fxdiv_round_down_size_t() local 405 const uint32_t quotient = fxdiv_quotient_uint32_t(n, divisor); in fxdiv_divide_uint32_t() local [all …]
|
/aosp_15_r20/external/FXdiv/bench/ |
H A D | quotient.cc | 9 uint32_t quotient = fxdiv_quotient_uint32_t(x++, divisor); in fxdiv_quotient_uint32_t() local 19 uint64_t quotient = fxdiv_quotient_uint64_t(x++, divisor); in fxdiv_quotient_uint64_t() local 30 uint32_t quotient = x-- / divisor; in native_quotient_uint32_t() local 41 const uint64_t quotient = x-- / divisor; in native_quotient_uint64_t() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/math/ |
D | MutableBigInteger.java | 1090 int divideOneWord(int divisor, MutableBigInteger quotient) { in divideOneWord() 1151 MutableBigInteger divide(MutableBigInteger b, MutableBigInteger quotient) { in divide() 1155 … MutableBigInteger divide(MutableBigInteger b, MutableBigInteger quotient, boolean needRemainder) { in divide() 1167 MutableBigInteger divideKnuth(MutableBigInteger b, MutableBigInteger quotient) { in divideKnuth() 1182 …MutableBigInteger divideKnuth(MutableBigInteger b, MutableBigInteger quotient, boolean needRemaind… in divideKnuth() 1246 …ableBigInteger divideAndRemainderBurnikelZiegler(MutableBigInteger b, MutableBigInteger quotient) { in divideAndRemainderBurnikelZiegler() 1316 private MutableBigInteger divide2n1n(MutableBigInteger b, MutableBigInteger quotient) { in divide2n1n() 1351 private MutableBigInteger divide3n2n(MutableBigInteger b, MutableBigInteger quotient) { in divide3n2n() 1443 long divide(long v, MutableBigInteger quotient) { in divide() 1482 MutableBigInteger quotient, in divideMagnitude()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/math/ |
D | MutableBigInteger.java | 1090 int divideOneWord(int divisor, MutableBigInteger quotient) { in divideOneWord() 1151 MutableBigInteger divide(MutableBigInteger b, MutableBigInteger quotient) { in divide() 1155 … MutableBigInteger divide(MutableBigInteger b, MutableBigInteger quotient, boolean needRemainder) { in divide() 1167 MutableBigInteger divideKnuth(MutableBigInteger b, MutableBigInteger quotient) { in divideKnuth() 1182 …MutableBigInteger divideKnuth(MutableBigInteger b, MutableBigInteger quotient, boolean needRemaind… in divideKnuth() 1246 …ableBigInteger divideAndRemainderBurnikelZiegler(MutableBigInteger b, MutableBigInteger quotient) { in divideAndRemainderBurnikelZiegler() 1316 private MutableBigInteger divide2n1n(MutableBigInteger b, MutableBigInteger quotient) { in divide2n1n() 1351 private MutableBigInteger divide3n2n(MutableBigInteger b, MutableBigInteger quotient) { in divide3n2n() 1443 long divide(long v, MutableBigInteger quotient) { in divide() 1482 MutableBigInteger quotient, in divideMagnitude()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/math/ |
H A D | MutableBigInteger.java | 1090 int divideOneWord(int divisor, MutableBigInteger quotient) { in divideOneWord() 1151 MutableBigInteger divide(MutableBigInteger b, MutableBigInteger quotient) { in divide() 1155 … MutableBigInteger divide(MutableBigInteger b, MutableBigInteger quotient, boolean needRemainder) { in divide() 1167 MutableBigInteger divideKnuth(MutableBigInteger b, MutableBigInteger quotient) { in divideKnuth() 1182 …MutableBigInteger divideKnuth(MutableBigInteger b, MutableBigInteger quotient, boolean needRemaind… in divideKnuth() 1246 …ableBigInteger divideAndRemainderBurnikelZiegler(MutableBigInteger b, MutableBigInteger quotient) { in divideAndRemainderBurnikelZiegler() 1316 private MutableBigInteger divide2n1n(MutableBigInteger b, MutableBigInteger quotient) { in divide2n1n() 1351 private MutableBigInteger divide3n2n(MutableBigInteger b, MutableBigInteger quotient) { in divide3n2n() 1443 long divide(long v, MutableBigInteger quotient) { in divide() 1482 MutableBigInteger quotient, in divideMagnitude()
|
/aosp_15_r20/libcore/ojluni/src/test/java/math/BigDecimal/ |
H A D | DivideTests.java | 193 BigDecimal quotient = (new BigDecimal(dividend). in nonTerminating() local 225 BigDecimal quotient = tc[0].divide(tc[1]); in properScaleTests() local 241 BigDecimal quotient = tc[0].divide(tc[1], mc); in trailingZeroTests() local 303 BigDecimal quotient = tc[0].divide(tc[1], scale, rm); in scaledRoundedDivideTests() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/ |
D | int128.cc | 73 uint128 quotient = 0; in DivModImpl() local 143 uint128 quotient = 0; in operator /() local 150 uint128 quotient = 0; in operator %() local 266 uint128 quotient = 0; in operator /() local 278 uint128 quotient = 0; in operator %() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/numeric/ |
H A D | int128.cc | 73 uint128 quotient = 0; in DivModImpl() local 143 uint128 quotient = 0; in operator /() local 150 uint128 quotient = 0; in operator %() local 266 uint128 quotient = 0; in operator /() local 278 uint128 quotient = 0; in operator %() local
|
/aosp_15_r20/external/abseil-cpp/absl/numeric/ |
H A D | int128.cc | 70 uint128 quotient = 0; in DivModImpl() local 140 uint128 quotient = 0; in operator /() local 147 uint128 quotient = 0; in operator %() local 267 uint128 quotient = 0; in operator /() local 279 uint128 quotient = 0; in operator %() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/numeric/ |
H A D | int128.cc | 70 uint128 quotient = 0; in DivModImpl() local 140 uint128 quotient = 0; in operator /() local 147 uint128 quotient = 0; in operator %() local 267 uint128 quotient = 0; in operator /() local 279 uint128 quotient = 0; in operator %() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/numeric/ |
H A D | int128.cc | 70 uint128 quotient = 0; in DivModImpl() local 140 uint128 quotient = 0; in operator /() local 147 uint128 quotient = 0; in operator %() local 267 uint128 quotient = 0; in operator /() local 279 uint128 quotient = 0; in operator %() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/numeric/ |
H A D | int128.cc | 73 uint128 quotient = 0; in DivModImpl() local 143 uint128 quotient = 0; in operator /() local 150 uint128 quotient = 0; in operator %() local 266 uint128 quotient = 0; in operator /() local 278 uint128 quotient = 0; in operator %() local
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | int128.cpp | 96 uint128 quotient = 0; in DivModImpl() local 113 uint128 quotient = 0; in operator /=() local 120 uint128 quotient = 0; in operator %=() local
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | int128.cc | 94 uint128 quotient = 0; in DivModImpl() local 112 uint128 quotient = 0; in operator /=() local 119 uint128 quotient = 0; in operator %=() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | int128.cc | 94 uint128 quotient = 0; in DivModImpl() local 112 uint128 quotient = 0; in operator /=() local 119 uint128 quotient = 0; in operator %=() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | div.rs | 360 let mut quotient: <F as Float>::Int = x_uq0.widen_mul(a_significand << 1).hi(); in div32() localVariable 386 let quotient = quotient; in div32() localVariable 809 let mut quotient: <F as Float>::Int = x_uq0.widen_mul(a_significand << 1).hi(); in div64() localVariable 835 let quotient = quotient; in div64() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | div.rs | 360 let mut quotient: <F as Float>::Int = x_uq0.widen_mul(a_significand << 1).hi(); in div32() localVariable 386 let quotient = quotient; in div32() localVariable 809 let mut quotient: <F as Float>::Int = x_uq0.widen_mul(a_significand << 1).hi(); in div64() localVariable 835 let quotient = quotient; in div64() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | div.rs | 360 let mut quotient: <F as Float>::Int = x_uq0.widen_mul(a_significand << 1).hi(); in div32() localVariable 386 let quotient = quotient; in div32() localVariable 809 let mut quotient: <F as Float>::Int = x_uq0.widen_mul(a_significand << 1).hi(); in div64() localVariable 835 let quotient = quotient; in div64() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | div.rs | 360 let mut quotient: <F as Float>::Int = x_uq0.widen_mul(a_significand << 1).hi(); in div32() localVariable 386 let quotient = quotient; in div32() localVariable 809 let mut quotient: <F as Float>::Int = x_uq0.widen_mul(a_significand << 1).hi(); in div64() localVariable 835 let quotient = quotient; in div64() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | div.rs | 360 let mut quotient: <F as Float>::Int = x_uq0.widen_mul(a_significand << 1).hi(); in div32() localVariable 386 let quotient = quotient; in div32() localVariable 809 let mut quotient: <F as Float>::Int = x_uq0.widen_mul(a_significand << 1).hi(); in div64() localVariable 835 let quotient = quotient; in div64() localVariable
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | gregoimp.cpp | 37 int64_t quotient = floorDivide(numerator, denominator); in floorDivide() local 48 double quotient = uprv_floor(numerator / denominator); in floorDivide() local 63 double quotient = floorDivide(dividend, divisor); in floorDivide() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/ |
H A D | UnsignedLongs.java | 267 long quotient = ((dividend >>> 1) / divisor) << 1; in divide() local 303 long quotient = ((dividend >>> 1) / divisor) << 1; in remainder() local 480 long quotient; in toString() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/primitives/ |
H A D | UnsignedLongs.java | 267 long quotient = ((dividend >>> 1) / divisor) << 1; in divide() local 303 long quotient = ((dividend >>> 1) / divisor) << 1; in remainder() local 480 long quotient; in toString() local
|
/aosp_15_r20/bionic/libc/arch-arm/bionic/ |
H A D | bpabi.c | 33 long long quotient = __divdi3(a, b); in __gnu_ldivmod_helper() local 40 unsigned long long quotient = __udivdi3(a, b); in __gnu_uldivmod_helper() local
|
/aosp_15_r20/external/webrtc/rtc_base/numerics/ |
H A D | divide_round.h | 28 auto quotient = dividend / divisor; in DivideRoundUp() local 41 auto quotient = dividend / divisor; in DivideRoundToNearest() local
|