OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ceilf
(Results
1 - 25
of
196
) sorted by null
1
2
3
4
5
6
7
8
/frameworks/base/core/jni/
android_util_FloatMath.cpp
13
static float
CeilF
(JNIEnv* env, jobject clazz, float x) {
14
return
ceilf
(x);
32
{"ceil", "(F)F", (void*) MathUtilsGlue::
CeilF
},
/bionic/libm/man/
ceil.3
40
.Nm
ceilf
,
50
.Fn
ceilf
"float x"
56
.Fn
ceilf
78
.Fn
ceilf
/external/llvm/test/Transforms/SimplifyLibCalls/
floor.ll
5
; RUN: grep {call.*
ceilf
(} %t
26
; -->
ceilf
/bionic/libm/i387/
s_ceilf.S
11
ENTRY(
ceilf
)
function
/external/webkit/Source/WebCore/platform/graphics/cg/
IntRectCG.cpp
44
int r = static_cast<int>(
ceilf
(CGRectGetMaxX(rect)));
45
int b = static_cast<int>(
ceilf
(CGRectGetMaxY(rect)));
/external/webkit/Source/WebCore/platform/graphics/mac/
IntRectMac.mm
42
int r = static_cast<int>(
ceilf
(NSMaxX(rect)));
43
int b = static_cast<int>(
ceilf
(NSMaxY(rect)));
FontComplexTextMac.cpp
50
// Using roundf() rather than
ceilf
() for the right edge as a compromise to ensure correct caret positioning
114
glyphOverflow->top = max<int>(glyphOverflow->top,
ceilf
(-controller.minGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().ascent()));
115
glyphOverflow->bottom = max<int>(glyphOverflow->bottom,
ceilf
(controller.maxGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().descent()));
116
glyphOverflow->left = max<int>(0,
ceilf
(-controller.minGlyphBoundingBoxX()));
117
glyphOverflow->right = max<int>(0,
ceilf
(controller.maxGlyphBoundingBoxX() - controller.totalWidth()));
/external/webkit/Source/WebCore/platform/graphics/win/
FontWin.cpp
62
// Using roundf() rather than
ceilf
() for the right edge as a compromise to ensure correct caret positioning
130
glyphOverflow->top = max<int>(glyphOverflow->top,
ceilf
(-controller.minGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().ascent()));
131
glyphOverflow->bottom = max<int>(glyphOverflow->bottom,
ceilf
(controller.maxGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().descent()));
132
glyphOverflow->left = max<int>(0,
ceilf
(-controller.minGlyphBoundingBoxX()));
133
glyphOverflow->right = max<int>(0,
ceilf
(controller.maxGlyphBoundingBoxX() - controller.runWidthSoFar()));
/external/webkit/Source/WebCore/svg/
SVGFontFaceElement.cpp
130
return static_cast<unsigned>(
ceilf
(value.toFloat()));
135
return static_cast<int>(
ceilf
(getAttribute(x_heightAttr).toFloat()));
223
return static_cast<int>(
ceilf
(ascentValue.toFloat()));
228
return static_cast<int>(unitsPerEm()) - static_cast<int>(
ceilf
(vertOriginY.toFloat()));
232
return static_cast<int>(
ceilf
(unitsPerEm() * 0.8f));
245
int descent = static_cast<int>(
ceilf
(descentValue.toFloat()));
252
return static_cast<int>(
ceilf
(vertOriginY.toFloat()));
256
return static_cast<int>(
ceilf
(unitsPerEm() * 0.2f));
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libm.so
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/lib/
libm.so
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/lib/
libm.so
/prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/lib/
libm.so
/prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/lib/
libm.so
/prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/lib/
libm.so
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/lib/
libm.so
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/lib/
libm.so
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/lib/
libm.so
/external/valgrind/main/memcheck/tests/
vcpu_fnfns.stdout.exp
124
ceilF
( -2.0000e+00) = -2.0000e+00
125
ceilF
( -1.9001e+00) = -1.0000e+00
126
ceilF
( -1.8002e+00) = -1.0000e+00
127
ceilF
( -1.7003e+00) = -1.0000e+00
128
ceilF
( -1.6004e+00) = -1.0000e+00
129
ceilF
( -1.5005e+00) = -1.0000e+00
130
ceilF
( -1.4006e+00) = -1.0000e+00
131
ceilF
( -1.3007e+00) = -1.0000e+00
132
ceilF
( -1.2008e+00) = -1.0000e+00
133
ceilF
( -1.1009e+00) = -1.0000e+0
[
all
...]
vcpu_fnfns.stdout.exp-darwin
124
ceilF
( -2.0000e+00) = -2.0000e+00
125
ceilF
( -1.9001e+00) = -1.0000e+00
126
ceilF
( -1.8002e+00) = -1.0000e+00
127
ceilF
( -1.7003e+00) = -1.0000e+00
128
ceilF
( -1.6004e+00) = -1.0000e+00
129
ceilF
( -1.5005e+00) = -1.0000e+00
130
ceilF
( -1.4006e+00) = -1.0000e+00
131
ceilF
( -1.3007e+00) = -1.0000e+00
132
ceilF
( -1.2008e+00) = -1.0000e+00
133
ceilF
( -1.1009e+00) = -1.0000e+0
[
all
...]
vcpu_fnfns.stdout.exp-glibc28-amd64
124
ceilF
( -2.0000e+00) = -2.0000e+00
125
ceilF
( -1.9001e+00) = -1.0000e+00
126
ceilF
( -1.8002e+00) = -1.0000e+00
127
ceilF
( -1.7003e+00) = -1.0000e+00
128
ceilF
( -1.6004e+00) = -1.0000e+00
129
ceilF
( -1.5005e+00) = -1.0000e+00
130
ceilF
( -1.4006e+00) = -1.0000e+00
131
ceilF
( -1.3007e+00) = -1.0000e+00
132
ceilF
( -1.2008e+00) = -1.0000e+00
133
ceilF
( -1.1009e+00) = -1.0000e+0
[
all
...]
/development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt
93
ceilf
/development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt
46
ceilf
/frameworks/base/libs/hwui/
LayerCache.h
114
mWidth = uint32_t(
ceilf
(layerWidth / float(LAYER_SIZE)) * LAYER_SIZE);
115
mHeight = uint32_t(
ceilf
(layerHeight / float(LAYER_SIZE)) * LAYER_SIZE);
/external/webkit/Source/WebCore/html/
HTMLCanvasElement.cpp
390
int right = clampToInteger(
ceilf
(logicalRect.maxX() * m_pageScaleFactor));
391
int bottom = clampToInteger(
ceilf
(logicalRect.maxY() * m_pageScaleFactor));
399
float width = clampToInteger(
ceilf
(logicalSize.width() * m_pageScaleFactor));
400
float height = clampToInteger(
ceilf
(logicalSize.height() * m_pageScaleFactor));
406
width =
ceilf
(width);
407
height =
ceilf
(height);
Completed in 685 milliseconds
1
2
3
4
5
6
7
8