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

  /prebuilt/linux-x86/toolchain/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
  /bionic/libc/regex/
utils.h 40 #define INFINITY (DUPMAX + 1)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
vlimit.h 58 #define INFINITY 0x7fffffff
  /external/webkit/WebKitTools/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
  /packages/apps/Gallery3D/src/com/cooliris/media/
Shared.java 25 public static final int INFINITY = Integer.MAX_VALUE;
  /bionic/libm/include/
math.h 68 #define INFINITY __builtin_inf()
73 #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/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/icu4c/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;
  /packages/apps/Calculator/src/com/android/calculator2/
Logic.java 38 // the two strings below are the result of Double.toString() for Infinity & NaN
40 private static final String INFINITY = "Infinity";
181 return result.replace('-', MINUS).replace(INFINITY, INFINITY_UNICODE);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /external/webkit/WebKitTools/android/flex-2.5.4a/
flexdef.h 195 #define INFINITY -1 /* for x{5,} constructions */
    [all...]

Completed in 1134 milliseconds