Home | History | Annotate | Download | only in functional

Lines Matching refs:extendedInputTypeCases

1094 		bool			extendedInputTypeCases; // !< test with const and uniform types too
1147 const InputTypeSpec* inTypeList = (ops[opNdx].extendedInputTypeCases) ? (extendedInputTypes) : (reducedInputTypes);
1148 const int inTypeListSize = (ops[opNdx].extendedInputTypeCases) ? (DE_LENGTH_OF_ARRAY(extendedInputTypes)) : (DE_LENGTH_OF_ARRAY(reducedInputTypes));