OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ceilf
(Results
51 - 75
of
158
) sorted by null
1
2
3
4
5
6
7
/external/webkit/Source/WebCore/platform/mac/
DragImageMac.mm
170
return
ceilf
(value);
/external/webkit/Source/WebCore/rendering/
InlineBox.h
246
int pixelSnappedLogicalRight() const { return
ceilf
(logicalRight()); }
RenderFileUploadControl.cpp
283
m_maxPreferredLogicalWidth = (int)
ceilf
(charWidth * defaultWidthNumChars);
RenderView.cpp
704
height = m_frameView->useFixedLayout() ?
ceilf
(style()->effectiveZoom() * float(height)) : height;
714
width = m_frameView->useFixedLayout() ?
ceilf
(style()->effectiveZoom() * float(width)) : width;
RenderMenuList.cpp
163
int width = static_cast<int>(
ceilf
(maxOptionWidth));
/external/webkit/Source/WebKit/mac/Misc/
WebKitNSStringExtras.mm
45
return
ceilf
(value);
/bionic/libm/
Makefile-orig
106
MLINKS+=ceil.3
ceilf
.3 ceil.3 ceill.3
/bionic/libm/include/
math.h
337
float
ceilf
(float);
/development/ndk/platforms/android-3/include/
math.h
336
float
ceilf
(float);
/development/ndk/platforms/android-9/include/
math.h
336
float
ceilf
(float);
/external/webkit/Source/WebCore/page/
PrintContext.cpp
148
unsigned pageCount =
ceilf
((float)docLogicalHeight / pageLogicalHeight);
/external/webkit/Source/WebCore/svg/
SVGPathParser.cpp
460
int segments =
ceilf
(fabsf(thetaArc / (piOverTwoFloat + 0.001f)));
/frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp
382
{ "_Z4ceilf", (void *)&
ceilf
, true },
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h
336
float
ceilf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h
336
float
ceilf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h
336
float
ceilf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h
336
float
ceilf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h
336
float
ceilf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h
336
float
ceilf
(float);
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h
336
float
ceilf
(float);
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
math.h
336
float
ceilf
(float);
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
math.h
336
float
ceilf
(float);
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
math.h
336
float
ceilf
(float);
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
math.h
336
float
ceilf
(float);
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
math.h
336
float
ceilf
(float);
Completed in 1024 milliseconds
1
2
3
4
5
6
7