Searched defs:NumericalType (Results 1 – 1 of 1) sorted by relevance
44 struct NumericalType { struct45 const char* specType; // Name found in the .spec file46 const char* rsDataType; // RS data type47 const char* cType; // Type in a C file48 const char* javaType; // Type in a Java file49 NumberKind kind;53 int significantBits;55 int exponentBits;