HomeSort by relevance Sort by last modified time
    Searched refs:SIZEOF_DOUBLE (Results 1 - 23 of 23) sorted by null

  /external/flatbuffers/java/com/google/flatbuffers/
Constants.java 37 static final int SIZEOF_DOUBLE = 8;
FlatBufferBuilder.java 239 public void putDouble (double x) { bb.putDouble(space -= Constants.SIZEOF_DOUBLE, x); }
289 public void addDouble (double x) { prep(Constants.SIZEOF_DOUBLE, 0); putDouble (x); }
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
fficonfig.h 52 #define SIZEOF_DOUBLE 8
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
fficonfig.h 124 #define SIZEOF_DOUBLE 8
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
fficonfig.h 17 # define SIZEOF_DOUBLE 8
25 # define SIZEOF_DOUBLE 8
33 # define SIZEOF_DOUBLE 8
46 # define SIZEOF_DOUBLE 8
  /frameworks/base/core/java/android/hardware/camera2/marshal/
MarshalHelpers.java 39 public static final int SIZEOF_DOUBLE = Double.SIZE / Byte.SIZE;
65 return SIZEOF_DOUBLE;
  /external/python/cpython2/Modules/_ctypes/libffi/
fficonfig.h.in 152 #undef SIZEOF_DOUBLE
  /external/python/cpython2/PC/
pyconfig.h 390 #define SIZEOF_DOUBLE 8
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyconfig.h 1001 #define SIZEOF_DOUBLE 8
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyconfig.h 1001 #define SIZEOF_DOUBLE 8
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyconfig.h 1001 #define SIZEOF_DOUBLE 8
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyconfig.h 1001 #define SIZEOF_DOUBLE 8
    [all...]
  /external/python/cpython2/RISCOS/
pyconfig.h 257 #define SIZEOF_DOUBLE 8
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ia32/
pyconfig.h 995 #define SIZEOF_DOUBLE 8
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ipf/
pyconfig.h 991 #define SIZEOF_DOUBLE 8
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Ia32/
pyconfig.h 1034 #define SIZEOF_DOUBLE 8
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/X64/
pyconfig.h 1033 #define SIZEOF_DOUBLE 8
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/X64/
pyconfig.h 1035 #define SIZEOF_DOUBLE 8
    [all...]
  /external/ImageMagick/config/
config.h.in 873 #undef SIZEOF_DOUBLE
  /external/python/cpython2/
pyconfig.h.in 1005 #undef SIZEOF_DOUBLE
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
floatobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
floatobject.c     [all...]
  /external/python/cpython2/Objects/
floatobject.c     [all...]

Completed in 2153 milliseconds