Searched defs:floatType (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/api/
H A DGenerateTestFiles.cpp649 string floatType = mReturnParam->specType; local
651 if (floatType.compare("f16") == 0) {
653 } else if (floatType.compare("f32") == 0) {
655 } else if (floatType.compare("f64") == 0) {

Completed in 77 milliseconds