HomeSort by relevance Sort by last modified time
    Searched defs:INFINITY (Results 1 - 25 of 73) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
inf.h 0 /* `INFINITY' constant for IEEE 754 machines.
24 /* IEEE positive infinity. */
27 # define INFINITY (__builtin_inff())
29 # define INFINITY HUGE_VALF
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
inf.h 0 /* `INFINITY' constant for IEEE 754 machines.
24 /* IEEE positive infinity. */
27 # define INFINITY (__builtin_inff())
29 # define INFINITY HUGE_VALF
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
inf.h 0 /* `INFINITY' constant for IEEE 754 machines.
24 /* IEEE positive infinity. */
27 # define INFINITY (__builtin_inff())
29 # define INFINITY HUGE_VALF
  /bionic/libc/upstream-netbsd/libc/regex/
utils.h 76 #define INFINITY (DUPMAX + 1)
  /ndk/sources/host-tools/ndk-stack/regex/
utils.h 40 #define INFINITY (DUPMAX + 1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
vlimit.h 58 #define INFINITY 0x7fffffff
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vlimit.h 58 #define INFINITY 0x7fffffff
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vlimit.h 58 #define INFINITY 0x7fffffff
  /external/compiler-rt/test/Unit/ppc/
fixtfdi_test.c 8 #define INFINITY __builtin_inf()
15 // { INFINITY, 0.0, INT64_MAX },
17 // { -INFINITY, 0.0, INT64_MIN },
qadd_test.c 25 #define INFINITY __builtin_inf()
35 { INFINITY, 0.0, 0.0, 0.0, INFINITY, 0.0 },
36 { -INFINITY, 0.0, 0.0, 0.0, -INFINITY, 0.0 },
37 { INFINITY, 0.0, -0.0, 0.0, INFINITY, 0.0 },
38 { -INFINITY, 0.0, -0.0, 0.0, -INFINITY, 0.0 },
39 { INFINITY, 0.0, 1.0, 0.0, INFINITY, 0.0 }
    [all...]
qdiv_test.c 25 #define INFINITY __builtin_inf()
35 { INFINITY, 0.0, 0.0, 0.0, INFINITY, 0.0 },
36 { -INFINITY, 0.0, 0.0, 0.0, -INFINITY, 0.0 },
37 { INFINITY, 0.0, -0.0, 0.0, -INFINITY, 0.0 },
38 { -INFINITY, 0.0, -0.0, 0.0, INFINITY, 0.0 },
39 { INFINITY, 0.0, 1.0, 0.0, INFINITY, 0.0 }
    [all...]
qmul_test.c 25 #define INFINITY __builtin_inf()
35 { INFINITY, 0.0, 0.0, 0.0, QNAN, 0.0 },
36 { -INFINITY, 0.0, 0.0, 0.0, QNAN, 0.0 },
37 { INFINITY, 0.0, -0.0, 0.0, QNAN, 0.0 },
38 { -INFINITY, 0.0, -0.0, 0.0, QNAN, 0.0 },
39 { INFINITY, 0.0, 1.0, 0.0, INFINITY, 0.0 },
40 { -INFINITY, 0.0, 1.0, 0.0, -INFINITY, 0.0 },
41 { INFINITY, 0.0, -1.0, 0.0, -INFINITY, 0.0 }
    [all...]
qsub_test.c 25 #define INFINITY __builtin_inf()
35 { INFINITY, 0.0, -0.0, 0.0, INFINITY, 0.0 },
36 { -INFINITY, 0.0, -0.0, 0.0, -INFINITY, 0.0 },
37 { INFINITY, 0.0, 0.0, 0.0, INFINITY, 0.0 },
38 { -INFINITY, 0.0, 0.0, 0.0, -INFINITY, 0.0 },
39 { INFINITY, 0.0, -1.0, 0.0, INFINITY, 0.0 }
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 15 from sys import maxint as INFINITY
95 The indentation of empty lines (or comment lines) is INFINITY.
102 indent = INFINITY
117 lastindent = INFINITY
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
encoder.py 30 INFINITY = float('inf')
122 If allow_nan is true, then NaN, Infinity, and -Infinity will be
237 _repr=FLOAT_REPR, _inf=INFINITY, _neginf=-INFINITY):
245 text = 'Infinity'
247 text = '-Infinity'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 15 from sys import maxint as INFINITY
95 The indentation of empty lines (or comment lines) is INFINITY.
102 indent = INFINITY
117 lastindent = INFINITY
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
encoder.py 30 INFINITY = float('inf')
122 If allow_nan is true, then NaN, Infinity, and -Infinity will be
237 _repr=FLOAT_REPR, _inf=INFINITY, _neginf=-INFINITY):
245 text = 'Infinity'
247 text = '-Infinity'
  /bionic/libm/include/
math.h 58 #define INFINITY __builtin_inff()
63 #define INFINITY HUGE_VALF
  /development/ndk/platforms/android-3/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /development/ndk/platforms/android-9/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /external/chromium_org/third_party/icu/source/i18n/
choicfmt.cpp 57 #ifdef INFINITY
58 #undef INFINITY
60 #define INFINITY ((UChar)0x221E)
62 static const UChar gPositiveInfinity[] = {INFINITY, 0};
63 static const UChar gNegativeInfinity[] = {MINUS, INFINITY, 0};
471 result += INFINITY;
474 result += INFINITY;
  /external/chromium_org/third_party/qcms/src/
transform_util.c 22 #define _ISOC99_SOURCE /* for INFINITY */
31 #if !defined(INFINITY)
32 #define INFINITY HUGE_VAL
151 interval = -INFINITY;
187 interval = -INFINITY;
  /external/icu4c/i18n/
choicfmt.cpp 62 #ifdef INFINITY
63 #undef INFINITY
65 #define INFINITY ((UChar)0x221E)
67 //static const UChar gPositiveInfinity[] = {INFINITY, 0};
68 //static const UChar gNegativeInfinity[] = {MINUS, INFINITY, 0};
295 result += INFINITY;
298 result += INFINITY;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF

Completed in 737 milliseconds

1 2 3