OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:array_double
(Results
1 - 3
of
3
) sorted by null
/external/eigen/test/eigen2/
eigen2_first_aligned.cpp
37
EIGEN_ALIGN_128 double
array_double
[100];
local
38
test_first_aligned_helper(
array_double
, 50);
39
test_first_aligned_helper(
array_double
+1, 50);
40
test_first_aligned_helper(
array_double
+2, 50);
42
double *array_double_plus_4_bytes = (double*)(std::size_t(
array_double
)+4);
/external/eigen/test/
first_aligned.cpp
39
EIGEN_ALIGN16 double
array_double
[100];
local
40
test_first_aligned_helper(
array_double
, 50);
41
test_first_aligned_helper(
array_double
+1, 50);
42
test_first_aligned_helper(
array_double
+2, 50);
44
double *array_double_plus_4_bytes = (double*)(size_t(
array_double
)+4);
/external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c
523
cmsFloat64Number*
array_double
;
local
528
array_double
= (cmsFloat64Number*) _cmsCalloc(self ->ContextID, n, sizeof(cmsFloat64Number));
529
if (
array_double
== NULL) return NULL;
533
if (!_cmsRead15Fixed16Number(io, &
array_double
[i])) {
535
_cmsFree(self ->ContextID,
array_double
);
541
return (void*)
array_double
;
583
cmsFloat64Number*
array_double
;
local
589
array_double
= (cmsFloat64Number*) _cmsCalloc(self ->ContextID, n, sizeof(cmsFloat64Number));
590
if (
array_double
== NULL) return NULL;
595
_cmsFree(self ->ContextID, (void*)
array_double
);
[
all
...]
Completed in 213 milliseconds