OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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, "ient, &remainder);
135
DivModImpl
(*this, divisor, "ient, &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