Searched refs:SIZEOF_FLOAT (Results 1 – 7 of 7) sorted by relevance
33 static final int SIZEOF_FLOAT = 4; field in Constants
231 public void putFloat (float x) { bb.putFloat (space -= Constants.SIZEOF_FLOAT, x); } in putFloat()282 public void addFloat (float x) { prep(Constants.SIZEOF_FLOAT, 0); putFloat (x); } in addFloat()
391 #define SIZEOF_FLOAT 4 macro
260 #define SIZEOF_FLOAT 4 macro
2192 #if SIZEOF_FLOAT == 4 in _PyFloat_Init()
879 #undef SIZEOF_FLOAT
1008 #undef SIZEOF_FLOAT