OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:j_dbl
(Results
1 - 4
of
4
) sorted by null
/external/libffi/testsuite/libffi.call/
cls_9byte1.c
67
struct cls_struct_9byte
j_dbl
= { 1, 9.0};
local
82
args_dbl[1] = &
j_dbl
;
92
res_dbl = ((cls_struct_9byte(*)(cls_struct_9byte, cls_struct_9byte))(pcl))(h_dbl,
j_dbl
);
cls_9byte2.c
67
struct cls_struct_9byte
j_dbl
= { 1.0, 9};
local
82
args_dbl[1] = &
j_dbl
;
93
res_dbl = ((cls_struct_9byte(*)(cls_struct_9byte, cls_struct_9byte))(pcl))(h_dbl,
j_dbl
);
cls_12byte.c
66
struct cls_struct_12byte
j_dbl
= { 1, 5, 3 };
local
82
args_dbl[1] = &
j_dbl
;
96
res_dbl = ((cls_struct_12byte(*)(cls_struct_12byte, cls_struct_12byte))(pcl))(h_dbl,
j_dbl
);
cls_16byte.c
67
struct cls_struct_16byte
j_dbl
= { 1, 9.0, 3 };
local
83
args_dbl[1] = &
j_dbl
;
97
res_dbl = ((cls_struct_16byte(*)(cls_struct_16byte, cls_struct_16byte))(pcl))(h_dbl,
j_dbl
);
Completed in 42 milliseconds