Lines Matching refs:In0
4288 typedef In0_ In0; typedef
4297 return (!isTypeValid<typename In::In0>() ? 0 : in numInputs()
4322 vector<typename In::In0> in0;
4340 VariableP<typename In::In0> in0;
4351 Samplings (const Sampling<typename In::In0>& in0_, in Samplings()
4357 const Sampling<typename In::In0>& in0;
4367 : Samplings<In>(instance<DefaultSampling<typename In::In0> >(), in DefaultSamplings()
4432 typedef typename In::In0 In0; in testStatement() typedef
4533 const typename Traits<In0>::IVal in0; in testStatement()
4556 env.lookup(*variables.in0) = convert<In0>(fmt, round(fmt, inputs.in0[valueNdx])); in testStatement()
4719 public Tuple4<typename In::In0, typename In::In1, typename In::In2, typename In::In3>
4721 InTuple (const typename In::In0& in0, in InTuple()
4725 : Tuple4<typename In::In0, typename In::In1, typename In::In2, typename In::In3> in InTuple()
4793 const typename In::In0 in0 = samplings.in0.genRandom(floatFormat, intPrecision, rnd); in generateInputs()