Home | History | Annotate | Download | only in regression

Lines Matching defs:StrictMath

61             StrictMath.abs(d);
67 StrictMath.abs(f);
73 StrictMath.abs(i);
79 StrictMath.abs(l);
85 StrictMath.acos(d);
91 StrictMath.asin(d);
97 StrictMath.atan(d);
103 StrictMath.atan2(3, 4);
109 StrictMath.cbrt(d);
116 StrictMath.ceil(CEIL_DOUBLES[i]);
123 StrictMath.copySign(d, d);
129 StrictMath.copySign(f, f);
135 StrictMath.cos(d);
141 StrictMath.cosh(d);
147 StrictMath.exp(d);
153 StrictMath.expm1(d);
160 StrictMath.floor(FLOOR_DOUBLES[i]);
167 StrictMath.getExponent(d);
173 StrictMath.getExponent(f);
179 StrictMath.hypot(d, d);
185 StrictMath.IEEEremainder(d, d);
191 StrictMath.log(d);
197 StrictMath.log10(d);
203 StrictMath.log1p(d);
209 StrictMath.max(d, d);
215 StrictMath.max(f, f);
221 StrictMath.max(i, i);
227 StrictMath.max(l, l);
233 StrictMath.min(d, d);
239 StrictMath.min(f, f);
245 StrictMath.min(i, i);
251 StrictMath.min(l, l);
257 StrictMath.nextAfter(d, d);
263 StrictMath.nextAfter(f, f);
269 StrictMath.nextUp(d);
275 StrictMath.nextUp(f);
281 StrictMath.pow(d, d);
287 StrictMath.random();
293 StrictMath.rint(d);
299 StrictMath.round(d);
305 StrictMath.round(f);
311 StrictMath.scalb(d, 5);
317 StrictMath.scalb(f, 5);
323 StrictMath.signum(d);
329 StrictMath.signum(f);
335 StrictMath.sin(d);
341 StrictMath.sinh(d);
347 StrictMath.sqrt(d);
353 StrictMath.tan(d);
359 StrictMath.tanh(d);
365 StrictMath.toDegrees(d);
371 StrictMath.toRadians(d);
377 StrictMath.ulp(d);
383 StrictMath.ulp(f);