Home
last modified time | relevance | path

Searched refs:bigit_index2 (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp385 int bigit_index2 = 0; in Square() local
389 Chunk chunk2 = bigits_[copy_offset + bigit_index2]; in Square()
392 bigit_index2++; in Square()
399 int bigit_index2 = i - bigit_index1; in Square() local
402 while (bigit_index2 < used_digits_) { in Square()
404 Chunk chunk2 = bigits_[copy_offset + bigit_index2]; in Square()
407 bigit_index2++; in Square()
/external/v8/src/
Dbignum.cc351 int bigit_index2 = 0; in Square() local
355 Chunk chunk2 = bigits_[copy_offset + bigit_index2]; in Square()
358 bigit_index2++; in Square()
365 int bigit_index2 = i - bigit_index1; in Square() local
368 while (bigit_index2 < used_digits_) { in Square()
370 Chunk chunk2 = bigits_[copy_offset + bigit_index2]; in Square()
373 bigit_index2++; in Square()