HomeSort by relevance Sort by last modified time
    Searched refs:computeLog10 (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestLog10.java 89 CoreMathVerifier.computeLog10(args, target);
161 CoreMathVerifier.computeLog10(args, target);
233 CoreMathVerifier.computeLog10(args, target);
305 CoreMathVerifier.computeLog10(args, target);
384 CoreMathVerifier.computeLog10(args, target);
460 CoreMathVerifier.computeLog10(args, target);
536 CoreMathVerifier.computeLog10(args, target);
612 CoreMathVerifier.computeLog10(args, target);
  /external/icu/icu4c/source/i18n/
compactdecimalformat.cpp 167 static int32_t computeLog10(double x, UBool inRange);
277 int32_t baseIdx = computeLog10(roundedDouble, TRUE);
652 int32_t log10Value = computeLog10(power10, FALSE);
954 // computeLog10 computes floor(log10(x)). If inRange is TRUE, the biggest
955 // value computeLog10 will return MAX_DIGITS -1 even for
956 // numbers > 10^MAX_DIGITS. If inRange is FALSE, computeLog10 will return
958 static int32_t computeLog10(double x, UBool inRange) {
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java     [all...]

Completed in 155 milliseconds