Searched refs:SIZEOF_FLOAT (Results 1 – 7 of 7) sorted by relevance
33 static final int SIZEOF_FLOAT = 4; field in Constants
37 __reset(_vector, Constants.SIZEOF_FLOAT, _bb); return this; in __assign()
377 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()
329 #define SIZEOF_FLOAT 4 macro
107 # check_type_size (float SIZEOF_FLOAT)
2003 #if SIZEOF_FLOAT == 4 in _PyFloat_Init()
1461 #undef SIZEOF_FLOAT