/external/guava/guava/src/com/google/common/math/ |
BigIntegerMath.java | 225 * b) this iteration converges to floor(sqrt(x)). In fact, the number of correct digits doubles
|
/external/icu4c/i18n/ |
digitlst.h | 79 * extra, and inaccurate, conversions to and from doubles.
|
nfrs.cpp | 32 // euclid's algorithm works with doubles 33 // note, doubles only get us up to one quadrillion or so, which
|
/external/icu4c/i18n/unicode/ |
utmscale.h | 173 * with <code>doubles</code>. They provide for much more graceful degradation in arithmetic operations.
|
/external/libffi/src/mips/ |
o32.S | 110 l.d $f14, 2*FFI_SIZEOF_ARG($sp) # passing two doubles
|
/external/llvm/docs/ |
CompilerWriterInfo.html | 131 alignment of long doubles (from GCC)</a></li>
|
/external/llvm/lib/Target/ARM/ |
ARMScheduleA9.td | [all...] |
/external/netperf/ |
netlib.h | 237 /* some of the fields in these structures are going to be doubles and */
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/resources/ |
UniversalBinaryNotes.rtf | 64 For retaining compatibility with 10.2, we have experimentally determined that there is no reliable way to use gcc 4.0.x to compile a binary that works under Jaguar. With the gcc 4.0 that shipped in Xcode 2.1, libgcc_s was automatically linked against. This library does not exist on systems prior to 10.3.9. After filing a bug report, Apple removed this automatic linking in gcc 4.0.1 which shipped with Xcode 2.2, but we discovered that we suffered from undefined symbols to things in the printf family library. (They seem to be new symbols related to printing long doubles, etc.)\
|
/external/v8/src/mips/ |
simulator-mips.h | 167 // Generated code will always use doubles. So we will only use even registers.
|
/external/v8/test/cctest/ |
test-strtod.cc | 209 // numbers can be accurately represented with doubles. However on Linux,x86
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSValue.h | 335 // This value is 2^48, used to encode doubles such that the encoded value will begin
|
/external/webkit/Source/JavaScriptCore/wtf/ |
TypeTraits.h | 80 // by not converting int's to doubles.
|
/external/webkit/Source/WebCore/bridge/jni/v8/ |
JNIUtilityPrivate.cpp | 127 // array of doubles
|
/external/webp/src/dsp/ |
dec_neon.c | 163 * vqdmulh returns high half (effectively >> 16) but also doubles the value,
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerUsageDetail.java | 103 public static final String EXTRA_DETAIL_VALUES = "values"; // Array of doubles
|
/bionic/libc/stdio/ |
vfprintf.c | 810 #if 1 /* BIONIC: remove memory leak when printing doubles */ 820 #if 1 /* BIONIC: remove memory leak when printing doubles */
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/ |
FieldTest.java | 349 // converted into ints, longs, floats and doubles 408 // converted into ints, longs, floats and doubles [all...] |
/external/junit/ |
README.html | 122 <p>Arrays of doubles can be compared, using a delta allowance for equality:</p> 430 <p>Non-integer Numbers (Floats, Doubles, BigDecimals, etc),
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 656 std::vector<Type*> Doubles(Args.size(), 659 Doubles, false);
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
toy.cpp | 760 std::vector<Type*> Doubles(Args.size(), 763 Doubles, false);
|
/external/protobuf/src/google/protobuf/stubs/ |
strutil.h | 428 // kDoubleToBufferSize bytes for doubles and kFloatToBufferSize 440 // In practice, doubles should never need more than 24 bytes and floats
|
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGJITCodeGenerator.h | 158 // These methods convert between doubles, and doubles boxed and JSValues. [all...] |
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
downloads.html | 225 of longs or doubles. 365 <li>Fixed optimization of expressions with constant doubles.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
SerializationStressTest1.java | 563 double[] doubles = { 0.0, 1.1, 2.2, 3.3 }; local 564 objToSave = doubles; [all...] |