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 628 // too. The variable scaled_w (as well as scaled_boundary_minus/plus) are now
630 // In fact: scaled_w - w*10^k < 1ulp (unit in the last place) of scaled_w.
631 // In other words: let f = scaled_w.f() and e = scaled_w.e(), then
633 DiyFp scaled_w = DiyFp::Times(w, ten_mk); local
634 ASSERT(scaled_w.e() ==
639 // scaled_w. However the code becomes much less readable and the speed
644 // DigitGen will generate the digits of scaled_w. Therefore we have
645 // v == (double) (scaled_w * 10^-mk)
692 DiyFp scaled_w = DiyFp::Times(w, ten_mk); local
    [all...]
  /external/freetype/src/base/
ftobjs.c 2630 FT_Long w = 0, h = 0, scaled_w = 0, scaled_h = 0; local
    [all...]

Completed in 60 milliseconds