Home
last modified time | relevance | path

Searched defs:RoundUp (Results 1 – 6 of 6) sorted by relevance

/external/gemmlowp/internal/
Dcommon.h206 Integer RoundUp(Integer i) { in RoundUp() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_defs.h128 T RoundUp(T p, u64 align) { in RoundUp() function
/external/v8/src/base/
Dmacros.h281 inline T RoundUp(T x, intptr_t m) { in RoundUp() function
/external/v8/src/
Dfixed-dtoa.cc172 static void RoundUp(Vector<char> buffer, int* length, int* decimal_point) { in RoundUp() function
/external/mdnsresponder/mDNSShared/
DCommonServices.h614 #define RoundUp( X, Y ) ( ( X ) + ( ( Y ) - ( ( X ) % ( Y ) ) ) ) macro
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp6057 const SCEV *RoundUp = getAddExpr(Step, NegOne); in getBECount() local