HomeSort by relevance Sort by last modified time
    Searched refs:DivModImpl (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
int128.cc 82 void uint128::DivModImpl(uint128 dividend, uint128 divisor,
128 DivModImpl(*this, divisor, &quotient, &remainder);
135 DivModImpl(*this, divisor, &quotient, &remainder);
170 uint128::DivModImpl(high, div, &high, &low);
172 uint128::DivModImpl(high, div, &high, &mid);
int128.h 91 static void DivModImpl(uint128 dividend, uint128 divisor,

Completed in 3458 milliseconds