Home
last modified time | relevance | path

Searched defs:round_up (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h46 #define round_up(x, y) align(x, y) macro
/third_party/ffmpeg/libavcodec/
H A Dput_bits.h100 static inline int put_bytes_count(const PutBitContext *s, int round_up) in put_bytes_count() argument
135 static inline int put_bytes_left(const PutBitContext *s, int round_up) in put_bytes_left() argument
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp40 static unsigned int round_up(unsigned int x) in round_up() function
/third_party/libdrm/omap/
H A Domap_drm.c46 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/third_party/exfatprogs/include/
H A Dlibexfat.h20 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc.cc215 const size_t round_up; member
341 size_t round_up = 16; in RoundedUpBlockSize() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_int64.c735 nir_ssa_def *round_up = nir_ior(b, COND_LOWER_CMP(b, ilt, half, rem), in lower_2f() local
/third_party/python/Objects/
H A Dfloatobject.c1317 int half_eps, digit, round_up, negate=0; in float_fromhex() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c1360 get_size_class(unsigned size, bool round_up) in get_size_class() argument
/third_party/f2fs-tools/include/
H A Df2fs_fs.h668 #define round_up(x, y) (((x) + (y) - 1) / (y)) macro
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c12741 bool round_up = false; in wuffs_base__private_implementation__high_prec_dec__rounded_integer() local
[all...]
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c13637 bool round_up = false; in wuffs_base__private_implementation__high_prec_dec__rounded_integer() local
44012 DynIOBuffer::round_up(uint64_t min_incl, uint64_t max_incl) { round_up() function in DynIOBuffer
[all...]

Completed in 114 milliseconds