Searched refs:need_boundary_deltas (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | double-conversion-bignum-dtoa.cpp | 70 bool need_boundary_deltas, 121 bool need_boundary_deltas = in BignumDtoa() local 153 estimated_power, need_boundary_deltas, in BignumDtoa() 433 int estimated_power, bool need_boundary_deltas, in InitialScaledStartValuesPositiveExponent() argument 447 if (need_boundary_deltas) { in InitialScaledStartValuesPositiveExponent() 466 int estimated_power, bool need_boundary_deltas, in InitialScaledStartValuesNegativeExponentPositivePower() argument 481 if (need_boundary_deltas) { in InitialScaledStartValuesNegativeExponentPositivePower() 500 int estimated_power, bool need_boundary_deltas, in InitialScaledStartValuesNegativeExponentNegativePower() argument 510 if (need_boundary_deltas) { in InitialScaledStartValuesNegativeExponentNegativePower() 530 if (need_boundary_deltas) { in InitialScaledStartValuesNegativeExponentNegativePower() [all …]
|
/external/v8/src/ |
D | bignum-dtoa.cc | 34 bool need_boundary_deltas, 101 bool need_boundary_deltas = (mode == BIGNUM_DTOA_SHORTEST); in BignumDtoa() local 102 InitialScaledStartValues(v, estimated_power, need_boundary_deltas, in BignumDtoa() 380 double v, int estimated_power, bool need_boundary_deltas, in InitialScaledStartValuesPositiveExponent() argument 394 if (need_boundary_deltas) { in InitialScaledStartValuesPositiveExponent() 426 double v, int estimated_power, bool need_boundary_deltas, in InitialScaledStartValuesNegativeExponentPositivePower() argument 443 if (need_boundary_deltas) { in InitialScaledStartValuesNegativeExponentPositivePower() 476 double v, int estimated_power, bool need_boundary_deltas, in InitialScaledStartValuesNegativeExponentNegativePower() argument 490 if (need_boundary_deltas) { in InitialScaledStartValuesNegativeExponentNegativePower() 510 if (need_boundary_deltas) { in InitialScaledStartValuesNegativeExponentNegativePower() [all …]
|