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

12

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
H A DDoubleArr.java21 private double[] doubles; field in class:DoubleArr
26 public DoubleArr(double[] doubles) { argument
27 this.doubles = doubles;
31 return Arrays.toString(doubles);
35 return doubles;
38 public void setDoubles(double[] doubles) { argument
39 this.doubles = doubles;
H A DPrimitiveArrayTest.java37 private final double[] doubles = new double[] { 50.0001, 2150.0002 }; field in class:PrimitiveArrayTest
47 + Arrays.toString(doubles) + " ]\n" + "- " + pkg + ".CharArr [ "
59 Assert.assertArrayEquals(doubles, ((DoubleArr) wrappers.get(5)).getDoubles(), 0.001);
173 DoubleArr doubleArr = new DoubleArr(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/libffi/testsuite/libffi.call/
H A Dfloat_va.c50 double doubles[5]; local
70 doubles[0] = 2.0;
72 values[1] = &doubles[0];
94 doubles[0] = 2.0;
95 doubles[1] = 3.0;
96 doubles[2] = 4.0;
98 values[1] = &doubles[0];
99 values[2] = &doubles[1];
100 values[3] = &doubles[2];
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dfloat_va.c50 double doubles[5]; local
70 doubles[0] = 2.0;
72 values[1] = &doubles[0];
94 doubles[0] = 2.0;
95 doubles[1] = 3.0;
96 doubles[2] = 4.0;
98 values[1] = &doubles[0];
99 values[2] = &doubles[1];
100 values[3] = &doubles[2];
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dfloat_va.c50 double doubles[5]; local
70 doubles[0] = 2.0;
72 values[1] = &doubles[0];
94 doubles[0] = 2.0;
95 doubles[1] = 3.0;
96 doubles[2] = 4.0;
98 values[1] = &doubles[0];
99 values[2] = &doubles[1];
100 values[3] = &doubles[2];
/external/caliper/examples/src/main/java/examples/
H A DCopyArrayBenchmark.java313 @Benchmark int doubles(int reps) { method in class:CopyArrayBenchmark
/external/clang/test/CodeGen/
H A Dx86_32-arguments-iamcu.c12 // CHECK-LABEL: define void @doubles(double %d1, double %d2)
13 void doubles(double d1, double d2) {} function
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_array.c396 int nr_components, GLboolean doubles,
400 if (doubles) {
391 init_velement_lowered(struct st_context *st, const struct st_vertex_program *vp, struct pipe_vertex_element *velements, int src_offset, int format, int instance_divisor, int vbo_index, int nr_components, GLboolean doubles, GLuint *attr_idx) argument
/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/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_draw_upload.c227 GLboolean doubles)
240 return (doubles
225 double_types(struct brw_context *brw, int size, GLboolean doubles) argument
/external/v8/src/crankshaft/
H A Dlithium.cc481 BitVector* doubles = allocated_double_registers(); local
482 BitVector::Iterator iterator(doubles);
/external/libchrome/dbus/
H A Dmessage.cc836 bool MessageReader::PopArrayOfDoubles(const double** doubles, size_t* length) { argument
842 *doubles = nullptr;
849 doubles,
/external/mesa3d/src/mesa/main/
H A Dvarray.c271 * \param doubles Double values not reduced to floats
282 GLboolean integer, GLboolean doubles,
302 array->Doubles = doubles;
324 * \param doubles Double values not reduced to floats
334 GLboolean normalized, GLboolean integer, GLboolean doubles,
341 assert((int) normalized + (int) integer + (int) doubles <= 1);
442 normalized, integer, doubles, relativeOffset,
463 * \param doubles Double values not reduced to floats
472 GLboolean normalized, GLboolean integer, GLboolean doubles,
527 size, type, normalized, integer, doubles,
278 _mesa_update_array_format(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint attrib, GLint size, GLenum type, GLenum format, GLboolean normalized, GLboolean integer, GLboolean doubles, GLuint relativeOffset, bool flush_vertices) argument
328 update_array_format(struct gl_context *ctx, const char *func, struct gl_vertex_array_object *vao, GLuint attrib, GLbitfield legalTypesMask, GLint sizeMin, GLint sizeMax, GLint size, GLenum type, GLboolean normalized, GLboolean integer, GLboolean doubles, GLuint relativeOffset) argument
467 update_array(struct gl_context *ctx, const char *func, GLuint attrib, GLbitfield legalTypesMask, GLint sizeMin, GLint sizeMax, GLint size, GLenum type, GLsizei stride, GLboolean normalized, GLboolean integer, GLboolean doubles, const GLvoid *ptr) argument
1996 vertex_attrib_format(GLuint attribIndex, GLint size, GLenum type, GLboolean normalized, GLboolean integer, GLboolean doubles, GLbitfield legalTypes, GLsizei maxSize, GLuint relativeOffset, const char *func) argument
2078 vertex_array_attrib_format(GLuint vaobj, GLuint attribIndex, GLint size, GLenum type, GLboolean normalized, GLboolean integer, GLboolean doubles, GLbitfield legalTypes, GLsizei maxSize, GLuint relativeOffset, const char *func) argument
[all...]
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.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);
834 // restore caller doubles.
2219 // Compare left and right operands as doubles and load the
3827 } else { // Storing doubles, not floats.
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc542 BitVector* doubles = chunk()->allocated_double_registers(); local
543 BitVector::Iterator iterator(doubles);
546 // TODO(all): Is this supposed to save just the callee-saved doubles? It
560 BitVector* doubles = chunk()->allocated_double_registers(); local
561 BitVector::Iterator iterator(doubles);
564 // TODO(all): Is this supposed to restore just the callee-saved doubles? It
908 // Go through jump table if we need to build frame, or restore caller doubles.
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc94 BitVector* doubles = chunk()->allocated_double_registers(); local
95 BitVector::Iterator save_iterator(doubles);
109 BitVector* doubles = chunk()->allocated_double_registers(); local
110 BitVector::Iterator save_iterator(doubles);
1745 // Pass two doubles as arguments on the stack.
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc115 BitVector* doubles = chunk()->allocated_double_registers(); local
116 BitVector::Iterator save_iterator(doubles);
130 BitVector* doubles = chunk()->allocated_double_registers(); local
131 BitVector::Iterator save_iterator(doubles);
818 // restore caller doubles.
2115 // Compare left and right as doubles and load the
3786 } else { // Storing doubles, not floats.
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc91 BitVector* doubles = chunk()->allocated_double_registers(); local
92 BitVector::Iterator save_iterator(doubles);
106 BitVector* doubles = chunk()->allocated_double_registers(); local
107 BitVector::Iterator save_iterator(doubles);
806 // restore caller doubles.
2236 // Compare left and right as doubles and load the
4008 } else { // Storing doubles, not floats.
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.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);
782 // restore caller doubles.
2294 // Compare left and right operands as doubles and load the
4107 } else { // Storing doubles, not floats.
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc84 BitVector* doubles = chunk()->allocated_double_registers(); local
85 BitVector::Iterator save_iterator(doubles);
98 BitVector* doubles = chunk()->allocated_double_registers(); local
99 BitVector::Iterator save_iterator(doubles);
776 // restore caller doubles.
2294 // Compare left and right operands as doubles and load the
4015 } else { // Storing doubles, not floats.
/external/v8/src/crankshaft/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);
760 // restore caller doubles.
/external/annotation-tools/annotation-file-utilities/lib/
H A Dplume-core.jarMETA-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE.java package ...
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...

Completed in 822 milliseconds

12