Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/flatbuffers/java/com/google/flatbuffers/
DConstants.java37 static final int SIZEOF_DOUBLE = 8; field in Constants
DDoubleVector.java37 __reset(_vector, Constants.SIZEOF_DOUBLE, _bb); return this; in __assign()
DFlatBufferBuilder.java385 public void putDouble (double x) { bb.putDouble(space -= Constants.SIZEOF_DOUBLE, x); } in putDouble()
435 public void addDouble (double x) { prep(Constants.SIZEOF_DOUBLE, 0); putDouble (x); } in addDouble()
/third_party/libffi/
Dfficonfig.h126 #define SIZEOF_DOUBLE 8 macro
Dfficonfig.h.in152 #undef SIZEOF_DOUBLE
/third_party/libffi/msvc_build/aarch64/aarch64_include/
Dfficonfig.h157 #define SIZEOF_DOUBLE 8 macro
/third_party/python/PC/
Dpyconfig.h328 #define SIZEOF_DOUBLE 8 macro
/third_party/libsnd/cmake/
DSndFileChecks.cmake106 # check_type_size (double SIZEOF_DOUBLE)
/third_party/python/Objects/
Dfloatobject.c1989 #if SIZEOF_DOUBLE == 8 in _PyFloat_Init()
/third_party/python/
Dpyconfig.h.in1458 #undef SIZEOF_DOUBLE