Lines Matching refs:In0
4327 typedef In0_ In0; typedef
4336 return (!isTypeValid<typename In::In0>() ? 0 : in numInputs()
4361 vector<typename In::In0> in0;
4379 VariableP<typename In::In0> in0;
4390 Samplings (const Sampling<typename In::In0>& in0_, in Samplings()
4396 const Sampling<typename In::In0>& in0;
4406 : Samplings<In>(instance<DefaultSampling<typename In::In0> >(), in DefaultSamplings()
4471 typedef typename In::In0 In0; in testStatement() typedef
4572 const typename Traits<In0>::IVal in0; in testStatement()
4598 env.lookup(*variables.in0) = convert<In0>(fmt, round(fmt, inputs.in0[valueNdx])); in testStatement()
4761 public Tuple4<typename In::In0, typename In::In1, typename In::In2, typename In::In3>
4763 InTuple (const typename In::In0& in0, in InTuple()
4767 : Tuple4<typename In::In0, typename In::In1, typename In::In2, typename In::In3> in InTuple()
4835 const typename In::In0 in0 = samplings.in0.genRandom(floatFormat, intPrecision, rnd); in generateInputs()