/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_limits.c | 151 * computation of infinity and NaN values is only based on big/little endianess, compiler
|
/ndk/sources/host-tools/ndk-stack/regex/ |
regcomp.c | 413 count2 = INFINITY; 584 count2 = INFINITY; 942 int to) /* to this number of times (maybe INFINITY) */ 948 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) [all...] |
/packages/apps/Camera/res/values/ |
arrays.xml | 121 <item>infinity</item>
|
/packages/apps/Camera/res/values-en-rGB/ |
strings.xml | 64 <string name="pref_camera_focusmode_entry_infinity" msgid="3413922419264967552">"Infinity"</string>
|
/packages/experimental/AndroidVendorSecurityTool/assets/ |
droiddreamcleanall | |
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ContactsSource.java | 214 * Maximum number of values allowed in the list. -1 represents infinity.
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_limits.c | 151 * computation of infinity and NaN values is only based on big/little endianess, compiler
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_limits.c | 151 * computation of infinity and NaN values is only based on big/little endianess, compiler
|
/external/chromium/base/third_party/dmg_fp/ |
dtoa.cc | 126 * for Infinity and NaN (case insensitively). On some systems 138 * fraction bits being on (an IEEE Infinity symbol), then NAN_WORD0 169 * inexact or when it is a numeric value rounded to +-infinity). 171 * the result overflows to +-Infinity or underflows to 0. [all...] |
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/ |
DoubleBufferTest.java | 51 * infinity, negative infinity, and NaN.
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTSchema.java | 159 XSLTAttributeDef infinityAttr = new XSLTAttributeDef(null, "infinity", 160 XSLTAttributeDef.T_CDATA, false,XSLTAttributeDef.ERROR,"Infinity"); [all...] |
/external/protobuf/python/google/protobuf/ |
text_format.py | 46 # Infinity and NaN are not explicitly supported by Python pre-2.6, and 48 _INFINITY = 1e10000 # overflows, thus will actually be infinity.
|
/external/v8/test/es5conform/ |
es5conform.status | 49 # Infinity is writable. We are compatible with JSC. 257 # in strict mode (Global.Infinity)
|
/external/valgrind/main/VEX/pub/ |
libvex_ir.h | 563 01b to -infinity 564 10b to +infinity 570 10b to +infinity 571 11b to -infinity 577 01b to +infinity 578 10b to -infinity 734 Note, that if one of the arguments is zero and another one is infinity [all...] |
/external/webkit/Source/WebCore/bindings/v8/ |
V8Binding.cpp | 158 // Does the value convert to nan or to an infinity? 198 // Does the value convert to nan or to an infinity?
|
/external/webkit/Source/WebCore/svg/animation/ |
SVGSMILElement.cpp | 686 SMILTime beginAfter = first ? -numeric_limits<double>::infinity() : m_intervalEnd; 687 SMILTime lastIntervalTempEnd = numeric_limits<double>::infinity(); [all...] |
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
MediaPlayerPrivateAndroid.cpp | 495 // stream, so in that case set the real duration to infinity. 502 m_duration = std::numeric_limits<float>::infinity();
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_pwd.c | 348 "is at infinity!\n"); 383 "infinity!\n");
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_pwd.c | 558 "is at infinity!\n"); 593 "at infinity");
|
/libcore/luni/src/main/native/ |
java_lang_StringToReal.cpp | 212 * simply too big to be stored as a double, so return Infinity 651 * simply too big to be stored as a double, so return Infinity
|
libcore_icu_ICU.cpp | 448 setStringField(env, obj, "infinity", "infinity", numberSymbols, fallbackNumberSymbols); [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
hypergeometric.tcc | 232 return std::numeric_limits<_Tp>::infinity(); 743 return std::numeric_limits<_Tp>::infinity();
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
hypergeometric.tcc | 232 return std::numeric_limits<_Tp>::infinity(); 743 return std::numeric_limits<_Tp>::infinity();
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
hypergeometric.tcc | 232 return std::numeric_limits<_Tp>::infinity(); 743 return std::numeric_limits<_Tp>::infinity();
|
/libcore/luni/src/main/java/java/util/ |
Scanner.java | [all...] |