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

  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
sysv.asm 48 FFI_TYPE_DOUBLE EQU 3
142 cmp a4, #FFI_TYPE_DOUBLE
208 cmp a1, #FFI_TYPE_DOUBLE
ffi.h 150 extern ffi_type ffi_type_double;
292 #define FFI_TYPE_DOUBLE 3
296 #define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
ffi.h 150 extern ffi_type ffi_type_double;
294 #define FFI_TYPE_DOUBLE 3
298 #define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ffi.h 158 extern ffi_type ffi_type_double;
329 #define FFI_TYPE_DOUBLE 3
334 # define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
ffi.h 150 extern ffi_type ffi_type_double;
294 #define FFI_TYPE_DOUBLE 3
298 #define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
  /external/python/cpython3/Modules/_ctypes/libffi_osx/include/
ffi.h 158 extern ffi_type ffi_type_double;
329 #define FFI_TYPE_DOUBLE 3
334 # define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
  /external/python/cpython2/android_arm/libffi/
ffi.h 194 FFI_EXTERN ffi_type ffi_type_double; variable
200 #define ffi_type_longdouble ffi_type_double
452 #define FFI_TYPE_DOUBLE 3
456 #define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
  /external/python/cpython2/android_arm64/libffi/
ffi.h 194 FFI_EXTERN ffi_type ffi_type_double; variable
200 #define ffi_type_longdouble ffi_type_double
452 #define FFI_TYPE_DOUBLE 3
456 #define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
  /external/python/cpython2/android_x86/libffi/
ffi.h 194 FFI_EXTERN ffi_type ffi_type_double; variable
200 #define ffi_type_longdouble ffi_type_double
452 #define FFI_TYPE_DOUBLE 3
456 #define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
  /external/python/cpython2/android_x86_64/libffi/
ffi.h 195 FFI_EXTERN ffi_type ffi_type_double; variable
201 #define ffi_type_longdouble ffi_type_double
453 #define FFI_TYPE_DOUBLE 3
457 #define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
  /external/python/cpython2/darwin_x86_64/libffi/
ffi.h 194 FFI_EXTERN ffi_type ffi_type_double; variable
200 #define ffi_type_longdouble ffi_type_double
452 #define FFI_TYPE_DOUBLE 3
456 #define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
  /external/python/cpython2/linux_x86_64/libffi/
ffi.h 195 FFI_EXTERN ffi_type ffi_type_double; variable
201 #define ffi_type_longdouble ffi_type_double
453 #define FFI_TYPE_DOUBLE 3
457 #define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE

Completed in 111 milliseconds