Home
last modified time | relevance | path

Searched defs:roundUp (Results 1 – 25 of 114) sorted by relevance

12345

/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Ddecimal.go226 func (x *decimal) roundUp(n int) { func
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/testmodulewrapper/
H A Dtestmodulewrapper.go366 func roundUp(n, m int) int { func
/aosp_15_r20/external/boringssl/src/util/fipstools/acvp/acvptool/testmodulewrapper/
H A Dtestmodulewrapper.go366 func roundUp(n, m int) int { func
/aosp_15_r20/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DGoogLeNet.java125 private int roundUp(int input, int roundN) { in roundUp() method in GoogLeNet
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DBitSetTest.java115 private static int roundUp(int n, int multiple) { in roundUp() method in BitSetTest
/aosp_15_r20/packages/modules/Virtualization/android/TerminalApp/java/com/android/virtualization/terminal/
DInstalledImage.java208 private static long roundUp(long bytes) { in roundUp() method in InstalledImage
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/testdata/
Dbenchmark.go119 func roundUp(n int) int { func
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/
H A Dhgemm.cc32 inline uint32_t roundUp(uint32_t x, uint32_t q) { in roundUp() function
H A Dsgemm.cc30 inline uint32_t roundUp(uint32_t x, uint32_t q) { in roundUp() function
H A Drequantization.cc28 inline uint32_t roundUp(uint32_t x, uint32_t q) { in roundUp() function
H A Dq8gemm_sparse.cc33 inline uint32_t roundUp(uint32_t x, uint32_t q) { in roundUp() function
H A Dq8gemm.cc35 inline uint32_t roundUp(uint32_t x, uint32_t q) { in roundUp() function
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DExecutableMemory.cpp267 inline uintptr_t roundUp(uintptr_t x, uintptr_t m) in roundUp() function
/aosp_15_r20/external/webrtc/media/base/
H A Dvideo_adapter.cc48 int roundUp(int value_to_round, int multiple, int max_value) { in roundUp() function
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeDefs.hpp115 inline T roundUp(T x, T y) in roundUp() function
/aosp_15_r20/external/scudo/standalone/
H A Dcommon.h37 inline constexpr uptr roundUp(uptr X, uptr Boundary) { in roundUp() function
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dconn.go330 func roundUp(a, b int) int { func
/aosp_15_r20/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsCollection.java204 public long roundUp(long time) { in roundUp() method in NetworkStatsCollection
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dconn.go388 func roundUp(a, b int) int { func
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dconn.go388 func roundUp(a, b int) int { func
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dint4mm.cu39 constexpr __host__ __device__ auto roundUp(U a, V b) -> decltype(a + b) { in roundUp() function
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDeviceSycl.h695 EIGEN_STRONG_INLINE size_t getPowerOfTwo(size_t wGSize, bool roundUp) const { in getPowerOfTwo()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
Dasm7.go1382 func roundUp(x, to uint32) uint32 { func
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/src/
DTypeUtils.cpp275 size_t roundUp(size_t size, size_t multiple) { in roundUp() function
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp414 const glw::GLint roundUp = in verifyState() local
464 const glw::GLint64 roundUp = in verifyState() local

12345