OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:positive
(Results
276 - 300
of
4422
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
log2.c
40
* PURPOSE: Computes log2(L_x, exp), where L_x is
positive
and
90
* PURPOSE: Computes log2(L_x), where L_x is
positive
.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c
262
* returns 1 if it is
Positive
272
* OMX_INT -- returns 1 if it is
Positive
472
* Description: Finds the size of a
positive
value and returns the same
477
* [in] value
Positive
value
480
* OMX_U8 -- Returns the minimum number of bits required to represent the
positive
value.
533
/*Result has saturated in
positive
side*/
586
/*Result has saturated in
positive
side*/
638
/*Result has saturated in
positive
side*/
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c
262
* returns 1 if it is
Positive
272
* OMX_INT -- returns 1 if it is
Positive
472
* Description: Finds the size of a
positive
value and returns the same
477
* [in] value
Positive
value
480
* OMX_U8 -- Returns the minimum number of bits required to represent the
positive
value.
533
/*Result has saturated in
positive
side*/
586
/*Result has saturated in
positive
side*/
638
/*Result has saturated in
positive
side*/
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c
262
* returns 1 if it is
Positive
272
* OMX_INT -- returns 1 if it is
Positive
472
* Description: Finds the size of a
positive
value and returns the same
477
* [in] value
Positive
value
480
* OMX_U8 -- Returns the minimum number of bits required to represent the
positive
value.
533
/*Result has saturated in
positive
side*/
586
/*Result has saturated in
positive
side*/
638
/*Result has saturated in
positive
side*/
/frameworks/base/core/java/android/util/
FloatMath.java
39
* Returns the float conversion of the most
positive
(i.e. closest to
40
*
positive
infinity) integer value which is less than the argument.
/frameworks/native/include/input/
VelocityControl.h
35
// Must be a
positive
value.
60
// Must be a
positive
greater than or equal to 1.0.
/libcore/luni/src/main/java/java/net/
AddressCache.java
22
* Implements caching for {@code InetAddress}. We use a unified cache for both
positive
and negative
72
// Either an InetAddress[] for a
positive
entry,
/libcore/luni/src/test/java/tests/security/interfaces/
DSAKeyPairGeneratorTest.java
124
//
positive
case
132
//
positive
case
/libcore/ojluni/src/main/java/java/security/spec/
ECFieldFp.java
50
* is not
positive
.
54
throw new IllegalArgumentException("p is not
positive
");
/libcore/ojluni/src/main/java/sun/misc/
DoubleConsts.java
48
* A constant holding the smallest
positive
normal value of type
79
* The exponent the smallest
positive
<code>double</code>
FloatConsts.java
48
* A constant holding the smallest
positive
normal value of type
75
* The exponent the smallest
positive
<code>float</code> subnormal
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/
put_long_double_en_US.pass.cpp
76
{ //
positive
110
{ //
positive
, showbase
184
{ //
positive
218
{ //
positive
, showbase
295
{ //
positive
329
{ //
positive
, showbase
403
{ //
positive
437
{ //
positive
, showbase
put_long_double_fr_FR.pass.cpp
78
{ //
positive
112
{ //
positive
, showbase
186
{ //
positive
220
{ //
positive
, showbase
296
{ //
positive
330
{ //
positive
, showbase
404
{ //
positive
438
{ //
positive
, showbase
put_long_double_ru_RU.pass.cpp
78
{ //
positive
112
{ //
positive
, showbase
186
{ //
positive
220
{ //
positive
, showbase
296
{ //
positive
330
{ //
positive
, showbase
404
{ //
positive
438
{ //
positive
, showbase
put_long_double_zh_CN.pass.cpp
76
{ //
positive
110
{ //
positive
, showbase
184
{ //
positive
218
{ //
positive
, showbase
294
{ //
positive
328
{ //
positive
, showbase
402
{ //
positive
436
{ //
positive
, showbase
put_string_en_US.pass.cpp
76
{ //
positive
110
{ //
positive
, showbase
184
{ //
positive
218
{ //
positive
, showbase
295
{ //
positive
329
{ //
positive
, showbase
403
{ //
positive
437
{ //
positive
, showbase
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java
307
* @param startX Starting horizontal scroll offset in pixels.
Positive
309
* @param startY Starting vertical scroll offset in pixels.
Positive
numbers
311
* @param dx Horizontal distance to travel.
Positive
numbers will scroll the
313
* @param dy Vertical distance to travel.
Positive
numbers will scroll the
323
* @param startX Starting horizontal scroll offset in pixels.
Positive
325
* @param startY Starting vertical scroll offset in pixels.
Positive
numbers
327
* @param dx Horizontal distance to travel.
Positive
numbers will scroll the
329
* @param dy Vertical distance to travel.
Positive
numbers will scroll the
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherScroller.java
343
* @param startX Starting horizontal scroll offset in pixels.
Positive
345
* @param startY Starting vertical scroll offset in pixels.
Positive
numbers
347
* @param dx Horizontal distance to travel.
Positive
numbers will scroll the
349
* @param dy Vertical distance to travel.
Positive
numbers will scroll the
360
* @param startX Starting horizontal scroll offset in pixels.
Positive
362
* @param startY Starting vertical scroll offset in pixels.
Positive
numbers
364
* @param dx Horizontal distance to travel.
Positive
numbers will scroll the
366
* @param dy Vertical distance to travel.
Positive
numbers will scroll the
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConfirmDialogFragment.java
33
* a listener only for the
positive
action (ok). Since this is a fragment, it is created
46
* immediately after the
positive
button ("OK" in English) is clicked. We cannot get the
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
decfloat.h
77
/* Minimum normalized
positive
floating-point number. */
85
/* Minimum denormalized
positive
floating-point number. */
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
decfloat.h
77
/* Minimum normalized
positive
floating-point number. */
85
/* Minimum denormalized
positive
floating-point number. */
/art/compiler/linker/arm/
relative_patcher_thumb2.h
50
// Maximum
positive
and negative displacement measured from the patch location.
/art/compiler/optimizing/
nodes_arm.h
32
// as a sequence of two or more instructions. (However,
positive
offsets beyond
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
GeeTestTest.java
48
* Test {@link GeeTestTest#getGTestFilters} with only
positive
filters
/external/ImageMagick/m4/
ld-version-script.m4
9
# FIXME: The test below returns a false
positive
for mingw
Completed in 1780 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>