Searched defs:doubles (Results 1 - 14 of 14) sorted by relevance

/external/v8/test/mjsunit/
H A Dallocation-folding.js49 // Test allocation folding of doubles.
51 function doubles() { function
57 doubles(); doubles(); doubles();
58 %OptimizeFunctionOnNextCall(doubles);
59 result = doubles();
65 // Test allocation folding of doubles into non-doubles.
/external/guava/guava-tests/benchmark/com/google/common/math/
H A DDoubleMathBenchmark.java36 private static final double [] doubles = new double[ARRAY_SIZE]; field in class:DoubleMathBenchmark
42 doubles[i] = randomDouble(Long.SIZE);
69 if (DoubleMath.isMathematicalInteger(doubles[j])) {
80 if (DoubleMath.isPowerOfTwo(doubles[j])) {
/external/v8/test/cctest/compiler/
H A Dinstruction-selector-tester.h90 doubles.insert(vreg);
109 VirtualRegisterSet doubles; member in class:v8::internal::compiler::InstructionSelectorTester
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java287 private double[] doubles; field in class:ArrayAccessReplaceTest.Simple
310 return doubles[pos];
354 doubles[pos] = value;
/external/v8/src/
H A Dlithium.cc499 BitVector* doubles = allocated_double_registers(); local
500 BitVector::Iterator iterator(doubles);
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp1697 bool doubles = true; local
1699 doubles = false;
1709 if (doubles) {
/external/vogar/lib/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/util/ ...
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc74 BitVector* doubles = chunk()->allocated_double_registers(); local
75 BitVector::Iterator save_iterator(doubles);
89 BitVector* doubles = chunk()->allocated_double_registers(); local
90 BitVector::Iterator save_iterator(doubles);
902 // restore caller doubles.
2412 // Compare left and right operands as doubles and load the
4304 } else { // Storing doubles, not floats.
/external/v8/src/arm64/
H A Dlithium-codegen-arm64.cc605 BitVector* doubles = chunk()->allocated_double_registers(); local
606 BitVector::Iterator iterator(doubles);
609 // TODO(all): Is this supposed to save just the callee-saved doubles? It
623 BitVector* doubles = chunk()->allocated_double_registers(); local
624 BitVector::Iterator iterator(doubles);
627 // TODO(all): Is this supposed to restore just the callee-saved doubles? It
1046 // Go through jump table if we need to build frame, or restore caller doubles.
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc101 BitVector* doubles = chunk()->allocated_double_registers(); local
102 BitVector::Iterator save_iterator(doubles);
116 BitVector* doubles = chunk()->allocated_double_registers(); local
117 BitVector::Iterator save_iterator(doubles);
241 Comment(";;; Store dynamic frame alignment tag for spilled doubles");
2001 // Pass two doubles as arguments on the stack.
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc98 BitVector* doubles = chunk()->allocated_double_registers(); local
99 BitVector::Iterator save_iterator(doubles);
113 BitVector* doubles = chunk()->allocated_double_registers(); local
114 BitVector::Iterator save_iterator(doubles);
865 // restore caller doubles.
2305 // Compare left and right as doubles and load the
4253 } else { // Storing doubles, not floats.
/external/v8/src/mips64/
H A Dlithium-codegen-mips64.cc73 BitVector* doubles = chunk()->allocated_double_registers(); local
74 BitVector::Iterator save_iterator(doubles);
88 BitVector* doubles = chunk()->allocated_double_registers(); local
89 BitVector::Iterator save_iterator(doubles);
815 // restore caller doubles.
2273 // Compare left and right as doubles and load the
4293 } else { // Storing doubles, not floats.
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc90 BitVector* doubles = chunk()->allocated_double_registers(); local
91 BitVector::Iterator save_iterator(doubles);
105 BitVector* doubles = chunk()->allocated_double_registers(); local
106 BitVector::Iterator save_iterator(doubles);
777 // restore caller doubles.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1228 milliseconds