OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HUGE
(Results
76 - 92
of
92
) sorted by null
1
2
3
4
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
math.h
160
#define
HUGE
HUGE_VAL
162
#define
HUGE
MAXFLOAT
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
math.h
160
#define
HUGE
HUGE_VAL
162
#define
HUGE
MAXFLOAT
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
math.h
171
#define
HUGE
HUGE_VAL
173
#define
HUGE
MAXFLOAT
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
math.h
171
#define
HUGE
HUGE_VAL
173
#define
HUGE
MAXFLOAT
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
math.h
171
#define
HUGE
HUGE_VAL
173
#define
HUGE
MAXFLOAT
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h
171
#define
HUGE
HUGE_VAL
173
#define
HUGE
MAXFLOAT
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h
171
#define
HUGE
HUGE_VAL
173
#define
HUGE
MAXFLOAT
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h
171
#define
HUGE
HUGE_VAL
173
#define
HUGE
MAXFLOAT
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h
171
#define
HUGE
HUGE_VAL
173
#define
HUGE
MAXFLOAT
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h
347
# define
HUGE
3.40282347e+38F
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h
348
# define
HUGE
3.40282347e+38F
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py
19
HUGE
= 0x7FFFFFFF # maximum repeat count, default max
653
def __init__(self, content=None, min=0, max=
HUGE
, name=None):
662
max: optional maximum number of times to match, default
HUGE
676
assert 0 <= min <= max <=
HUGE
, (min, max)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py
19
HUGE
= 0x7FFFFFFF # maximum repeat count, default max
653
def __init__(self, content=None, min=0, max=
HUGE
, name=None):
662
max: optional maximum number of times to match, default
HUGE
676
assert 0 <= min <= max <=
HUGE
, (min, max)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fci.h
13
#ifndef
HUGE
14
#define
HUGE
fdi.h
13
#ifndef
HUGE
14
#define
HUGE
math.h
1043
#define
HUGE
_HUGE
/libcore/luni/src/main/java/java/lang/
StrictMath.java
129
private static final double
HUGE
= 1.000e+300;
229
if (
HUGE
+ x > 1.00000000000000000000e+00) {
317
if (
HUGE
+ x > 1.00000000000000000000e+00) {
665
return
HUGE
*
HUGE
;
734
return
HUGE
*
HUGE
; /* overflow */
758
if (
HUGE
+ x > 1.00000000000000000000e+00)
823
/* filter out
huge
and non-finite argument */
834
return
HUGE
* HUGE; /* overflow *
[
all
...]
Completed in 3865 milliseconds
1
2
3
4