Home
last modified time | relevance | path

Searched refs:DivModImpl (Results 1 – 14 of 14) sorted by relevance

/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/
Dint128.cc81 void uint128::DivModImpl(uint128 dividend, uint128 divisor, in DivModImpl() function in google::protobuf::uint128
114 DivModImpl(*this, divisor, &quotient, &remainder); in operator /=()
121 DivModImpl(*this, divisor, &quotient, &remainder); in operator %=()
159 uint128::DivModImpl(high, div, &high, &low); in operator <<()
161 uint128::DivModImpl(high, div, &high, &mid); in operator <<()
Dint128.h93 static void DivModImpl(uint128 dividend, uint128 divisor,
/external/pytorch/c10/util/
Dint128.cpp80 void uint128::DivModImpl( in DivModImpl() function in c10::uint128
115 DivModImpl(*this, divisor, &quotient, &remainder); in operator /=()
122 DivModImpl(*this, divisor, &quotient, &remainder); in operator %=()
157 uint128::DivModImpl(high, div, &high, &low); in operator <<()
159 uint128::DivModImpl(high, div, &high, &mid); in operator <<()
Dint128.h97 static void DivModImpl(
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/
Dint128.cc81 void uint128::DivModImpl(uint128 dividend, uint128 divisor, in DivModImpl() function in google::protobuf::uint128
114 DivModImpl(*this, divisor, &quotient, &remainder); in operator /=()
121 DivModImpl(*this, divisor, &quotient, &remainder); in operator %=()
159 uint128::DivModImpl(high, div, &high, &low); in operator <<()
161 uint128::DivModImpl(high, div, &high, &mid); in operator <<()
Dint128.h93 static void DivModImpl(uint128 dividend, uint128 divisor,
/external/protobuf/src/google/protobuf/stubs/
Dint128.cc81 void uint128::DivModImpl(uint128 dividend, uint128 divisor, in DivModImpl() function in google::protobuf::uint128
114 DivModImpl(*this, divisor, &quotient, &remainder); in operator /=()
121 DivModImpl(*this, divisor, &quotient, &remainder); in operator %=()
159 uint128::DivModImpl(high, div, &high, &low); in operator <<()
161 uint128::DivModImpl(high, div, &high, &mid); in operator <<()
Dint128.h93 static void DivModImpl(uint128 dividend, uint128 divisor,
/external/angle/third_party/abseil-cpp/absl/numeric/
Dint128.cc53 inline void DivModImpl(uint128 dividend, uint128 divisor, uint128* quotient_ret, in DivModImpl() function
142 DivModImpl(lhs, rhs, &quotient, &remainder); in operator /()
149 DivModImpl(lhs, rhs, &quotient, &remainder); in operator %()
184 DivModImpl(high, div, &high, &low); in Uint128ToFormattedString()
186 DivModImpl(high, div, &high, &mid); in Uint128ToFormattedString()
269 DivModImpl(UnsignedAbsoluteValue(lhs), UnsignedAbsoluteValue(rhs), in operator /()
281 DivModImpl(UnsignedAbsoluteValue(lhs), UnsignedAbsoluteValue(rhs), in operator %()
/external/openscreen/third_party/abseil/src/absl/numeric/
Dint128.cc56 inline void DivModImpl(uint128 dividend, uint128 divisor, uint128* quotient_ret, in DivModImpl() function
148 DivModImpl(lhs, rhs, &quotient, &remainder); in operator /()
159 DivModImpl(lhs, rhs, &quotient, &remainder); in operator %()
194 DivModImpl(high, div, &high, &low); in Uint128ToFormattedString()
196 DivModImpl(high, div, &high, &mid); in Uint128ToFormattedString()
274 DivModImpl(UnsignedAbsoluteValue(lhs), UnsignedAbsoluteValue(rhs), in operator /()
286 DivModImpl(UnsignedAbsoluteValue(lhs), UnsignedAbsoluteValue(rhs), in operator %()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/
Dint128.cc56 inline void DivModImpl(uint128 dividend, uint128 divisor, uint128* quotient_ret, in DivModImpl() function
145 DivModImpl(lhs, rhs, &quotient, &remainder); in operator /()
152 DivModImpl(lhs, rhs, &quotient, &remainder); in operator %()
187 DivModImpl(high, div, &high, &low); in Uint128ToFormattedString()
189 DivModImpl(high, div, &high, &mid); in Uint128ToFormattedString()
268 DivModImpl(UnsignedAbsoluteValue(lhs), UnsignedAbsoluteValue(rhs), in operator /()
280 DivModImpl(UnsignedAbsoluteValue(lhs), UnsignedAbsoluteValue(rhs), in operator %()
/external/cronet/stable/third_party/abseil-cpp/absl/numeric/
Dint128.cc53 inline void DivModImpl(uint128 dividend, uint128 divisor, uint128* quotient_ret, in DivModImpl() function
142 DivModImpl(lhs, rhs, &quotient, &remainder); in operator /()
149 DivModImpl(lhs, rhs, &quotient, &remainder); in operator %()
184 DivModImpl(high, div, &high, &low); in Uint128ToFormattedString()
186 DivModImpl(high, div, &high, &mid); in Uint128ToFormattedString()
269 DivModImpl(UnsignedAbsoluteValue(lhs), UnsignedAbsoluteValue(rhs), in operator /()
281 DivModImpl(UnsignedAbsoluteValue(lhs), UnsignedAbsoluteValue(rhs), in operator %()
/external/cronet/tot/third_party/abseil-cpp/absl/numeric/
Dint128.cc53 inline void DivModImpl(uint128 dividend, uint128 divisor, uint128* quotient_ret, in DivModImpl() function
142 DivModImpl(lhs, rhs, &quotient, &remainder); in operator /()
149 DivModImpl(lhs, rhs, &quotient, &remainder); in operator %()
184 DivModImpl(high, div, &high, &low); in Uint128ToFormattedString()
186 DivModImpl(high, div, &high, &mid); in Uint128ToFormattedString()
269 DivModImpl(UnsignedAbsoluteValue(lhs), UnsignedAbsoluteValue(rhs), in operator /()
281 DivModImpl(UnsignedAbsoluteValue(lhs), UnsignedAbsoluteValue(rhs), in operator %()
/external/abseil-cpp/absl/numeric/
Dint128.cc53 inline void DivModImpl(uint128 dividend, uint128 divisor, uint128* quotient_ret, in DivModImpl() function
142 DivModImpl(lhs, rhs, &quotient, &remainder); in operator /()
149 DivModImpl(lhs, rhs, &quotient, &remainder); in operator %()
184 DivModImpl(high, div, &high, &low); in Uint128ToFormattedString()
186 DivModImpl(high, div, &high, &mid); in Uint128ToFormattedString()
269 DivModImpl(UnsignedAbsoluteValue(lhs), UnsignedAbsoluteValue(rhs), in operator /()
281 DivModImpl(UnsignedAbsoluteValue(lhs), UnsignedAbsoluteValue(rhs), in operator %()