HomeSort by relevance Sort by last modified time
    Searched defs:Round (Results 1 - 25 of 47) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.h 27 INTN Round;
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.h 28 INTN Round;
  /external/dng_sdk/source/
dng_point.h 103 dng_point Round () const
dng_rect.h 323 dng_rect Round () const
dng_matrix.cpp 242 void dng_matrix::Round (real64 factor)
267 // Round each row to the specified accuracy, but make sure the
585 void dng_vector::Round (real64 factor)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair.c 51 int i, Round, Value;
64 Round = 1<<(Shift-1);
68 Value = (pDst[i] * Scale + Round) >> Shift;
  /prebuilts/go/darwin-x86/src/strconv/
decimal.go 334 // If we chop a at nd digits, should we round up?
339 if a.d[nd] == '5' && nd+1 == a.nd { // exactly halfway - round to even
340 // if we truncated, a little higher than what's recorded - always round up
350 // Round a to nd digits (or fewer).
354 func (a *decimal) Round(nd int) {
365 // Round a down to nd digits (or fewer).
374 // Round a up to nd digits (or fewer).
380 // round up
  /prebuilts/go/linux-x86/src/strconv/
decimal.go 334 // If we chop a at nd digits, should we round up?
339 if a.d[nd] == '5' && nd+1 == a.nd { // exactly halfway - round to even
340 // if we truncated, a little higher than what's recorded - always round up
350 // Round a to nd digits (or fewer).
354 func (a *decimal) Round(nd int) {
365 // Round a down to nd digits (or fewer).
374 // Round a up to nd digits (or fewer).
380 // round up
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
numeric.h 67 static inline vec2i Round(const vec2& v) {
  /device/linaro/bootloader/edk2/SecurityPkg/RandomNumberGenerator/RngDxe/
AesCore.c 78 // Round constant word array used in AES key expansion.
107 /// AES Key Schedule which is expanded from symmetric key [Size 60 = 4 * ((Max AES Round, 14) + 1)].
235 UINTN Round;
250 // Initialize the cipher State array with the initial round key
266 for (Round = 1; Round < Nr; Round++) {
281 // Apply the final round, which does not include MixColumns() transformation
  /external/eigen/bench/tensors/
benchmark_main.cc 39 static int Round(int n) {
166 iterations = Round(iterations);
  /system/core/liblog/tests/
benchmark_main.cpp 38 static int Round(int n) {
135 iterations = Round(iterations);
  /external/skia/src/opts/
SkXfermode_opts.h 252 return Round(b);
259 static SkPMColor Round(const Sk4f& f) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 135 Round RN 0
353 ;// constant 2 after the Multiplication. The value of Round would be 2
360 MOV Round, #2 ;// Round = 2
365 SMLABB temp1, colOp00, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round
366 SMLABB temp3, colOp02, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round
367 SMLATB temp2, colOp00, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Utility.c     [all...]
  /external/llvm/include/llvm/Support/
ScaledNumber.h 45 /// \brief Conditionally round up a scaled number.
47 /// Given \c Digits and \c Scale, round up iff \c ShouldRound is \c true.
88 // Shift right and round.
203 // Round based on the next digit.
205 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1);
206 return std::make_pair(Floor + Round, Round ? 1 : -1);
709 static ScaledNumber getRounded(ScaledNumber P, bool Round) {
714 return ScaledNumbers::getRounded(P.Digits, P.Scale, Round);
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 77 cl::desc("Dump graphs for each function/round in the compilation unit."),
691 // Spill VReg. If this introduces new intervals we'll need another round
788 unsigned Round = 0;
791 DEBUG(dbgs() << " PBQP Regalloc round " << Round << ":\n");
800 RS << Round;
805 DEBUG(dbgs() << "Dumping graph for round " << Round << " to \""
813 ++Round;
  /external/swiftshader/third_party/subzero/src/
IceIntrinsics.h 72 Round,