Home | History | Annotate | Download | only in internal

Lines Matching defs:OutputType

30   typedef RegBufferUint8<4> OutputType;
36 OutputType Eval(InputType input) const {
37 OutputType output;
49 typedef RegBufferUint8<8> OutputType;
55 OutputType Eval(InputType input) const {
56 OutputType output;
68 typedef RegBufferUint8<16> OutputType;
74 OutputType Eval(InputType input) const {
75 OutputType output;
90 typedef RegBufferUint8<32> OutputType;
96 OutputType Eval(InputType input) const {
97 OutputType output;
114 typedef RegBufferInt16<4> OutputType;
120 OutputType Eval(InputType input) const {
121 OutputType output;
131 typedef RegBufferInt16<8> OutputType;
137 OutputType Eval(InputType input) const {
138 OutputType output;
149 typedef RegBufferInt16<16> OutputType;
155 OutputType Eval(InputType input) const {
156 OutputType output;
169 typedef RegBufferInt16<32> OutputType;
175 OutputType Eval(InputType input) const {
176 OutputType output;