HomeSort by relevance Sort by last modified time
    Searched defs:RoundUp (Results 1 - 11 of 11) sorted by null

  /prebuilts/go/darwin-x86/src/testing/
export_test.go 9 RoundUp = roundUp
  /prebuilts/go/linux-x86/src/testing/
export_test.go 9 RoundUp = roundUp
  /prebuilts/go/darwin-x86/src/strconv/
decimal.go 359 a.RoundUp(nd)
375 func (a *decimal) RoundUp(nd int) {
  /prebuilts/go/linux-x86/src/strconv/
decimal.go 359 a.RoundUp(nd)
375 func (a *decimal) RoundUp(nd int) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_defs.h 128 T RoundUp(T p, u64 align) {
  /external/gemmlowp/internal/
common.h 206 Integer RoundUp(Integer i) {
  /external/v8/src/base/
macros.h 281 inline T RoundUp(T x, intptr_t m) {
  /art/runtime/base/
bit_utils.h 159 constexpr T RoundUp(T x, typename std::remove_reference<T>::type n) WARN_UNUSED;
162 constexpr T RoundUp(T x, typename std::remove_reference<T>::type n) {
180 return reinterpret_cast<T*>(RoundUp(reinterpret_cast<uintptr_t>(x), n));
  /external/v8/src/
fixed-dtoa.cc 172 static void RoundUp(Vector<char> buffer, int* length, int* decimal_point) {
245 RoundUp(buffer, length, decimal_point);
264 RoundUp(buffer, length, decimal_point);
  /frameworks/native/cmds/installd/
otapreopt.cpp 92 static constexpr T RoundUp(T x, typename std::remove_reference<T>::type n) {
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 609 /*! @function RoundUp
614 #define RoundUp( X, Y ) ( ( X ) + ( ( Y ) - ( ( X ) % ( Y ) ) ) )
    [all...]

Completed in 1108 milliseconds