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

1 2 3 4

  /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)
  /ndk/sources/host-tools/ndk-stack/regex/
utils.h 40 #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...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
mathematics.h 57 #ifndef INFINITY
58 #define INFINITY av_int2float(0x7f800000)
70 AV_ROUND_DOWN = 2, ///< Round toward -infinity.
71 AV_ROUND_UP = 3, ///< Round toward +infinity.
  /external/jemalloc/test/unit/
math.c 8 #ifndef INFINITY
9 #define INFINITY (DBL_MAX + DBL_MAX)
50 INFINITY,
202 -INFINITY,
  /prebuilts/gdb/darwin-x86/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/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/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/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/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 40 #define INFINITY __builtin_inff()
  /development/ndk/platforms/android-13/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF

Completed in 510 milliseconds

1 2 3 4