HomeSort by relevance Sort by last modified time
    Searched full:doubles (Results 126 - 150 of 451) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libffi/src/alpha/
ffi.c 139 doubles. The in-register format is the same. */
  /external/libvpx/vp8/decoder/arm/neon/
idct_dequant_dc_full_2x_neon.asm 81 ; vqdmulh also doubles the value before it shifts by 16. we need to
idct_dequant_full_2x_neon.asm 73 ; vqdmulh also doubles the value before it shifts by 16. we need to
  /external/llvm/include/llvm/MC/
SectionKind.h 65 /// for example, doubles.
  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.td 101 // Aliases of the R* registers used to hold 64-bit int values (doubles).
  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.td 120 // Aliases of the F* registers used to hold 64-bit fp values (doubles)
  /external/skia/src/gpu/
app-android.cpp 166 // or we'll lose the low bits. Hence we use doubles for the intermediate
  /external/webkit/Tools/iExploder/iexploder-1.3.2/
README.txt 79 used doubles each cycle. Here is an idea of how many subtests to expect
  /frameworks/base/voip/java/android/net/rtp/
AudioGroup.java 41 * bandwidth, and vise versa. Using two AudioStreams at the same time doubles
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_indexing.h 242 Median of 3 doubles
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_indexing.h 242 Median of 3 doubles
  /external/libffi/src/pa/
ffi.c 121 doubles are not passed in fr4 or fr6).
221 /* Long doubles are passed in the same manner as structures
330 /* Long doubles are treated like a structure. */
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 85 // Make space for 8 ints r[3-10] and 13 doubles f[1-13] and the
152 // Make space for 8 ints r[3-10] and 8 doubles f[1-8] and the
229 // Make space for 8 ints r[3-10] and 13 doubles f[1-13] and the
  /external/llvm/docs/tutorial/
LangImpl3.html 239 all values in Kaleidoscope are doubles, this makes for very simple code for add,
311 std::vector<Type*> Doubles(Args.size(),
314 Doubles, false);
330 method to create a function type that takes "N" doubles as arguments, returns
    [all...]
OCamlLangImpl3.html 214 all values in Kaleidoscope are doubles, this makes for very simple code for add,
283 let doubles = Array.make (Array.length args) double_type in
284 let ft = function_type double_type doubles in
301 function type that takes "N" doubles as arguments, returns one double as a
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 128 * List<Double> doubles = new ArrayList<Double>();
132 * doubles.add(reader.nextDouble());
135 * return doubles;
    [all...]
  /frameworks/base/core/java/android/util/
JsonReader.java 134 * List<Double> doubles = new ArrayList<Double>();
138 * doubles.add(reader.nextDouble());
141 * return doubles;
    [all...]
  /external/chromium/base/memory/
singleton.h 202 // Our AtomicWord doubles as a spinlock, where a value of
  /external/chromium/chrome/browser/ui/webui/options/
core_options_handler.cc 306 // In JS all numbers are doubles.
  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 39 * A class for arithmetic on doubles that is not covered by {@link java.lang.Math}.
  /external/libffi/darwin-x86/
ffi.h 237 /* longs and doubles are followed by an empty 64-bit word. */
  /external/libffi/include/
ffi.h.in 237 /* longs and doubles are followed by an empty 64-bit word. */
ffi_real.h 238 /* longs and doubles are followed by an empty 64-bit word. */
  /external/libffi/src/
java_raw_api.c 35 /* stack slots (longs, doubles) occupy 128 bits, but only the first */
  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 107 TYPE_CODE_PPC_FP128= 15, // PPC LONG DOUBLE (2 doubles)

Completed in 629 milliseconds

1 2 3 4 56 7 8 91011>>