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

  /external/icu/icu4c/source/i18n/
nfrs.h 82 int64_t util64_pow(int32_t radix, uint32_t exponent);
nfrule.cpp 133 && (rule1->baseValue % util64_pow(rule1->radix, rule1->exponent)) == 0)
517 int64_t temp = util64_pow(radix, tempResult + 1);
711 int64_t re = util64_pow(radix, exponent);
    [all...]
nfrs.cpp 776 int64_t util64_pow(int32_t r, uint32_t e) {
  /external/chromium_org/third_party/icu/source/i18n/
nfrs.h 87 int64_t util64_pow(int32_t radix, uint32_t exponent);
nfrule.cpp 134 && (rule1->baseValue % util64_pow(rule1->radix, rule1->exponent)) == 0)
518 int64_t temp = util64_pow(radix, tempResult + 1);
712 int64_t re = util64_pow(radix, exponent);
    [all...]
nfrs.cpp 751 int64_t util64_pow(int32_t r, uint32_t e) {
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 2233 #define util64_pow macro
    [all...]

Completed in 577 milliseconds