OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:too_low
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/
chrome_page_zoom_unittest.cc
79
double
too_low
= 0.01;
local
80
std::vector<double> factors = chrome_page_zoom::PresetZoomFactors(
too_low
);
81
EXPECT_FALSE(content::ZoomValuesEqual(factors.front(),
too_low
));
89
double
too_low
= -99.0;
local
90
std::vector<double> levels = chrome_page_zoom::PresetZoomLevels(
too_low
);
91
EXPECT_FALSE(content::ZoomValuesEqual(levels.front(),
too_low
));
enumerate_modules_model_win.cc
392
bool
too_low
= version_min.IsValid() &&
local
398
version_ok = !
too_low
&& !too_high;
[
all
...]
/external/chromium_org/v8/src/
fast-dtoa.cc
59
// * unsafe_interval == (too_high -
too_low
).f() * unit
83
// ]
too_low
; too_high[ with
too_low
< w < too_high
109
//
too_low
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
112
// Note that the value of buffer could lie anywhere inside the range
too_low
166
// The safe interval is [
too_low
+ 2 ulp; too_high - 2 ulp]
167
// Since
too_low
= too_high - unsafe_interval this is equivalent to
406
DiyFp
too_low
= DiyFp(low.f() - unit, low.e());
local
408
//
too_low
and too_high are guaranteed to lie outside the interval we want the
410
DiyFp unsafe_interval = DiyFp::Minus(too_high,
too_low
);
[
all
...]
/external/v8/src/
fast-dtoa.cc
59
// * unsafe_interval == (too_high -
too_low
).f() * unit
83
// ]
too_low
; too_high[ with
too_low
< w < too_high
109
//
too_low
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
112
// Note that the value of buffer could lie anywhere inside the range
too_low
166
// The safe interval is [
too_low
+ 2 ulp; too_high - 2 ulp]
167
// Since
too_low
= too_high - unsafe_interval this is equivalent to
406
DiyFp
too_low
= DiyFp(low.f() - unit, low.e());
local
408
//
too_low
and too_high are guaranteed to lie outside the interval we want the
410
DiyFp unsafe_interval = DiyFp::Minus(too_high,
too_low
);
[
all
...]
/external/chromium/chrome/browser/
enumerate_modules_model_win.cc
328
bool
too_low
= version_min.get() &&
local
334
version_ok = !
too_low
&& !too_high;
[
all
...]
Completed in 81 milliseconds