/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
fast-dtoa.cc | 631 // too. The variable scaled_w (as well as scaled_boundary_minus/plus) are now 633 // In fact: scaled_w - w*10^k < 1ulp (unit in the last place) of scaled_w. 634 // In other words: let f = scaled_w.f() and e = scaled_w.e(), then 636 DiyFp scaled_w = DiyFp::Times(w, ten_mk); 637 ASSERT(scaled_w.e() == 642 // scaled_w. However the code becomes much less readable and the speed 647 // DigitGen will generate the digits of scaled_w. Therefore we have 648 // v == (double) (scaled_w * 10^-mk) [all...] |
/external/chromium_org/v8/src/ |
fast-dtoa.cc | 607 // too. The variable scaled_w (as well as scaled_boundary_minus/plus) are now 609 // In fact: scaled_w - w*10^k < 1ulp (unit in the last place) of scaled_w. 610 // In other words: let f = scaled_w.f() and e = scaled_w.e(), then 612 DiyFp scaled_w = DiyFp::Times(w, ten_mk); local 613 DCHECK(scaled_w.e() == 618 // scaled_w. However the code becomes much less readable and the speed 623 // DigitGen will generate the digits of scaled_w. Therefore we have 624 // v == (double) (scaled_w * 10^-mk) 671 DiyFp scaled_w = DiyFp::Times(w, ten_mk); local [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
ftobjs.c | 2677 FT_Long w = 0, h = 0, scaled_w = 0, scaled_h = 0; local [all...] |
/external/freetype/src/base/ |
ftobjs.c | 2691 FT_Long w = 0, h = 0, scaled_w = 0, scaled_h = 0; local [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
ftobjs.c | 2680 FT_Long w = 0, h = 0, scaled_w = 0, scaled_h = 0; local [all...] |