OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ceil
(Results
826 - 850
of
1622
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp
214
fullRect.right = (int)
ceil
(global_rect.rgt); // max-x
215
fullRect.bottom = (int)
ceil
(global_rect.top);// max-y
[
all
...]
/pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_map.h
739
* Same as rehash(
ceil
(n / max_load_factor())).
[
all
...]
unordered_set.h
662
* Same as rehash(
ceil
(n / max_load_factor())).
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_map.h
739
* Same as rehash(
ceil
(n / max_load_factor())).
[
all
...]
unordered_set.h
662
* Same as rehash(
ceil
(n / max_load_factor())).
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
unordered_map.h
739
* Same as rehash(
ceil
(n / max_load_factor())).
[
all
...]
unordered_set.h
662
* Same as rehash(
ceil
(n / max_load_factor())).
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_map.h
770
* Same as rehash(
ceil
(n / max_load_factor())).
[
all
...]
unordered_set.h
692
* Same as rehash(
ceil
(n / max_load_factor())).
[
all
...]
/prebuilts/tools/common/m2/repository/org/gebish/geb-waiting/0.9.3/
geb-waiting-0.9.3.jar
/toolchain/binutils/binutils-2.25/gas/doc/
c-tic54x.texi
206
@cindex @code{$
ceil
} math builtin, TIC54X
207
@item @code{$
ceil
(@var{expr})}
/toolchain/binutils/binutils-2.25/opcodes/
ChangeLog-2006
777
ceil
.l.d,
ceil
.l.s, cvt.d.l, cvt.l.d, cvt.l.s, cvt.s.l, floor.l.d,
/bionic/libc/kernel/uapi/linux/
pkt_sched.h
302
struct tc_ratespec
ceil
;
member in struct:tc_htb_opt
/cts/libs/deviceutil/src/android/cts/util/
MediaUtils.java
768
int samples = (int)Math.
ceil
((mSumX - window) / average);
/cts/tests/tests/media/src/android/media/cts/
MediaCodecCapabilitiesTest.java
652
if (actualMax < (int)(max * 0.9) || actualMax > (int) Math.
ceil
(max * 1.1)) {
/cts/tests/tests/renderscript/src/android/renderscript/cts/
ReduceTest.java
581
sum += ((((input1[i] + (long)Math.
ceil
(Math.log(input2[i]))) + input3[3*i + 0]) + input3[3*i + 1]) + input3[3*i + 2]);
/cts/tests/tests/rsblas/src/android/renderscript/cts/
BNNMTest.java
52
int delta = (int)(Math.
ceil
(rand.nextFloat() * maxDelta));
/development/ndk/platforms/android-13/include/
math.h
225
double
ceil
(double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-18/include/
math.h
225
double
ceil
(double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-21/include/linux/
pkt_sched.h
301
struct tc_ratespec
ceil
;
member in struct:tc_htb_opt
/development/ndk/platforms/android-21/include/
math.h
214
double
ceil
(double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-3/include/
math.h
225
double
ceil
(double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-9/include/
math.h
225
double
ceil
(double) __NDK_FPABI_MATH__;
/external/aac/libAACdec/src/
block.cpp
458
/* Leave headroom for PNS values. + 1 because
ceil
(log2(2^(0.25*3))) = 1,
Completed in 725 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>