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

1 2 3 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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/lib/libc/regex/
utils.h 76 #define INFINITY (DUPMAX + 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
vlimit.h 58 #define INFINITY 0x7fffffff
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
vlimit.h 58 #define INFINITY 0x7fffffff
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
vlimit.h 58 #define INFINITY 0x7fffffff
  /external/compiler-rt/test/builtins/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/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'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
encoder.py 30 # Assume this produces an infinity on all machines (probably not guaranteed)
31 INFINITY = float('1e66666')
120 If allow_nan is true, then NaN, Infinity, and -Infinity will be
231 _repr=FLOAT_REPR, _inf=INFINITY, _neginf=-INFINITY):
239 text = 'Infinity'
241 text = '-Infinity'
  /external/jemalloc/test/unit/
math.c 9 #undef INFINITY
12 #ifndef INFINITY
13 #define INFINITY (DBL_MAX + DBL_MAX)
54 INFINITY,
206 -INFINITY,
  /external/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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/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/libc/include/
math.h 32 #define INFINITY __builtin_inff()
  /development/ndk/platforms/android-13/include/
math.h 66 #define INFINITY __builtin_inf()
71 #define INFINITY HUGE_VALF
  /development/ndk/platforms/android-18/include/
math.h 66 #define INFINITY __builtin_inf()
71 #define INFINITY HUGE_VALF
  /development/ndk/platforms/android-21/include/
math.h 60 #define INFINITY __builtin_inff()
65 #define INFINITY HUGE_VALF
  /development/ndk/platforms/android-9/include/
math.h 66 #define INFINITY __builtin_inf()
71 #define INFINITY HUGE_VALF

Completed in 835 milliseconds

1 2 3 4 5 6