Searched refs:DivModImpl (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | int128.cc | 82 void uint128::DivModImpl(uint128 dividend, uint128 divisor, in DivModImpl() function in google::protobuf::uint128 128 DivModImpl(*this, divisor, "ient, &remainder); in operator /=() 135 DivModImpl(*this, divisor, "ient, &remainder); in operator %=() 170 uint128::DivModImpl(high, div, &high, &low); in operator <<() 172 uint128::DivModImpl(high, div, &high, &mid); in operator <<()
|
D | int128.h | 91 static void DivModImpl(uint128 dividend, uint128 divisor,
|