Home
last modified time | relevance | path

Searched refs:array_double (Results 1 – 5 of 5) sorted by relevance

/external/eigen/test/
Dfirst_aligned.cpp39 EIGEN_ALIGN16 double array_double[100]; in test_first_aligned() local
40 test_first_aligned_helper(array_double, 50); in test_first_aligned()
41 test_first_aligned_helper(array_double+1, 50); in test_first_aligned()
42 test_first_aligned_helper(array_double+2, 50); in test_first_aligned()
44 double *array_double_plus_4_bytes = (double*)(internal::UIntPtr(array_double)+4); in test_first_aligned()
/external/swiftshader/third_party/LLVM/test/CodeGen/PTX/
Dst.ll39 ;CHECK: .extern .global .b8 array_double[80];
40 @array_double = external global [10 x double]
231 ;CHECK: mov.u32 %r[[R0:[0-9]+]], array_double;
234 %i = getelementptr [10 x double]* @array_double, i32 0, i32 0
331 ;CHECK: mov.u32 %r[[R0:[0-9]+]], array_double;
334 %i = getelementptr [10 x double]* @array_double, i32 0, i32 1
Dld.ll39 ;CHECK: .extern .global .b8 array_double[80];
40 @array_double = external global [10 x double]
226 ;CHECK: mov.u32 %r[[R0:[0-9]+]], array_double;
229 %i = getelementptr [10 x double]* @array_double, i32 0, i32 0
376 ;CHECK: mov.u32 %r[[R0:[0-9]+]], array_double;
379 %i = getelementptr [10 x double]* @array_double, i32 0, i32 1
/external/pdfium/third_party/lcms/src/
Dcmstypes.c529 cmsFloat64Number* array_double; in Type_S15Fixed16_Read() local
534 array_double = (cmsFloat64Number*) _cmsCalloc(self ->ContextID, n, sizeof(cmsFloat64Number)); in Type_S15Fixed16_Read()
535 if (array_double == NULL) return NULL; in Type_S15Fixed16_Read()
539 if (!_cmsRead15Fixed16Number(io, &array_double[i])) { in Type_S15Fixed16_Read()
541 _cmsFree(self ->ContextID, array_double); in Type_S15Fixed16_Read()
547 return (void*) array_double; in Type_S15Fixed16_Read()
589 cmsFloat64Number* array_double; in Type_U16Fixed16_Read() local
595 array_double = (cmsFloat64Number*) _cmsCalloc(self ->ContextID, n, sizeof(cmsFloat64Number)); in Type_U16Fixed16_Read()
596 if (array_double == NULL) return NULL; in Type_U16Fixed16_Read()
601 _cmsFree(self ->ContextID, (void*) array_double); in Type_U16Fixed16_Read()
[all …]
/external/v8/src/builtins/
Dbuiltins-array-gen.cc247 Label array_not_smi(this), array_fast(this), array_double(this); in FastMapProcessor() local
266 Branch(IsElementsKindGreaterThan(kind, HOLEY_ELEMENTS), &array_double, in FastMapProcessor()
305 Goto(&array_double); in FastMapProcessor()
309 Goto(&array_double); in FastMapProcessor()
312 BIND(&array_double); in FastMapProcessor()