HomeSort by relevance Sort by last modified time
    Searched refs:INFINITY (Results 51 - 75 of 144) sorted by null

1 23 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
volume.h 166 #ifdef INFINITY
167 #define PA_DECIBEL_MININFTY (-INFINITY)
169 /** This value is used as minus infinity when using pa_volume_{to,from}_dB(). \since 0.4 */
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_csqrtf.c 54 return (cpackf(INFINITY, b));
s_fmal.c 84 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo);
117 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo);
215 return (nextafterl(z, -INFINITY));
218 return (nextafterl(z, INFINITY));
s_csqrt.c 63 return (cpack(INFINITY, b));
s_csqrtl.c 63 return (cpackl(INFINITY, b));
s_csinh.c 133 return (cpack(x * cos(y), INFINITY * sin(y)));
s_csinhf.c 93 return (cpackf(x * cosf(y), INFINITY * sinf(y)));
s_fma.c 227 return (nextafter(z, -INFINITY));
230 return (nextafter(z, INFINITY));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_long_double.pass.cpp 109 assert(v == INFINITY);
121 assert(v == INFINITY);
133 assert(v == -INFINITY);
145 assert(v == -INFINITY);
181 assert(v == INFINITY);
193 assert(v == INFINITY);
205 assert(v == INFINITY);
217 assert(v == INFINITY);
get_float.pass.cpp 109 assert(v == INFINITY);
121 assert(v == INFINITY);
133 assert(v == -INFINITY);
145 assert(v == -INFINITY);
get_double.pass.cpp 124 assert(v == INFINITY);
136 assert(v == INFINITY);
148 assert(v == -INFINITY);
160 assert(v == -INFINITY);
  /external/valgrind/main/none/tests/arm/
neon64.c     [all...]
  /external/compiler-rt/test/Unit/ppc/
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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
log10.pass.cpp 32 test(std::complex<T>(0, 0), std::complex<T>(-INFINITY, 0));
acos.pass.cpp 32 test(std::complex<T>(INFINITY, 1), std::complex<T>(0, -INFINITY));
acosh.pass.cpp 32 test(std::complex<T>(INFINITY, 1), std::complex<T>(INFINITY, 0));
  /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/oprofile/libpp/
diff_container.cpp 12 /* older glibc has C99 INFINITY in _GNU_SOURCE */
66 symbol.diffs.fill(sym.sample.counts.size(), -INFINITY);
77 symbol.diffs.fill(sym.sample.counts.size(), 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/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
  /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;
  /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;
  /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
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF

Completed in 1829 milliseconds

1 23 4 5 6