Home | History | Annotate | Download | only in functional

Lines Matching refs:isDataTypeIntOrIVec

1418 		bool			isIntCase		= isDataTypeIntOrIVec(curType);
1513 float rangeMin = isDataTypeFloatOrVec(type) ? -0.5f : isDataTypeIntOrIVec(type) ? -2.0f : -1.0f;
1514 float rangeMax = isDataTypeFloatOrVec(type) ? 0.5f : isDataTypeIntOrIVec(type) ? 2.0f : 1.0f;