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

/external/clang/test/PCH/
H A Dexprs.c82 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_org/v8/src/
H A Dfactory.cc109 Handle<FixedDoubleArray> double_array = local
112 double_array->set_the_hole(i);
H A Dobjects-inl.h1801 Handle<FixedDoubleArray> double_array = local
1804 if (double_array->is_the_hole(i)) {
H A Dobjects.cc4428 Handle<FixedDoubleArray> double_array = local
4430 if (double_array->is_the_hole(i)) {
4433 value = factory->NewHeapNumber(double_array->get_scalar(i));
H A Druntime.cc5521 FixedDoubleArray* double_array = FixedDoubleArray::cast(object->elements()); local
5523 double_array->set(store_index, number->Number());
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc2251 v8::Local<v8::Value> double_array = v8::Object::Cast(*res)->Get(v8_str("1")); local
2253 v8::Utils::OpenHandle(*v8::Handle<v8::Object>::Cast(double_array));
2470 v8::Local<v8::Value> double_array = v8::Object::Cast(*res)->Get(v8_str("1")); local
2472 v8::Utils::OpenHandle(*v8::Handle<v8::Object>::Cast(double_array));

Completed in 394 milliseconds