Searched
full:infinity (Results
351 -
375 of
681) sorted by null
<<11121314151617181920>>
/bionic/libm/man/ |
exp.3 | 167 a divide-by-zero exception, and an infinity will be returned.
|
/device/samsung/tuna/overlay/frameworks/base/core/res/res/values/ |
config.xml | 63 Zone N + 1: array[N] <= LUX < infinity
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
timeline_model.js | 203 var wmin = Infinity;
|
/external/dhcpcd/ |
bind.c | 170 syslog(LOG_INFO, "%s: leased %s for infinity",
|
/external/jhead/ |
makernote.c | 146 ImageInfo.Distance = -1 /* infinity */;
|
/external/jpeg/ |
jdct.h | 142 * We assume RIGHT_SHIFT rounds towards minus infinity, so adding
|
/external/llvm/test/CodeGen/X86/ |
2010-02-23-SingleDefPhiJoin.ll | 8 ; will detect an infinity valno loop.
|
/external/openssl/crypto/ec/ |
ec_err.c | 234 {ERR_REASON(EC_R_POINT_AT_INFINITY) ,"point at infinity"},
|
/external/protobuf/python/google/protobuf/internal/ |
generator_test.py | 88 # Infinity times zero equals NaN.
|
/external/quake/quake/src/QW/client/ |
d_edge.c | 232 // effectively at infinity distance from the viewpoint
|
/external/quake/quake/src/WinQuake/ |
d_edge.cpp | 228 // effectively at infinity distance from the viewpoint
|
/external/v8/src/ |
conversions.cc | 346 // as infinity. 479 static const char kInfinitySymbol[] = "Infinity"; 741 case FP_INFINITE: return (v < 0.0 ? "-Infinity" : "Infinity"); [all...] |
platform.h | 47 #define V8_INFINITY INFINITY 102 // Unfortunately, the INFINITY macro cannot be used with the '-pedantic' 111 #define V8_INFINITY std::numeric_limits<double>::infinity()
|
v8natives.js | 88 // NaN - NaN == NaN, Infinity - Infinity == NaN, -Infinity - -Infinity == NaN. 158 %SetProperty(global, "Infinity", 1/0, DONT_ENUM | DONT_DELETE); [all...] |
/external/webkit/Source/WebCore/platform/ |
Timer.cpp | 267 m_nextFireTime = -numeric_limits<double>::infinity();
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_pwd_common.c | 237 "infinity");
|
/frameworks/base/include/camera/ |
CameraParameters.h | 431 // the far focus distance is infinity, the value should be "Infinity" (case 435 // Example value: "0.95,1.9,Infinity" or "0.049,0.05,0.051". Read only. 613 // Focus is set at infinity. Applications should not call [all...] |
/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
gtest-internal.h | 381 // Returns the floating-point number that represent positive infinity. 382 static RawType Infinity() { 411 // - treats really large numbers as almost equal to infinity.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
multiseq_selection.h | 206 for (int i = 0; i < m; i++) //conceptual infinity 207 if (n >= ns[i]) //sequence too short, conceptual infinity 446 // Conceptual infinity.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
bessel_function.tcc | 148 __Nnu = -std::numeric_limits<_Tp>::infinity(); 149 __Npnu = std::numeric_limits<_Tp>::infinity(); 614 return -std::numeric_limits<_Tp>::infinity();
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
bessel_function.tcc | 148 __Nnu = -std::numeric_limits<_Tp>::infinity(); 149 __Npnu = std::numeric_limits<_Tp>::infinity(); 614 return -std::numeric_limits<_Tp>::infinity();
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
bessel_function.tcc | 148 __Nnu = -std::numeric_limits<_Tp>::infinity(); 149 __Npnu = std::numeric_limits<_Tp>::infinity(); 614 return -std::numeric_limits<_Tp>::infinity();
|
/external/gtest/test/ |
gtest_unittest.cc | [all...] |
/external/llvm/lib/Support/ |
regcomp.c | 145 #define INFINITY (DUPMAX + 1) 421 count2 = INFINITY; 592 count2 = INFINITY; 950 int to) /* to this number of times (maybe INFINITY) */ 956 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) [all...] |
/libcore/luni/src/main/java/java/math/ |
BigDecimal.java | 44 * Rounding mode where positive values are rounded towards positive infinity 45 * and negative values towards negative infinity. 59 * Rounding mode to round towards positive infinity. For positive values 68 * Rounding mode to round towards negative infinity. For positive values 477 * if {@code val} is infinity or not a number. 481 throw new NumberFormatException("Infinity or NaN: " + val); 547 * if {@code val} is infinity or not a number. 757 throw new NumberFormatException("Infinity or NaN: " + val); 832 // Some operand is zero or the precision is infinity [all...] |
Completed in 687 milliseconds
<<11121314151617181920>>