Searched refs:den_hi (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/common_audio/signal_processing/ |
D | division_operations.c | 102 WebRtcSpl_DivW32HiLow(int32_t num, int16_t den_hi, int16_t den_low) in WebRtcSpl_DivW32HiLow() argument 107 approx = (int16_t)WebRtcSpl_DivW32W16((int32_t)0x1FFFFFFF, den_hi); in WebRtcSpl_DivW32HiLow() 111 tmpW32 = (den_hi * approx << 1) + ((den_low * approx >> 15) << 1); in WebRtcSpl_DivW32HiLow()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/ |
D | duration.cc | 287 int64_t den_hi = time_internal::GetRepHi(den); in IDivFastPath() local 290 if (den_hi == 0 && den_lo == kTicksPerNanosecond) { in IDivFastPath() 297 } else if (den_hi == 0 && den_lo == 100 * kTicksPerNanosecond) { in IDivFastPath() 304 } else if (den_hi == 0 && den_lo == 1000 * kTicksPerNanosecond) { in IDivFastPath() 311 } else if (den_hi == 0 && den_lo == 1000000 * kTicksPerNanosecond) { in IDivFastPath() 318 } else if (den_hi > 0 && den_lo == 0) { in IDivFastPath() 321 if (den_hi == 1) { in IDivFastPath() 326 *q = num_hi / den_hi; in IDivFastPath() 327 *rem = time_internal::MakeDuration(num_hi % den_hi, num_lo); in IDivFastPath() 333 int64_t quotient = num_hi / den_hi; in IDivFastPath() [all …]
|
/external/libtextclassifier/abseil-cpp/absl/time/ |
D | duration.cc | 287 int64_t den_hi = time_internal::GetRepHi(den); in IDivFastPath() local 290 if (den_hi == 0 && den_lo == kTicksPerNanosecond) { in IDivFastPath() 297 } else if (den_hi == 0 && den_lo == 100 * kTicksPerNanosecond) { in IDivFastPath() 304 } else if (den_hi == 0 && den_lo == 1000 * kTicksPerNanosecond) { in IDivFastPath() 311 } else if (den_hi == 0 && den_lo == 1000000 * kTicksPerNanosecond) { in IDivFastPath() 318 } else if (den_hi > 0 && den_lo == 0) { in IDivFastPath() 321 if (den_hi == 1) { in IDivFastPath() 326 *q = num_hi / den_hi; in IDivFastPath() 327 *rem = time_internal::MakeDuration(num_hi % den_hi, num_lo); in IDivFastPath() 333 int64_t quotient = num_hi / den_hi; in IDivFastPath() [all …]
|
/external/angle/third_party/abseil-cpp/absl/time/ |
D | duration.cc | 287 int64_t den_hi = time_internal::GetRepHi(den); in IDivFastPath() local 290 if (den_hi == 0 && den_lo == kTicksPerNanosecond) { in IDivFastPath() 297 } else if (den_hi == 0 && den_lo == 100 * kTicksPerNanosecond) { in IDivFastPath() 304 } else if (den_hi == 0 && den_lo == 1000 * kTicksPerNanosecond) { in IDivFastPath() 311 } else if (den_hi == 0 && den_lo == 1000000 * kTicksPerNanosecond) { in IDivFastPath() 318 } else if (den_hi > 0 && den_lo == 0) { in IDivFastPath() 321 if (den_hi == 1) { in IDivFastPath() 326 *q = num_hi / den_hi; in IDivFastPath() 327 *rem = time_internal::MakeDuration(num_hi % den_hi, num_lo); in IDivFastPath() 333 int64_t quotient = num_hi / den_hi; in IDivFastPath() [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/time/ |
D | duration.cc | 284 int64_t den_hi = time_internal::GetRepHi(den); in IDivFastPath() local 287 if (den_hi == 0 && den_lo == kTicksPerNanosecond) { in IDivFastPath() 294 } else if (den_hi == 0 && den_lo == 100 * kTicksPerNanosecond) { in IDivFastPath() 301 } else if (den_hi == 0 && den_lo == 1000 * kTicksPerNanosecond) { in IDivFastPath() 308 } else if (den_hi == 0 && den_lo == 1000000 * kTicksPerNanosecond) { in IDivFastPath() 315 } else if (den_hi > 0 && den_lo == 0) { in IDivFastPath() 318 if (den_hi == 1) { in IDivFastPath() 323 *q = num_hi / den_hi; in IDivFastPath() 324 *rem = time_internal::MakeDuration(num_hi % den_hi, num_lo); in IDivFastPath() 330 int64_t quotient = num_hi / den_hi; in IDivFastPath() [all …]
|
/external/abseil-cpp/absl/time/ |
D | duration.cc | 284 int64_t den_hi = time_internal::GetRepHi(den); in IDivFastPath() local 287 if (den_hi == 0 && den_lo == kTicksPerNanosecond) { in IDivFastPath() 294 } else if (den_hi == 0 && den_lo == 100 * kTicksPerNanosecond) { in IDivFastPath() 301 } else if (den_hi == 0 && den_lo == 1000 * kTicksPerNanosecond) { in IDivFastPath() 308 } else if (den_hi == 0 && den_lo == 1000000 * kTicksPerNanosecond) { in IDivFastPath() 315 } else if (den_hi > 0 && den_lo == 0) { in IDivFastPath() 318 if (den_hi == 1) { in IDivFastPath() 323 *q = num_hi / den_hi; in IDivFastPath() 324 *rem = time_internal::MakeDuration(num_hi % den_hi, num_lo); in IDivFastPath() 330 int64_t quotient = num_hi / den_hi; in IDivFastPath() [all …]
|
/external/openscreen/third_party/abseil/src/absl/time/ |
D | duration.cc | 287 int64_t den_hi = time_internal::GetRepHi(den); in IDivFastPath() local 290 if (den_hi == 0 && den_lo == kTicksPerNanosecond) { in IDivFastPath() 297 } else if (den_hi == 0 && den_lo == 100 * kTicksPerNanosecond) { in IDivFastPath() 304 } else if (den_hi == 0 && den_lo == 1000 * kTicksPerNanosecond) { in IDivFastPath() 311 } else if (den_hi == 0 && den_lo == 1000000 * kTicksPerNanosecond) { in IDivFastPath() 318 } else if (den_hi > 0 && den_lo == 0) { in IDivFastPath() 321 if (den_hi == 1) { in IDivFastPath() 326 *q = num_hi / den_hi; in IDivFastPath() 327 *rem = time_internal::MakeDuration(num_hi % den_hi, num_lo); in IDivFastPath() 333 int64_t quotient = num_hi / den_hi; in IDivFastPath() [all …]
|
/external/webrtc/common_audio/signal_processing/include/ |
D | signal_processing_library.h | 579 int32_t WebRtcSpl_DivW32HiLow(int32_t num, int16_t den_hi, int16_t den_low);
|