Searched refs:Round (Results 1 - 25 of 36) sorted by relevance

12

/external/v8/test/unittests/heap/
H A Dheap-unittest.cc20 double Round(double x) { function in namespace:v8::internal
21 // Round to three digits.
27 expected = Round(expected);
28 actual = Round(actual);
/external/boringssl/mac-x86/crypto/bn/
H A Dbn-586.S120 # Round 0
129 # Round 4
138 # Round 8
147 # Round 12
156 # Round 16
165 # Round 20
174 # Round 24
183 # Round 28
203 # Tail Round 0
214 # Tail Round
[all...]
/external/boringssl/win-x86/crypto/bn/
H A Dbn-586.asm130 ; Round 0
139 ; Round 4
148 ; Round 8
157 ; Round 12
166 ; Round 16
175 ; Round 20
184 ; Round 24
193 ; Round 28
213 ; Tail Round 0
224 ; Tail Round
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dtreecoder.h78 int Round
/external/pdfium/xfa/src/fxbarcode/common/
H A DBC_WhiteRectangleDetector.h23 int32_t Round(float d);
H A DBC_WhiteRectangleDetector.cpp184 int32_t CBC_WhiteRectangleDetector::Round(FX_FLOAT d) { function in class:CBC_WhiteRectangleDetector
196 int32_t x = Round(aX + i * xStep);
197 int32_t y = Round(aY + i * yStep);
210 return Round((float)sqrt(xDiff * xDiff + yDiff * yDiff));
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRDetector.h50 static int32_t Round(FX_FLOAT d);
H A DBC_QRDetector.cpp141 int32_t tltrCentersDimension = Round(
143 int32_t tlblCentersDimension = Round(
184 int32_t CBC_QRDetector::Round(FX_FLOAT d) { function in class:CBC_QRDetector
/external/dng_sdk/source/
H A Ddng_matrix.h106 void Round (real64 factor);
221 void Round (real64 factor);
H A Ddng_point.h103 dng_point Round () const function in class:dng_point_real64
H A Ddng_camera_profile.cpp182 // Round to four decimal places.
184 m.Round (10000);
247 fForwardMatrix1.Round (10000);
260 fForwardMatrix2.Round (10000);
273 fReductionMatrix1.Round (10000);
286 fReductionMatrix2.Round (10000);
H A Ddng_matrix.cpp242 void dng_matrix::Round (real64 factor) function in class:dng_matrix
267 // Round each row to the specified accuracy, but make sure the
585 void dng_vector::Round (real64 factor) function in class:dng_vector
H A Ddng_rect.h323 dng_rect Round () const function in class:dng_rect_real64
H A Ddng_negative.cpp876 fAnalogBalance.Round (1000000.0);
934 fCameraNeutral.Round (1000000.0);
1013 fCameraCalibration1.Round (10000);
1024 fCameraCalibration2.Round (10000);
4316 "Round trip error");
4326 "Round trip error");
/external/opencv3/modules/python/test/
H A Dcalchist.py37 intensity = cv.Round(bin_val * 255 / max_value)
/external/pdfium/xfa/src/fxbarcode/datamatrix/
H A DBC_DataMatrixDetector.h64 int32_t Round(FX_FLOAT d);
H A DBC_DataMatrixDetector.cpp296 int32_t CBC_DataMatrixDetector::Round(FX_FLOAT d) { function in class:CBC_DataMatrixDetector
301 return Round(
/external/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc87 // Round to nearest
123 // Round to nearest
/external/webrtc/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer.cc121 size_t Round(float x) { function in namespace:webrtc::__anon20963
241 low_mean_start_bin_ = Round(kLowMeanStartHz * kFftSize / sample_rate_hz_);
242 low_mean_end_bin_ = Round(kLowMeanEndHz * kFftSize / sample_rate_hz_);
256 high_mean_start_bin_ = Round(kHighMeanStartHz * kFftSize / sample_rate_hz_);
257 high_mean_end_bin_ = Round(kHighMeanEndHz * kFftSize / sample_rate_hz_);
/external/llvm/include/llvm/Support/
H A DScaledNumber.h203 // Round based on the next digit.
205 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); local
206 return std::make_pair(Floor + Round, Round ? 1 : -1);
709 static ScaledNumber getRounded(ScaledNumber P, bool Round) { argument
714 return ScaledNumbers::getRounded(P.Digits, P.Scale, Round);
/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp770 unsigned Round = 0; local
773 DEBUG(dbgs() << " PBQP Regalloc round " << Round << ":\n");
782 RS << Round; local
787 DEBUG(dbgs() << "Dumping graph for round " << Round << " to \""
795 ++Round;
/external/skia/src/opts/
H A DSkXfermode_opts.h298 return Round(b);
305 static SkPMColor Round(const Sk4f& f) { function in class:__anon16999::Sk4fXfermode
/external/vixl/src/vixl/a64/
H A Dsimulator-a64.cc709 "0b00 (Round to Nearest)",
710 "0b01 (Round towards Plus Infinity)",
711 "0b10 (Round towards Minus Infinity)",
712 "0b11 (Round towards Zero)"
2656 case NEON_URSHL: ushl(vf, rd, rn, rm).Round(vf); break;
2657 case NEON_SRSHL: sshl(vf, rd, rn, rm).Round(vf); break;
2659 ushl(vf, rd, rn, rm).Round(vf).UnsignedSaturate(vf);
2662 sshl(vf, rd, rn, rm).Round(vf).SignedSaturate(vf);
2668 add(vf, rd, rn, rm).Uhalve(vf).Round(vf);
2674 add(vf, rd, rn, rm).Halve(vf).Round(v
[all...]
/external/compiler-rt/lib/profile/
H A DInstrProfData.inc391 /* Round the size to multiple of 8 bytes. */
/external/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc391 /* Round the size to multiple of 8 bytes. */

Completed in 2464 milliseconds

12