Searched refs:toDouble (Results 1 – 9 of 9) sorted by relevance
33 return Math.hypot(x.toDouble(), y.toDouble()).toFloat() in hypot()178 return Math.pow(a.toDouble(), b.toDouble()).toFloat() in powf()
65 public double toDouble() { in toDouble() method in Rational
739 return (long) r[0].toDouble(); in forceGetValueAsLong()
1911 double degrees = coordinate[0].toDouble(); in convertLatOrLongToDouble()1912 double minutes = coordinate[1].toDouble(); in convertLatOrLongToDouble()1913 double seconds = coordinate[2].toDouble(); in convertLatOrLongToDouble()
771 public static <T> List<T> getHighestValues(List<T> list, ToDoubleFunction<T> toDouble, in getHighestValues() argument774 sortedList.sort(Comparator.comparingDouble(toDouble).reversed()); in getHighestValues()777 total += toDouble.applyAsDouble(item); in getHighestValues()786 runningSum += toDouble.applyAsDouble(item); in getHighestValues()
103 double toDouble(const std::string& s);
232 double toDouble(const std::string& s) { in toDouble() function316 proto->write(found, toDouble(value)); in insertField()
191 levelRect.top = Math.floor(fillTop.toDouble()).toFloat() in <lambda>()
31072 HSPLorg/json/JSON;->toDouble(Ljava/lang/Object;)Ljava/lang/Double;