Home
last modified time | relevance | path

Searched defs:T_FLOAT (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dstructmember.h30 #define T_FLOAT 3 macro
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersInternals.kt225 internal val T_FLOAT = FlexBufferType(3) // Types above stored inline, types below are stored in an… constant
/third_party/boost/boost/wave/
Dtoken_ids.hpp181 T_FLOAT = TOKEN_FROM_ID(328, KeywordTokenType), enumerator
/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.c875 #define T_FLOAT(R, S) T_FLOAT_(R, S, &max_fp_alignment) macro