Home
last modified time | relevance | path

Searched refs:SIZEOF_FLOAT (Results 1 – 7 of 7) sorted by relevance

/third_party/flatbuffers/java/com/google/flatbuffers/
DConstants.java33 static final int SIZEOF_FLOAT = 4; field in Constants
DFloatVector.java37 __reset(_vector, Constants.SIZEOF_FLOAT, _bb); return this; in __assign()
DFlatBufferBuilder.java377 public void putFloat (float x) { bb.putFloat (space -= Constants.SIZEOF_FLOAT, x); } in putFloat()
428 public void addFloat (float x) { prep(Constants.SIZEOF_FLOAT, 0); putFloat (x); } in addFloat()
/third_party/python/PC/
Dpyconfig.h329 #define SIZEOF_FLOAT 4 macro
/third_party/libsnd/cmake/
DSndFileChecks.cmake107 # check_type_size (float SIZEOF_FLOAT)
/third_party/python/Objects/
Dfloatobject.c2003 #if SIZEOF_FLOAT == 4 in _PyFloat_Init()
/third_party/python/
Dpyconfig.h.in1461 #undef SIZEOF_FLOAT