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

  /external/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/freetype/src/base/
ftobjs.c 2782 FT_Long w = 0, h = 0, scaled_w = 0, scaled_h = 0; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftobjs.c 2747 FT_Long w = 0, h = 0, scaled_w = 0, scaled_h = 0; local
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftobjs.c 2735 FT_Long w = 0, h = 0, scaled_w = 0, scaled_h = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 

Completed in 773 milliseconds