Searched defs:NumericalType (Results 1 – 1 of 1) sorted by relevance
43 struct NumericalType { struct44 const char* specType; // Name found in the .spec file45 const char* rsDataType; // RS data type46 const char* cType; // Type in a C file47 const char* javaType; // Type in a Java file48 NumberKind kind;52 int significantBits;54 int exponentBits;