HomeSort by relevance Sort by last modified time
    Searched refs:rounded (Results 51 - 75 of 152) sorted by null

1 23 4 5 6 7

  /prebuilts/go/darwin-x86/src/math/
log1p.go 31 // term is need. Let u=1+x rounded. Let c = (1+x)-u, then
sqrt.go 22 // Return correctly rounded sqrt.
erf.go 60 // c = 0.84506291151 rounded to single (24 bits)
expm1.go 31 // the error in r when rounded to a floating-point number.
  /prebuilts/go/darwin-x86/src/runtime/
sqrt.go 27 // Return correctly rounded sqrt.
  /prebuilts/go/linux-x86/src/math/big/
bits_test.go 146 f := z.Float() // rounded to zero
  /prebuilts/go/linux-x86/src/math/
log1p.go 31 // term is need. Let u=1+x rounded. Let c = (1+x)-u, then
sqrt.go 22 // Return correctly rounded sqrt.
  /prebuilts/go/linux-x86/src/runtime/
sqrt.go 27 // Return correctly rounded sqrt.
  /external/autotest/client/site_tests/power_Thermal/
power_Thermal.py 161 The passed in float value is rounded to the nearest integer.
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_copy.s 113 sub r7,r7,r8 @check the rounded height value
  /prebuilts/go/darwin-x86/src/strconv/
atof.go 370 // These all produce potentially inexact but correctly rounded answers.
522 // ParseFloat returns the nearest floating point number rounded
extfloat.go 233 // Multiply sets f to the product f*g: the result is correctly rounded,
260 // best approximation of d after being rounded to a float64 or
580 // The shortest representation of f is either rounded up or down, but
  /prebuilts/go/linux-x86/src/strconv/
atof.go 370 // These all produce potentially inexact but correctly rounded answers.
522 // ParseFloat returns the nearest floating point number rounded
extfloat.go 233 // Multiply sets f to the product f*g: the result is correctly rounded,
260 // best approximation of d after being rounded to a float64 or
580 // The shortest representation of f is either rounded up or down, but
  /external/icu/icu4c/source/i18n/
compactdecimalformat.cpp 266 DigitList orig, rounded; local
269 _round(orig, rounded, isNegative, status);
273 double roundedDouble = rounded.getDouble();
  /external/mesa3d/src/amd/addrlib/core/
addrelemlib.cpp 201 UINT_64 truncated, rounded; local
233 rounded = static_cast<INT_32>((round + truncated) >> 8);
234 //if (rounded > ((1<<bits) - 1))
235 // rounded = ((1<<bits) - 1);
236 *pResult = static_cast<INT_32>(rounded); //(INT_32)final;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 432 Rect rounded = new Rect(); local
433 trueCrop.roundOut(rounded);
434 mResultIntent.putExtra(CropExtras.KEY_CROPPED_RECT, rounded);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
floatobject.c 1030 double wholepart; /* integral portion of x, rounded toward 0 */
1040 * double may yield an approximation, and if that's rounded up,
1068 /* version of _Py_double_round that uses the correctly-rounded string<->double
1084 double rounded, m; local
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
writer.go 23 // div returns a/b rounded to the nearest integer, instead of rounded to zero.
  /prebuilts/go/linux-x86/src/image/jpeg/
writer.go 23 // div returns a/b rounded to the nearest integer, instead of rounded to zero.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
align.go 91 // final width is rounded
  /prebuilts/go/darwin-x86/src/go/constant/
value_test.go 387 // Instead, we compute the fraction again and compare the rounded
  /prebuilts/go/darwin-x86/src/math/big/
decimal.go 196 // shouldRoundUp reports if x should be rounded up
floatconv.go 217 // It sets z to the (possibly rounded) value of the corresponding floating-

Completed in 379 milliseconds

1 23 4 5 6 7