/external/icu4c/i18n/ |
numfmt.cpp | 447 // so this default implementation falls back to formatting decimal numbers as doubles. 465 // so this default implementation falls back to formatting decimal numbers as doubles. [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
BufferUtils.java | 729 * number of doubles only if the given buffer if not already the right size. 734 * number of doubles that need to be held by the newly created [all...] |
/external/jpeg/ |
jmemmgr.c | 55 * boundaries, doubles on 8-byte boundaries, etc. On such machines, malloc() 62 * workstations (where doubles really do need 8-byte alignment) and will work [all...] |
/external/llvm/docs/tutorial/ |
LangImpl4.html | 927 std::vector<Type*> Doubles(Args.size(), 930 Doubles, false); [all...] |
OCamlLangImpl4.html | 826 let doubles = Array.make (Array.length args) double_type in 827 let ft = function_type double_type doubles in [all...] |
/external/llvm/examples/Kaleidoscope/Chapter7/ |
toy.cpp | 908 std::vector<Type*> Doubles(Args.size(), 911 Doubles, false); [all...] |
/external/qemu/distrib/jpeg-6b/ |
jmemmgr.c | 55 * boundaries, doubles on 8-byte boundaries, etc. On such machines, malloc() 62 * workstations (where doubles really do need 8-byte alignment) and will work [all...] |
/dalvik/vm/compiler/codegen/mips/ |
MipsLIR.h | 80 * code that reg locations always describe doubles as a pair of singles.
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/ |
DoubleBufferTest.java | 50 * Test with bit sequences that represent the IEEE754 doubles Positive
|
/external/bison/tests/ |
calc.at | 445 [# We use integers to avoid dependencies upon the precision of doubles.
|
/external/chromium/base/json/ |
json_reader_unittest.cc | 75 // storage as doubles
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store_file.cc | 159 // vectors aren't gigantic. This doubles as a cheap way to detect
|
/external/chromium/chrome/browser/sessions/ |
session_restore.cc | 95 // Invoked from |force_load_timer_|. Doubles |force_load_delay_| and invokes
|
/external/chromium/net/disk_cache/ |
eviction.cc | 483 // Normally we use 25% for each list. The experiment doubles the number of
|
/external/chromium/sdch/open-vcdiff/src/ |
blockhash.h | 58 // for a new BlockHash. However, it also doubles the minimum
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
ConfigResults.java | 194 * @return An 2 dimensions array of doubles. At the first level of the array each slot
|
/external/jmonkeyengine/engine/src/core/com/jme3/audio/ |
AudioNode.java | 547 * from refDistance (it reduces by half when the distance doubles).
|
/external/llvm/include/llvm/Support/ |
MathExtras.h | 382 /// equivalent 64-bit integer. Note that copying doubles around
|
/external/llvm/lib/CodeGen/ |
SplitKit.h | 404 /// This doubles the register pressure, but is sometimes required to deal with
|
/external/llvm/lib/Target/ARM/ |
ARMRegisterInfo.td | 95 // Aliases of the F* registers used to hold 64-bit fp values (doubles)
|
/external/nist-sip/java/gov/nist/core/ |
GenericObject.java | 374 * Pretty printing accumulator function for doubles
|
/external/protobuf/ |
CHANGES.txt | 85 * Fixed endianness bug with floats and doubles.
|
/external/protobuf/src/google/protobuf/ |
wire_format_lite.h | 208 // Helper functions for converting between floats/doubles and IEEE-754
|
/external/v8/src/ |
code-stubs.h | 634 // The version of this stub that doesn't save doubles is generated ahead of [all...] |
flag-definitions.h | 157 DEFINE_bool(unbox_double_arrays, true, "automatically unbox arrays of doubles")
|