OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ceilf
(Results
201 - 225
of
342
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h
466
/* Define to 1 if you have the `
ceilf
' function. */
1291
# define
ceilf
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h
466
/* Define to 1 if you have the `
ceilf
' function. */
1291
# define
ceilf
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h
466
/* Define to 1 if you have the `
ceilf
' function. */
1291
# define
ceilf
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h
487
/* Define to 1 if you have the `
ceilf
' function. */
1361
# define
ceilf
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h
487
/* Define to 1 if you have the `
ceilf
' function. */
1361
# define
ceilf
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h
487
/* Define to 1 if you have the `
ceilf
' function. */
1361
# define
ceilf
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h
487
/* Define to 1 if you have the `
ceilf
' function. */
1361
# define
ceilf
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h
496
/* Define to 1 if you have the `
ceilf
' function. */
1379
# define
ceilf
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h
496
/* Define to 1 if you have the `
ceilf
' function. */
1379
# define
ceilf
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h
496
/* Define to 1 if you have the `
ceilf
' function. */
1379
# define
ceilf
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h
496
/* Define to 1 if you have the `
ceilf
' function. */
1379
# define
ceilf
macro
[
all
...]
/external/chromium/webkit/glue/
webmediaplayer_impl.cc
72
float integer =
ceilf
(microseconds);
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeEditElement.cpp
513
style->setWidth(Length(
ceilf
(width), Fixed));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp
133
IntSize paddedTextSize(paddingWidth + min(
ceilf
(font.width(RenderBlockFlow::constructTextRun(this, font, m_altText, style()))), maxAltTextWidth), paddingHeight + min(font.fontMetrics().height(), maxAltTextHeight));
RenderListBox.cpp
143
m_optionsWidth = static_cast<int>(
ceilf
(width));
RenderMultiColumnSet.cpp
93
LayoutUnit logicalHeightGuess =
ceilf
(float(flowThread()->logicalHeight()) / float(m_computedColumnCount));
RenderTreeAsText.cpp
411
int logicalWidth =
ceilf
(run.left() + run.logicalWidth()) - x;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/
LayoutUnit.h
76
v.m_value = clampToInteger(
ceilf
(value * kFixedPointDenominator));
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp
109
return
ceilf
(static_cast<float>(f));
/external/clang/lib/Headers/
tgmath.h
597
__tg_ceil(float __x) {return
ceilf
(__x);}
/external/llvm/device/include/llvm/Config/
config.h
58
/* Define to 1 if you have the `
ceilf
' function. */
/external/llvm/host/include/llvm/Config/
config.h
55
/* Define to 1 if you have the `
ceilf
' function. */
/external/llvm/include/llvm/Config/
config.h.cmake
42
/* Define to 1 if you have the `
ceilf
' function. */
config.h.in
57
/* Define to 1 if you have the `
ceilf
' function. */
/external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp
94
{"
ceilf
", "__mips16_call_stub_sf_1"},
Completed in 576 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>