Home | History | Annotate | Download | only in functional

Lines Matching refs:inIsSigned

1030 		const bool			inIsSigned	= glu::isDataTypeIntOrIVec(baseType);
1036 m_spec.source = inIsSigned ? "out0 = intBitsToFloat(in0);" : "out0 = uintBitsToFloat(in0);";