OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ceil
(Results
101 - 125
of
1498
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/ndk/platforms/android-18/arch-mips/symbols/
libm.so.functions.txt
44
ceil
/development/ndk/platforms/android-18/arch-x86/symbols/
libm.so.functions.txt
45
ceil
/development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt
92
ceil
/development/ndk/platforms/android-9/arch-arm/symbols/
libm.so.functions.txt
92
ceil
/development/ndk/platforms/android-9/arch-mips/symbols/
libm.so.functions.txt
44
ceil
/development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt
45
ceil
/development/ndk/platforms/android-L/arch-arm/symbols/
libm.so.functions.txt
54
ceil
/development/ndk/platforms/android-L/arch-arm64/symbols/
libm.so.functions.txt
28
ceil
/development/ndk/platforms/android-L/arch-mips/symbols/
libm.so.functions.txt
33
ceil
/development/ndk/platforms/android-L/arch-mips64/symbols/
libm.so.functions.txt
28
ceil
/development/ndk/platforms/android-L/arch-x86/symbols/
libm.so.functions.txt
29
ceil
/development/ndk/platforms/android-L/arch-x86_64/symbols/
libm.so.functions.txt
28
ceil
/external/chromium_org/cc/base/
rolling_time_delta_history.cc
47
static_cast<size_t>(std::
ceil
(fraction * sample_set_.size())) - 1;
/external/chromium_org/pdf/
fading_control.cc
63
alpha_shift_ = static_cast<int>(
ceil
(shift));
/external/chromium_org/third_party/angle/src/common/
utilities.h
44
template <typename outT> outT iround(GLfloat value) { return static_cast<outT>(value > 0.0f ? floor(value + 0.5f) :
ceil
(value - 0.5f)); }
/external/chromium_org/third_party/skia/src/animator/
SkDisplayMath.cpp
40
SK_FUNCTION(
ceil
),
67
(SkFunctionParamType) SkType_Float, //
ceil
112
SK_MEMBER_FUNCTION(
ceil
, Float),
157
case SK_FUNCTION(
ceil
):
/external/chromium_org/ui/gfx/geometry/
rect.h
111
int r = rect.width() == 0 ? x : std::
ceil
(rect.right() * x_scale);
112
int b = rect.height() == 0 ? y : std::
ceil
(rect.bottom() * y_scale);
123
int x = std::
ceil
(rect.x() * x_scale);
124
int y = std::
ceil
(rect.y() * y_scale);
/external/fonttools/Lib/fontTools/misc/
arrayTools.py
27
xMax = int(math.
ceil
(xMax))
29
yMax = int(math.
ceil
(yMax))
122
xMax = int(math.
ceil
(xMax))
123
yMax = int(math.
ceil
(yMax))
/external/iproute2/man/man8/
tc-htb.8
23
.B [
ceil
119
ceil
rate
126
.B
ceil
138
Due to Unix timing constraints, the maximum
ceil
rate is not infinite and may in fact be quite low. On Intel,
/external/llvm/test/Analysis/CostModel/X86/
intrinsic-cost.ll
15
%2 = call <4 x float> @llvm.
ceil
.v4f32(<4 x float> %wide.load)
25
; CORE2: Cost Model: Found an estimated cost of 400 for instruction: %2 = call <4 x float> @llvm.
ceil
.v4f32(<4 x float> %wide.load)
28
; COREI7: Cost Model: Found an estimated cost of 1 for instruction: %2 = call <4 x float> @llvm.
ceil
.v4f32(<4 x float> %wide.load)
32
declare <4 x float> @llvm.
ceil
.v4f32(<4 x float>) nounwind readnone
/external/llvm/utils/lit/lit/
util.py
105
power = int(math.
ceil
(math.log(maxValue, 10)))
108
N = int(math.
ceil
(maxValue / barH))
127
pDigits = int(math.
ceil
(math.log(maxValue, 10)))
131
cDigits = int(math.
ceil
(math.log(len(items), 10)))
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
BitReaderBuffer.java
31
buffer.position(initialPos + (int) Math.
ceil
((double) position / 8));
/external/openfst/src/extensions/far/
strings.cc
37
return nline ?
ceil
(log10(nline + 1)) : 1;
/external/openfst/src/include/fst/extensions/far/
info.h
106
if (
ceil
(log10(info.nstate)) + 2 > wnstate)
107
wnstate =
ceil
(log10(info.nstate)) + 2;
108
if (
ceil
(log10(info.narc)) + 2 > wnarc)
109
wnarc =
ceil
(log10(info.narc)) + 2;
/external/qemu/android/skin/
scaler.c
101
drect->size.w = (int)(
ceil
((sx + sw) * scale + scaler->xdisp)) - drect->pos.x;
102
drect->size.h = (int)(
ceil
((sy + sh) * scale + scaler->ydisp)) - drect->pos.y;
133
op.rd.w = (int)(
ceil
((sx + sw) * scaler->scale + scaler->xdisp)) - op.rd.x;
134
op.rd.h = (int)(
ceil
((sy + sh) * scaler->scale + scaler->ydisp)) - op.rd.y;
Completed in 2607 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>