Home
last modified time | relevance | path

Searched refs:FORMAT_FLOAT (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Python/
Dformatter_string.c12 #define FORMAT_FLOAT _PyFloat_FormatAdvanced macro
/external/python/cpython2/Objects/stringlib/
Dformatter.h358 #if defined FORMAT_FLOAT || defined FORMAT_LONG || defined FORMAT_COMPLEX
917 #ifdef FORMAT_FLOAT
1454 #ifdef FORMAT_FLOAT
1456 FORMAT_FLOAT(PyObject *obj, in FORMAT_FLOAT() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.hpp44 FORMAT_FLOAT, enumerator
Dgl4cTextureViewTests.cpp843 result = FORMAT_FLOAT; in getFormatOfInternalformat()
6610 case FORMAT_FLOAT: in getComponentDataForByteAlignedInternalformat()
7053 if (format == FORMAT_FLOAT) in initTextureObject()
7584 (texture_format == FORMAT_FLOAT) ? GL_FLOAT : GL_UNSIGNED_BYTE, in verifyResultData()