HomeSort by relevance Sort by last modified time
    Searched defs:ffi_type_longdouble (Results 1 - 10 of 10) sorted by null

  /external/python/cpython2/Modules/_ctypes/libffi/src/
types.c 82 # if defined(__LONG_DOUBLE_128__) && FFI_TYPE_LONGDOUBLE != 4
83 # error FFI_TYPE_LONGDOUBLE out of date
85 const ffi_type ffi_type_longdouble = { 16, 16, 4, NULL }; variable
86 #elif FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
88 FFI_NONCONST_TYPEDEF(longdouble, long double, FFI_TYPE_LONGDOUBLE);
90 FFI_TYPEDEF(longdouble, long double, FFI_TYPE_LONGDOUBLE);
  /external/libffi/src/
types.c 92 # if defined(__LONG_DOUBLE_128__) && FFI_TYPE_LONGDOUBLE != 4
93 # error FFI_TYPE_LONGDOUBLE out of date
95 const ffi_type ffi_type_longdouble = { 16, 16, 4, NULL }; variable
96 #elif FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
97 FFI_TYPEDEF(longdouble, long double, FFI_TYPE_LONGDOUBLE, FFI_LDBL_CONST);
103 #if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE
  /external/python/cpython2/android_arm/libffi/
ffi.h 198 FFI_EXTERN ffi_type ffi_type_longdouble; variable
200 #define ffi_type_longdouble ffi_type_double macro
454 #define FFI_TYPE_LONGDOUBLE 4
456 #define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
  /external/python/cpython2/android_arm64/libffi/
ffi.h 198 FFI_EXTERN ffi_type ffi_type_longdouble; variable
200 #define ffi_type_longdouble ffi_type_double macro
454 #define FFI_TYPE_LONGDOUBLE 4
456 #define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
  /external/python/cpython2/android_x86/libffi/
ffi.h 198 FFI_EXTERN ffi_type ffi_type_longdouble; variable
200 #define ffi_type_longdouble ffi_type_double macro
454 #define FFI_TYPE_LONGDOUBLE 4
456 #define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
  /external/python/cpython2/android_x86_64/libffi/
ffi.h 199 FFI_EXTERN ffi_type ffi_type_longdouble; variable
201 #define ffi_type_longdouble ffi_type_double macro
455 #define FFI_TYPE_LONGDOUBLE 4
457 #define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
  /external/python/cpython2/darwin_x86_64/libffi/
ffi.h 198 FFI_EXTERN ffi_type ffi_type_longdouble; variable
200 #define ffi_type_longdouble ffi_type_double macro
454 #define FFI_TYPE_LONGDOUBLE 4
456 #define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
  /external/python/cpython2/linux_x86_64/libffi/
ffi.h 199 FFI_EXTERN ffi_type ffi_type_longdouble; variable
201 #define ffi_type_longdouble ffi_type_double macro
455 #define FFI_TYPE_LONGDOUBLE 4
457 #define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
  /external/python/cpython2/Modules/_ctypes/
cfield.c 1756 #undef ffi_type_longdouble macro
1759 ffi_type ffi_type_longdouble = { sizeof(long double), LONGDOUBLE_ALIGN, variable
    [all...]
  /external/python/cpython3/Modules/_ctypes/
cfield.c 1655 #undef ffi_type_longdouble macro
1658 ffi_type ffi_type_longdouble = { sizeof(long double), LONGDOUBLE_ALIGN, variable
    [all...]

Completed in 285 milliseconds