OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lroundf
(Results
26 - 50
of
54
) sorted by null
1
2
3
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h
356
long
lroundf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h
356
long
lroundf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h
356
long
lroundf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h
356
long
lroundf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h
356
long
lroundf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h
356
long
lroundf
(float);
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h
356
long
lroundf
(float);
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
math.h
356
long
lroundf
(float);
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
math.h
356
long
lroundf
(float);
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
math.h
356
long
lroundf
(float);
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
math.h
356
long
lroundf
(float);
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
math.h
356
long
lroundf
(float);
/external/webkit/Source/WebCore/rendering/
RenderImage.cpp
420
int mapX =
lroundf
((x - tx - this->x() - contentBox.x()) / zoom);
421
int mapY =
lroundf
((y - ty - this->y() - contentBox.y()) / zoom);
RenderThemeWin.cpp
898
int cancelButtonSize =
lroundf
(min(max(minCancelButtonSize, defaultCancelButtonSize * fontScale), maxCancelButtonSize));
[
all
...]
InlineFlowBox.cpp
72
int snappedX =
lroundf
(x());
73
int snappedY =
lroundf
(y());
75
int snappedMaxX =
lroundf
(x() + width());
76
int snappedMaxY =
lroundf
(y() + height());
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/
Color.cpp
63
// We use
lroundf
and 255 instead of nextafterf(256, 0) to match CG's rounding
64
return max(0, min(static_cast<int>(
lroundf
(255.0f * f)), 255));
/external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.cpp
380
QTRestartAtTimeRecord restart = {
lroundf
(time * scale) , 0 };
383
SetMovieTimeValue(m_private->m_movie, TimeValue(
lroundf
(time * scale)));
FontCGWin.cpp
157
gdiAdvances.append(
lroundf
(glyphBuffer.advanceAt(from + i)));
MediaPlayerPrivateQuickTimeVisualContext.cpp
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm
662
return QTMakeTime(
lroundf
(time * timeScale), timeScale);
[
all
...]
/external/clang/lib/Headers/
tgmath.h
1000
__tg_lround(float __x) {return
lroundf
(__x);}
/prebuilt/sdk/11/renderscript/clang-include/
tgmath.h
1000
__tg_lround(float __x) {return
lroundf
(__x);}
/prebuilt/sdk/12/renderscript/clang-include/
tgmath.h
1000
__tg_lround(float __x) {return
lroundf
(__x);}
/prebuilt/sdk/13/renderscript/clang-include/
tgmath.h
1000
__tg_lround(float __x) {return
lroundf
(__x);}
/prebuilt/sdk/14/renderscript/clang-include/
tgmath.h
1000
__tg_lround(float __x) {return
lroundf
(__x);}
Completed in 221 milliseconds
1
2
3