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

1 23 4 5 6

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DisablePaging64.asm 43 add rax, 4 ; Round RAX up to the next 4 byte boundary
  /external/skia/src/opts/
SkXfermode_opts.h 252 return Round(b);
259 static SkPMColor Round(const Sk4f& f) {
  /prebuilts/go/darwin-x86/src/syscall/
sockcmsg_unix.go 13 // Round the length of a raw sockaddr up to align it properly.
  /prebuilts/go/linux-x86/src/syscall/
sockcmsg_unix.go 13 // Round the length of a raw sockaddr up to align it properly.
  /external/eigen/Eigen/src/Core/
Assign_MKL.h 136 EIGEN_MKL_VML_DECLARE_UNARY_CALLS_REAL(round, Round, _)
  /external/toolchain-utils/cros_utils/
tabulator_test.py 64 c3.Round()
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
numeric.h 67 static inline vec2i Round(const vec2& v) {
  /prebuilts/go/darwin-x86/src/runtime/
mem_linux.go 26 // Use a length of 1 byte, which the kernel will round
139 // madvise will round this to any physical page
160 // Round v up to a huge page boundary.
162 // Round v+n down to a huge page boundary.
  /prebuilts/go/darwin-x86/src/strconv/
atof_test.go 152 // Round to even (down).
154 // Slightly lower; still round down.
156 // Slightly higher; round up.
164 // Round to even (down).
  /prebuilts/go/linux-x86/src/runtime/
mem_linux.go 26 // Use a length of 1 byte, which the kernel will round
139 // madvise will round this to any physical page
160 // Round v up to a huge page boundary.
162 // Round v+n down to a huge page boundary.
  /prebuilts/go/linux-x86/src/strconv/
atof_test.go 152 // Round to even (down).
154 // Slightly lower; still round down.
156 // Slightly higher; round up.
164 // Round to even (down).
  /external/dng_sdk/source/
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)
dng_rect.h 323 dng_rect Round () const
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVExtInst.h 116 add(OpenCLLIB::Round, "round");
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.c 225 if (Range->Round > 0) {
226 *TotalBlock += Range->Bound + MultU64x32 ((UINT64) (Range->Round -1), (UINT32)(Range->Bound + 1)) + 1;
231 Range->Round ++;
    [all...]
  /prebuilts/go/darwin-x86/src/time/
time_test.go 284 // To round, add d back if remainder r > d/2 or r == exactly d/2.
285 // The commented out code would round half to even instead of up,
291 // Check that time.Round works.
292 if rnd := t0.Round(d); rnd != t1 {
293 t.Errorf("Time.Round(%s, %s) = %s, want %s\n"+
294 "%v round %v =\n%v want\n%v",
652 // Add an amount to the current time to round it up to the next exact second.
880 // imprecise round-trips.
885 t.Errorf("round-trip failed: %d => %q => %d, %v", d0, s, d1, err)
    [all...]
  /prebuilts/go/linux-x86/src/time/
time_test.go 284 // To round, add d back if remainder r > d/2 or r == exactly d/2.
285 // The commented out code would round half to even instead of up,
291 // Check that time.Round works.
292 if rnd := t0.Round(d); rnd != t1 {
293 t.Errorf("Time.Round(%s, %s) = %s, want %s\n"+
294 "%v round %v =\n%v want\n%v",
652 // Add an amount to the current time to round it up to the next exact second.
880 // imprecise round-trips.
885 t.Errorf("round-trip failed: %d => %q => %d, %v", d0, s, d1, err)
    [all...]

Completed in 1557 milliseconds

1 23 4 5 6