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

  /external/v8/src/
fast-dtoa.cc 630 // too. The variable scaled_w (as well as scaled_boundary_minus/plus) are now
632 // In fact: scaled_w - w*10^k < 1ulp (unit in the last place) of scaled_w.
633 // In other words: let f = scaled_w.f() and e = scaled_w.e(), then
635 DiyFp scaled_w = DiyFp::Times(w, ten_mk); local
636 ASSERT(scaled_w.e() ==
641 // scaled_w. However the code becomes much less readable and the speed
646 // DigitGen will generate the digits of scaled_w. Therefore we have
647 // v == (double) (scaled_w * 10^-mk)
694 DiyFp scaled_w = DiyFp::Times(w, ten_mk); local
    [all...]
  /external/freetype/src/base/
ftobjs.c 2647 FT_Long w = 0, h = 0, scaled_w = 0, scaled_h = 0; local
    [all...]

Completed in 2388 milliseconds