Home | History | Annotate | Download | only in functional

Lines Matching refs:inIsSigned

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