HomeSort by relevance Sort by last modified time
    Searched refs:Round (Results 26 - 50 of 136) sorted by null

12 3 4 5 6

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
ulw.s 64 # Round to a 16 byte boundary, for ease in testing multiple targets.
usd.s 64 # Round to a 16 byte boundary, for ease in testing multiple targets.
ush.s 64 # Round to a 16 byte boundary, for ease in testing multiple targets.
usw.s 64 # Round to a 16 byte boundary, for ease in testing multiple targets.
lb.s 122 # Round to a 16 byte boundary, for ease in testing multiple targets.
sb.s 122 # Round to a 16 byte boundary, for ease in testing multiple targets.
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.h 28 INTN Round;
  /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/dng_sdk/source/
dng_point.h 103 dng_point Round () const
dng_camera_profile.cpp 182 // 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);
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 91 Round = 55,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 91 Round = 55,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 91 Round = 55,
  /external/eigen/bench/tensors/
benchmark_main.cc 39 static int Round(int n) {
166 iterations = Round(iterations);
  /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
ftoa.go 174 // Round appropriately.
177 d.Round(prec + 1)
179 d.Round(d.dp + prec)
184 d.Round(prec)
237 // will round to the original floating point number.
282 // the original mantissa is even, so that IEEE round-to-even
283 // would round to the original mantissa and not the neighbors.
299 // Okay to round down (truncate) if lower has a different digit
304 // Okay to round up if upper has a different digit and either upper
308 // If it's okay to do either, then round to the nearest one
    [all...]
  /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
ftoa.go 174 // Round appropriately.
177 d.Round(prec + 1)
179 d.Round(d.dp + prec)
184 d.Round(prec)
237 // will round to the original floating point number.
282 // the original mantissa is even, so that IEEE round-to-even
283 // would round to the original mantissa and not the neighbors.
299 // Okay to round down (truncate) if lower has a different digit
304 // Okay to round up if upper has a different digit and either upper
308 // If it's okay to do either, then round to the nearest one
    [all...]
  /system/core/liblog/tests/
benchmark_main.cpp 38 static int Round(int n) {
135 iterations = Round(iterations);
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.cc 121 size_t Round(float x) {
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_);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.c 225 if (Range->Round > 0) {
226 *TotalBlock += Range->Bound + MultU64x32 ((UINTN) (Range->Round -1), (UINT32) (Range->Bound + 1)) + 1;
231 Range->Round ++;
  /prebuilts/go/darwin-x86/src/syscall/
netlink_linux.go 11 // Round the length of a netlink message up to align it properly.
16 // Round the length of a netlink route attribute up to align it
  /prebuilts/go/linux-x86/src/syscall/
netlink_linux.go 11 // Round the length of a netlink message up to align it properly.
16 // Round the length of a netlink route attribute up to align it
  /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;

Completed in 1386 milliseconds

12 3 4 5 6