OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wtf_ceil
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h
55
inline double
wtf_ceil
(double x) { return copysign(ceil(x), x); }
function
57
#define ceil(x)
wtf_ceil
(x)
/external/chromium_org/third_party/WebKit/Source/platform/
LayoutUnit.h
135
int
wtf_ceil
() const
function in class:WebCore::LayoutUnit
Completed in 147 milliseconds