Lines Matching defs:input
35 float input, expected;
52 double input, expected;
72 float output = _mesa_roundevenf(float_data[i].input);
79 float_data[i].input,
80 float_data[i].input,
89 float output = _mesa_roundevenf(-float_data[i].input);
97 -float_data[i].input,
98 -float_data[i].input,
106 double output = _mesa_roundeven(double_data[i].input);
113 double_data[i].input,
114 double_data[i].input,
123 double output = _mesa_roundeven(-double_data[i].input);
131 -double_data[i].input,
132 -double_data[i].input,