Searched defs:need_boundary_deltas (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dbignum-dtoa.cc59 bool need_boundary_deltas,
126 bool need_boundary_deltas = (mode == BIGNUM_DTOA_SHORTEST); local
127 InitialScaledStartValues(v, estimated_power, need_boundary_deltas,
404 double v, int estimated_power, bool need_boundary_deltas,
418 if (need_boundary_deltas) {
450 double v, int estimated_power, bool need_boundary_deltas,
467 if (need_boundary_deltas) {
500 double v, int estimated_power, bool need_boundary_deltas,
514 if (need_boundary_deltas) {
534 if (need_boundary_deltas) {
403 InitialScaledStartValuesPositiveExponent( double v, int estimated_power, bool need_boundary_deltas, Bignum* numerator, Bignum* denominator, Bignum* delta_minus, Bignum* delta_plus) argument
449 InitialScaledStartValuesNegativeExponentPositivePower( double v, int estimated_power, bool need_boundary_deltas, Bignum* numerator, Bignum* denominator, Bignum* delta_minus, Bignum* delta_plus) argument
499 InitialScaledStartValuesNegativeExponentNegativePower( double v, int estimated_power, bool need_boundary_deltas, Bignum* numerator, Bignum* denominator, Bignum* delta_minus, Bignum* delta_plus) argument
595 InitialScaledStartValues(double v, int estimated_power, bool need_boundary_deltas, Bignum* numerator, Bignum* denominator, Bignum* delta_minus, Bignum* delta_plus) argument
[all...]

Completed in 73 milliseconds