Searched refs:FLOATING_POINT (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/api/ |
D | gen_runtime.cpp | 372 enum NumberKind { SIGNED_INTEGER, UNSIGNED_INTEGER, FLOATING_POINT }; enumerator 388 const Type TYPES[] = {{"f16", "FLOAT_16", "half", "half", FLOATING_POINT, 11, 5}, 389 {"f32", "FLOAT_32", "float", "float", FLOATING_POINT, 24, 8}, 390 {"f64", "FLOAT_64", "double", "double", FLOATING_POINT, 53, 11}, 1469 if (TYPES[param.typeIndex].kind == FLOATING_POINT) { in writeJavaInputAllocationDefinition() 1479 if (TYPES[param.typeIndex].kind != FLOATING_POINT) { in writeJavaInputAllocationDefinition() 1504 case FLOATING_POINT: { in writeJavaRandomCompatibleFloatAllocation() 1535 if (compatibleType.kind == FLOATING_POINT) { in writeJavaRandomCompatibleIntegerAllocation()
|