Searched refs:rounded (Results 1 – 4 of 4) sorted by relevance
191 DiyFp rounded(v.f >> precisionSize, v.e + static_cast<int>(precisionSize)); in StrtodDiyFp()195 rounded.f++; in StrtodDiyFp()196 if (rounded.f & (DiyFp::kDpHiddenBit << 1)) { // rounding overflows mantissa (issue #340) in StrtodDiyFp()197 rounded.f >>= 1; in StrtodDiyFp()198 rounded.e++; in StrtodDiyFp()202 *result = rounded.ToDouble(); in StrtodDiyFp()
11 node [shape = box; style = "rounded, filled"; fillcolor=white ];
432 Rect rounded = new Rect(); in doInBackground() local433 trueCrop.roundOut(rounded); in doInBackground()434 mResultIntent.putExtra(CropExtras.KEY_CROPPED_RECT, rounded); in doInBackground()