Home
last modified time | relevance | path

Searched refs:Round (Results 1 – 25 of 74) sorted by relevance

123

/external/boringssl/mac-x86/crypto/bn/
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 1
[all …]
/external/boringssl/win-x86/crypto/bn/
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 1
[all …]
/external/v8/test/unittests/heap/
Dheap-unittest.cc20 double Round(double x) { in Round() function
27 expected = Round(expected); in CheckEqualRounded()
28 actual = Round(actual); in CheckEqualRounded()
/external/pdfium/xfa/src/fxbarcode/common/
DBC_WhiteRectangleDetector.cpp184 int32_t CBC_WhiteRectangleDetector::Round(FX_FLOAT d) { in Round() function in CBC_WhiteRectangleDetector
196 int32_t x = Round(aX + i * xStep); in GetBlackPointOnSegment()
197 int32_t y = Round(aY + i * yStep); in GetBlackPointOnSegment()
210 return Round((float)sqrt(xDiff * xDiff + yDiff * yDiff)); in DistanceL2()
DBC_WhiteRectangleDetector.h23 int32_t Round(float d);
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer.cc121 size_t Round(float x) { in Round() function
241 low_mean_start_bin_ = Round(kLowMeanStartHz * kFftSize / sample_rate_hz_); in InitLowFrequencyCorrectionRanges()
242 low_mean_end_bin_ = Round(kLowMeanEndHz * kFftSize / sample_rate_hz_); in InitLowFrequencyCorrectionRanges()
256 high_mean_start_bin_ = Round(kHighMeanStartHz * kFftSize / sample_rate_hz_); in InitHighFrequencyCorrectionRanges()
257 high_mean_end_bin_ = Round(kHighMeanEndHz * kFftSize / sample_rate_hz_); in InitHighFrequencyCorrectionRanges()
/external/dng_sdk/source/
Ddng_camera_profile.cpp184 m.Round (10000); in NormalizeColorMatrix()
247 fForwardMatrix1.Round (10000); in SetForwardMatrix1()
260 fForwardMatrix2.Round (10000); in SetForwardMatrix2()
273 fReductionMatrix1.Round (10000); in SetReductionMatrix1()
286 fReductionMatrix2.Round (10000); in SetReductionMatrix2()
Ddng_matrix.h106 void Round (real64 factor);
221 void Round (real64 factor);
Ddng_point.h103 dng_point Round () const in Round() function
/external/libvpx/libvpx/vp8/common/
Dtreecoder.h78 int Round
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRDetector.cpp141 int32_t tltrCentersDimension = Round( in ComputeDimension()
143 int32_t tlblCentersDimension = Round( in ComputeDimension()
184 int32_t CBC_QRDetector::Round(FX_FLOAT d) { in Round() function in CBC_QRDetector
DBC_QRDetector.h50 static int32_t Round(FX_FLOAT d);
/external/pdfium/testing/resources/
Dbug_452455.in53 /SpotFunction /Round
/external/llvm/include/llvm/Support/
DScaledNumber.h205 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); in getLgImpl() local
206 return std::make_pair(Floor + Round, Round ? 1 : -1); in getLgImpl()
709 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded() argument
714 return ScaledNumbers::getRounded(P.Digits, P.Scale, Round); in getRounded()
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Dnl.po75 msgid "Round colors"
87 msgid "Round color components downward"
91 msgid "Round to nearest color"
Dsv.po72 msgid "Round colors"
84 msgid "Round color components downward"
88 msgid "Round to nearest color"
Dfr.po74 msgid "Round colors"
86 msgid "Round color components downward"
90 msgid "Round to nearest color"
Des.po75 msgid "Round colors"
87 msgid "Round color components downward"
91 msgid "Round to nearest color"
Dde.po76 msgid "Round colors"
88 msgid "Round color components downward"
92 msgid "Round to nearest color"
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp770 unsigned Round = 0; in runOnMachineFunction() local
773 DEBUG(dbgs() << " PBQP Regalloc round " << Round << ":\n"); in runOnMachineFunction()
782 RS << Round; in runOnMachineFunction()
787 DEBUG(dbgs() << "Dumping graph for round " << Round << " to \"" in runOnMachineFunction()
795 ++Round; in runOnMachineFunction()
/external/opencv3/modules/python/test/
Dcalchist.py37 intensity = cv.Round(bin_val * 255 / max_value)
/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DataMatrixDetector.h64 int32_t Round(FX_FLOAT d);
/external/compiler-rt/lib/builtins/
Dfp_trunc_impl.inc87 // Round to nearest
123 // Round to nearest
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_half.inl187 // Round to nearest, round "0.5" up.
239 // Round to nearest, round "0.5" up
/external/llvm/test/Bitcode/
Dconstant-sequence.ll1 ; Round trip constant sequences through bitcode

123