HomeSort by relevance Sort by last modified time
    Searched defs:INFINITY (Results 1 - 25 of 56) 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...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
encoder.py 26 # assume this produces an infinity on all machines (probably not guaranteed)
27 INFINITY = float('1e66666')
35 elif o == INFINITY:
36 text = 'Infinity'
37 elif o == -INFINITY:
38 text = '-Infinity'
131 If allow_nan is True, then NaN, Infinity, and -Infinity will be
  /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/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
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF

Completed in 2083 milliseconds

1 2 3