Searched refs:double_array (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/PCH/
H A Dexprs.c78 double get_from_double_array(unsigned Idx) { return double_array[Idx]; }
H A Dexprs.h83 double double_array[3] = { 1.0, 2.0 }; variable
/external/chromium/chrome/browser/policy/
H A Duser_policy_cache.cc282 for (i = value.double_array().begin();
283 i != value.double_array().end(); ++i)
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc4621 Handle<FixedDoubleArray> double_array = local
4624 int64_t value = double_array->get_representation(i);
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc4475 Handle<FixedDoubleArray> double_array = local
4478 int64_t value = double_array->get_representation(i);
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc4517 Handle<FixedDoubleArray> double_array = local
4520 int64_t value = double_array->get_representation(i);
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc4243 Handle<FixedDoubleArray> double_array = local
4246 int64_t value = double_array->get_representation(i);
/external/v8/src/
H A Dobjects.cc3499 FixedDoubleArray* double_array = FixedDoubleArray::cast(array); local
3500 if (double_array->is_the_hole(i)) {
3508 GetHeap()->AllocateHeapNumber(double_array->get_scalar(i), TENURED);
H A Druntime.cc4685 FixedDoubleArray* double_array =
4688 double_array->set(store_index, number->Number());

Completed in 346 milliseconds