Lines Matching refs:In2
4329 typedef In2_ In2; typedef
4338 !isTypeValid<typename In::In2>() ? 2 : in numInputs()
4363 vector<typename In::In2> in2;
4381 VariableP<typename In::In2> in2;
4392 const Sampling<typename In::In2>& in2_, in Samplings()
4398 const Sampling<typename In::In2>& in2;
4408 instance<DefaultSampling<typename In::In2> >(), in DefaultSamplings()
4473 typedef typename In::In2 In2; in testStatement() typedef
4574 const typename Traits<In2>::IVal in2; in testStatement()
4600 env.lookup(*variables.in2) = convert<In2>(fmt, round(fmt, inputs.in2[valueNdx])); in testStatement()
4761 public Tuple4<typename In::In0, typename In::In1, typename In::In2, typename In::In3>
4765 const typename In::In2& in2, in InTuple()
4767 : Tuple4<typename In::In0, typename In::In1, typename In::In2, typename In::In3> in InTuple()
4837 const typename In::In2 in2 = samplings.in2.genRandom(floatFormat, intPrecision, rnd); in generateInputs()