Home
last modified time | relevance | path

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

1234

/external/boringssl/mac-x86/crypto/fipsmodule/
Dbn-586.S119 # Round 0
128 # Round 4
137 # Round 8
146 # Round 12
155 # Round 16
164 # Round 20
173 # Round 24
182 # Round 28
202 # Tail Round 0
213 # Tail Round 1
[all …]
/external/boringssl/win-x86/crypto/fipsmodule/
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/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/eigen/bench/tensors/
Dbenchmark_main.cc39 static int Round(int n) { in Round() function
166 iterations = Round(iterations); in RunWithArg()
/external/libvpx/libvpx/vp8/common/
Dtreecoder.h67 unsigned int Pfactor, int Round);
/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/llvm/lib/CodeGen/
DRegAllocPBQP.cpp788 unsigned Round = 0; in runOnMachineFunction() local
791 DEBUG(dbgs() << " PBQP Regalloc round " << Round << ":\n"); in runOnMachineFunction()
800 RS << Round; in runOnMachineFunction()
805 DEBUG(dbgs() << "Dumping graph for round " << Round << " to \"" in runOnMachineFunction()
813 ++Round; in runOnMachineFunction()
/external/swiftshader/third_party/subzero/src/
DIceIntrinsics.h72 Round, enumerator
/external/llvm/lib/Target/PowerPC/
DREADME_P9.txt158 - Decimal Shift/Unsigned-Shift/Shift-and-Round: bcds. bcdus. bcdsr.
196 - Round to Odd of QP Add/Divide/Multiply/Subtract/Square-Root:
245 - Round to Odd of QP (Negative) Multiply-{Add/Subtract}:
334 - Round & Convert QP -> DP (dword[1] is set to zero): xscvqpdp xscvqpdpo
354 - (Round &) Convert DP <-> HP: xscvdphp xscvhpdp
365 - Round to Quad-Precision Integer: xsrqpi xsrqpix
372 - Round Quad-Precision to Double-Extended Precision (fp80): xsrqpxp
Dp9-instrs.txt49 // Decimal Shift and Round VX-form p361
276 "7.6.1.7 VSX Round to Floating-Point Integer Instructions"
285 // VSX Scalar Round to Quad-Precision Integer [with Inexact] Z23-form 654
288 // VSX Scalar Round Quad-Precision to Double-Extended Precision Z23-form 656
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Dnl.po113 msgid "Round colors"
125 msgid "Round color components downward"
129 msgid "Round to nearest color"
Dsv.po111 msgid "Round colors"
123 msgid "Round color components downward"
127 msgid "Round to nearest color"
Dde.po114 msgid "Round colors"
126 msgid "Round color components downward"
130 msgid "Round to nearest color"
Dfr.po112 msgid "Round colors"
124 msgid "Round color components downward"
128 msgid "Round to nearest color"
Des.po121 msgid "Round colors"
133 msgid "Round color components downward"
137 msgid "Round to nearest color"
/external/compiler-rt/lib/builtins/
Dfp_trunc_impl.inc87 // Round to nearest
123 // Round to nearest
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DOpenCL.std.h91 Round = 55, enumerator
/external/python/cpython2/Tools/pybench/
DREADME125 * Round 1 done in 6.388 seconds.
126 * Round 2 done in 6.485 seconds.
127 * Round 3 done in 6.786 seconds.
129 * Round 10 done in 6.546 seconds.
/external/skia/src/opts/
DSkXfermode_opts.h252 return Round(b); in Xfer32_1()
259 static SkPMColor Round(const Sk4f& f) { in Round() function
/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/skia/site/user/api/
Dskrect.md45 SkRect::round(SkIRect*) const; // Round each coordinate.

1234