Searched refs:ulpFactor (Results 1 – 2 of 2) sorted by relevance
423 private void ExpandMin(int ulpFactor) { in ExpandMin() argument435 double delta = ulp * ulpFactor; in ExpandMin()464 private void ExpandMax(int ulpFactor) { in ExpandMax() argument476 double delta = ulp * ulpFactor; in ExpandMax()
2608 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 …]