Home | History | Annotate | Download | only in functional

Lines Matching full:interval

2049 	static tcu::Interval fma (glu::Precision precision, float a, float b, float c)
2059 const tcu::Interval ia = format.convert(a);
2060 const tcu::Interval ib = format.convert(b);
2061 const tcu::Interval ic = format.convert(c);
2062 tcu::Interval prod0;
2063 tcu::Interval prod1;
2064 tcu::Interval prod2;
2065 tcu::Interval prod3;
2066 tcu::Interval prod;
2067 tcu::Interval res;
2095 const tcu::Interval ref = fma(precision, a, b, c);