HomeSort by relevance Sort by last modified time
    Searched full:ffi_type_longdouble (Results 1 - 25 of 43) sorted by null

1 2

  /external/libffi/testsuite/libffi.call/
return_ldl.c 21 args[0] = &ffi_type_longdouble;
26 &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;
float2.c 30 &ffi_type_longdouble, args) == FFI_OK);
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);
prep_cif.c 141 || ((*ptr)->type == FFI_TYPE_LONGDOUBLE
  /external/libffi/src/alpha/
ffi.c 31 /* Force FFI_TYPE_LONGDOUBLE to be different than FFI_TYPE_DOUBLE;
34 # if FFI_TYPE_LONGDOUBLE != 4
35 # error FFI_TYPE_LONGDOUBLE out of date
38 # undef FFI_TYPE_LONGDOUBLE
39 # define FFI_TYPE_LONGDOUBLE 4
64 case FFI_TYPE_LONGDOUBLE:
150 case FFI_TYPE_LONGDOUBLE:
265 case FFI_TYPE_LONGDOUBLE:
  /external/libffi/src/sparc/
ffi.c 74 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
75 || (*p_arg)->type == FFI_TYPE_LONGDOUBLE
178 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
179 case FFI_TYPE_LONGDOUBLE:
298 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
299 case FFI_TYPE_LONGDOUBLE:
343 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
344 case FFI_TYPE_LONGDOUBLE:
489 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
490 || cif->flags == FFI_TYPE_LONGDOUBLE
    [all...]
v9.S 104 cmp %i3, FFI_TYPE_LONGDOUBLE
199 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
200 cmp %o0, FFI_TYPE_LONGDOUBLE
221 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
v8.S 161 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
162 cmp %o0, FFI_TYPE_LONGDOUBLE
  /external/libffi/src/powerpc/
ffi.c 213 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
214 case FFI_TYPE_LONGDOUBLE:
316 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
502 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
503 case FFI_TYPE_LONGDOUBLE:
645 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
646 case FFI_TYPE_LONGDOUBLE:
696 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
729 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
730 case FFI_TYPE_LONGDOUBLE
    [all...]
ffi_darwin.c 152 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
154 case FFI_TYPE_LONGDOUBLE:
311 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
312 case FFI_TYPE_LONGDOUBLE:
362 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
364 case FFI_TYPE_LONGDOUBLE:
762 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
764 case 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.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
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
  /external/libffi/src/x86/
win32.S 109 cmpl $FFI_TYPE_LONGDOUBLE,%ecx
220 cmpl $FFI_TYPE_LONGDOUBLE,%ecx
298 cmpl $FFI_TYPE_LONGDOUBLE, %eax
364 cmpl $FFI_TYPE_LONGDOUBLE, %eax
darwin.S 90 .long retlongdouble-.Lstore_table /* FFI_TYPE_LONGDOUBLE */
216 cmpl $FFI_TYPE_LONGDOUBLE, %eax
303 cmpl $FFI_TYPE_LONGDOUBLE, %eax
freebsd.S 90 .long retlongdouble-.Lstore_table /* FFI_TYPE_LONGDOUBLE */
225 cmpl $FFI_TYPE_LONGDOUBLE, %eax
313 cmpl $FFI_TYPE_LONGDOUBLE, %eax
sysv.S 91 .long retlongdouble-.Lstore_table /* FFI_TYPE_LONGDOUBLE */
212 cmpl $FFI_TYPE_LONGDOUBLE, %eax
290 cmpl $FFI_TYPE_LONGDOUBLE, %eax
  /external/libffi/src/ia64/
ffi.c 186 case FFI_TYPE_LONGDOUBLE:
239 case FFI_TYPE_LONGDOUBLE:
240 /* Leave FFI_TYPE_LONGDOUBLE as meaning double extended precision,
336 case FFI_TYPE_LONGDOUBLE:
515 case FFI_TYPE_LONGDOUBLE:
  /external/libffi/src/s390/
ffi.c 211 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
213 if (type == FFI_TYPE_LONGDOUBLE)
374 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
375 case FFI_TYPE_LONGDOUBLE:
416 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
418 if (type == FFI_TYPE_LONGDOUBLE)
584 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
586 if (type == FFI_TYPE_LONGDOUBLE)
690 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
691 case FFI_TYPE_LONGDOUBLE
    [all...]
  /external/libffi/src/m68k/
ffi.c 147 case FFI_TYPE_LONGDOUBLE:
  /external/libffi/src/pa/
ffi.c 220 case FFI_TYPE_LONGDOUBLE:
295 case FFI_TYPE_LONGDOUBLE:
329 case FFI_TYPE_LONGDOUBLE:
387 || cif->rtype->type == FFI_TYPE_LONGDOUBLE))

Completed in 220 milliseconds

1 2