OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ceiling
(Results
151 - 175
of
260
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/frameworks/base/graphics/java/android/graphics/
RectF.java
450
* floor of top and left, and the
ceiling
of right and bottom.
/frameworks/base/media/java/android/media/audiofx/
EnvironmentalReverb.java
33
* nearby walls, the
ceiling
and the floor. As sound waves arrive after undergoing more and more
/libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java
497
case
CEILING
: nativeRoundingMode = 0; break;
/ndk/docs/text/system/libc/
OVERVIEW.text
131
- There is currently no support for read/write locks, priority-
ceiling
in
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py
506
m = (i+j+1) >> 1 #
ceiling
((i+j)/2); i < m <= j
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddAdd.decTest
[
all
...]
power.decTest
[
all
...]
fma.decTest
[
all
...]
base.decTest
445
rounding:
ceiling
484
rounding:
ceiling
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py
506
m = (i+j+1) >> 1 #
ceiling
((i+j)/2); i < m <= j
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddAdd.decTest
[
all
...]
power.decTest
[
all
...]
fma.decTest
[
all
...]
/external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c
[
all
...]
/external/freetype/src/truetype/
ttinterp.c
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StrictMathTest.java
172
assertEquals("Incorrect
ceiling
for double",
174
assertEquals("Incorrect
ceiling
for double",
[
all
...]
/external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c
292
#undef
CEILING
301
#define
CEILING
( x ) ( ( (x) + ONE_PIXEL - 1 ) & -ONE_PIXEL )
[
all
...]
/external/freetype/src/smooth/
ftgrays.c
292
#undef
CEILING
301
#define
CEILING
( x ) ( ( (x) + ONE_PIXEL - 1 ) & -ONE_PIXEL )
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
gtk_util.cc
207
// Taking the
ceiling
of the scaled destination rect's dimensions (|dest_w|
[
all
...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h
392
* If == 200112L, you can create priority
ceiling
mutexes
[
all
...]
/external/iproute2/man/man7/
tc-hfsc.7
449
needed / possible. The
ceiling
is either \&'timer frequency' if \&'high
/external/srec/srec/Recognizer/include/
SR_Recognizer.h
324
* @param grammar Grammar whose
ceiling
to be set
[
all
...]
/external/v8/src/
platform-linux.cc
74
double
ceiling
(double x) {
function in namespace:v8::internal
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c
339
/* clamp to
ceiling
of 1.0 */
[
all
...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c
339
/* clamp to
ceiling
of 1.0 */
[
all
...]
Completed in 510 milliseconds
1
2
3
4
5
6
7
8
9
10
11