Home
last modified time | relevance | path

Searched refs:SIZEOF_DOUBLE (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
Dfficonfig.h17 # define SIZEOF_DOUBLE 8 macro
25 # define SIZEOF_DOUBLE 8 macro
33 # define SIZEOF_DOUBLE 8 macro
46 # define SIZEOF_DOUBLE 8 macro
/external/flatbuffers/java/com/google/flatbuffers/
DConstants.java37 static final int SIZEOF_DOUBLE = 8; field in Constants
DFlatBufferBuilder.java239 public void putDouble (double x) { bb.putDouble(space -= Constants.SIZEOF_DOUBLE, x); } in putDouble()
289 public void addDouble (double x) { prep(Constants.SIZEOF_DOUBLE, 0); putDouble (x); } in addDouble()
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dfficonfig.h52 #define SIZEOF_DOUBLE 8 macro
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dfficonfig.h124 #define SIZEOF_DOUBLE 8 macro
/external/python/cpython2/PC/
Dpyconfig.h390 #define SIZEOF_DOUBLE 8 macro
/external/python/cpython2/RISCOS/
Dpyconfig.h257 #define SIZEOF_DOUBLE 8 macro
/external/python/cpython2/Modules/_ctypes/libffi/
Dfficonfig.h.in152 #undef SIZEOF_DOUBLE
/external/python/cpython2/Objects/
Dfloatobject.c2178 #if SIZEOF_DOUBLE == 8 in _PyFloat_Init()
/external/ImageMagick/config/
Dconfig.h.in873 #undef SIZEOF_DOUBLE
/external/python/cpython2/
Dpyconfig.h.in1005 #undef SIZEOF_DOUBLE