Home
last modified time | relevance | path

Searched refs:ulpFactor (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DTarget.java423 private void ExpandMin(int ulpFactor) { in ExpandMin() argument
435 double delta = ulp * ulpFactor; in ExpandMin()
464 private void ExpandMax(int ulpFactor) { in ExpandMax() argument
476 double delta = ulp * ulpFactor; in ExpandMax()
DCoreMathVerifier.java2608 int ulpFactor;
2610 ulpFactor = 0;
2613 ulpFactor = 3;
2615 t.setPrecision(ulpFactor, ulpFactor);
2620 message.append("Ulp Factor: " + Integer.toString(ulpFactor) + "\n");
2874 int ulpFactor;
2876 ulpFactor = 2048;
2878 ulpFactor = 8;
2880 t.setPrecision(ulpFactor, ulpFactor);
2885 message.append("Ulp Factor: " + Integer.toString(ulpFactor) + "\n");
[all …]