OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scaled_w
(Results
1 - 3
of
3
) sorted by null
/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
...]
Completed in 106 milliseconds