Home
last modified time | relevance | path

Searched refs:double_array (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dppc64-toc.ll5 @double_array = global [32 x double] zeroinitializer, align 8
49 …%arrayidx = getelementptr inbounds [32 x double], [32 x double]* @double_array, i64 0, i64 %idxprom
60 ; * double array 'double_array'
/external/llvm/test/Transforms/LoopVectorize/X86/
Dfp64_to_uint32-cost-model.ll7 @double_array = common global [10000 x double] zeroinitializer, align 16
25 …%arrayidx = getelementptr inbounds [10000 x double], [10000 x double]* @double_array, i64 0, i64 %…
/external/llvm/test/CodeGen/Mips/cconv/
Dmemory-layout.ll76 @double_array = global [2 x double] [double 1.0, double 2.0], align 1
109 ; ALL-LABEL: double_array:
112 ; ALL: .size double_array, 16
/external/clang/test/PCH/
Dexprs.c82 double get_from_double_array(unsigned Idx) { return double_array[Idx]; } in get_from_double_array()
Dexprs.h83 double double_array[3] = { 1.0, 2.0 }; variable
/external/v8/test/cctest/
Dtest-heap.cc2251 v8::Local<v8::Value> double_array = v8::Object::Cast(*res)->Get(v8_str("1")); in TEST() local
2253 v8::Utils::OpenHandle(*v8::Handle<v8::Object>::Cast(double_array)); in TEST()
2470 v8::Local<v8::Value> double_array = v8::Object::Cast(*res)->Get(v8_str("1")); in TEST() local
2472 v8::Utils::OpenHandle(*v8::Handle<v8::Object>::Cast(double_array)); in TEST()
/external/v8/src/
Dfactory.cc109 Handle<FixedDoubleArray> double_array = in NewFixedDoubleArrayWithHoles() local
112 double_array->set_the_hole(i); in NewFixedDoubleArrayWithHoles()
Dobjects-inl.h1801 Handle<FixedDoubleArray> double_array = in EnsureCanContainElements() local
1804 if (double_array->is_the_hole(i)) { in EnsureCanContainElements()
Dobjects.cc4428 Handle<FixedDoubleArray> double_array = in CopyFastElementsToDictionary() local
4430 if (double_array->is_the_hole(i)) { in CopyFastElementsToDictionary()
4433 value = factory->NewHeapNumber(double_array->get_scalar(i)); in CopyFastElementsToDictionary()
Druntime.cc5521 FixedDoubleArray* double_array = FixedDoubleArray::cast(object->elements()); in RUNTIME_FUNCTION() local
5523 double_array->set(store_index, number->Number()); in RUNTIME_FUNCTION()