OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ffi_type_longdouble
(Results
1 - 10
of
10
) sorted by null
/external/libffi/testsuite/libffi.call/
return_ldl.c
21
args[0] = &
ffi_type_longdouble
;
26
&
ffi_type_longdouble
, args) == FFI_OK);
float2.c
30
&
ffi_type_longdouble
, args) == FFI_OK);
float3.c
37
args[2] = &
ffi_type_longdouble
;
54
args[0] = &
ffi_type_longdouble
;
float.c
38
args[3] = &
ffi_type_longdouble
;
cls_align_longdouble.c
72
cls_struct_fields[1] = &
ffi_type_longdouble
;
nested_struct5.c
84
cls_struct_fields[0] = &
ffi_type_longdouble
;
/external/libffi/src/
types.c
71
# if defined(__LONG_DOUBLE_128__) &&
FFI_TYPE_LONGDOUBLE
!= 4
72
# error
FFI_TYPE_LONGDOUBLE
out of date
74
const ffi_type
ffi_type_longdouble
= { 16, 16, 4, NULL };
variable
75
#elif
FFI_TYPE_LONGDOUBLE
!= FFI_TYPE_DOUBLE
76
FFI_TYPEDEF(longdouble, long double,
FFI_TYPE_LONGDOUBLE
);
/external/libffi/darwin-x86/
ffi.h
163
extern ffi_type
ffi_type_longdouble
;
165
#define
ffi_type_longdouble
ffi_type_double
macro
371
#define
FFI_TYPE_LONGDOUBLE
4
373
#define
FFI_TYPE_LONGDOUBLE
FFI_TYPE_DOUBLE
/external/libffi/include/
ffi_real.h
164
extern ffi_type
ffi_type_longdouble
;
166
#define
ffi_type_longdouble
ffi_type_double
macro
372
#define
FFI_TYPE_LONGDOUBLE
4
374
#define
FFI_TYPE_LONGDOUBLE
FFI_TYPE_DOUBLE
ffi.h.in
163
extern ffi_type
ffi_type_longdouble
;
165
#define
ffi_type_longdouble
ffi_type_double
371
#define
FFI_TYPE_LONGDOUBLE
4
373
#define
FFI_TYPE_LONGDOUBLE
FFI_TYPE_DOUBLE
Completed in 176 milliseconds