Searched defs:round_up (Results 1 – 13 of 13) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| D | put_bits.h | 100 static inline int put_bytes_count(const PutBitContext *s, int round_up) in put_bytes_count() 135 static inline int put_bytes_left(const PutBitContext *s, int round_up) in put_bytes_left()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| D | low_level_alloc.cc | 215 const size_t round_up; member 341 size_t round_up = 16; in RoundedUpBlockSize() local
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| D | vc4_simulator_validate.h | 46 #define round_up(x, y) align(x, y) macro
|
| /third_party/exfatprogs/include/ |
| D | libexfat.h | 20 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
| /third_party/libdrm/omap/ |
| D | omap_drm.c | 46 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_lower_int64.c | 735 nir_ssa_def *round_up = nir_ior(b, COND_LOWER_CMP(b, ilt, half, rem), in lower_2f() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| D | float_conversion.cc | 633 bool round_up = false; in FormatFNegativeExpSlow() local
|
| /third_party/python/Objects/ |
| D | floatobject.c | 1317 int half_eps, digit, round_up, negate=0; in float_fromhex() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_shader.c | 1360 get_size_class(unsigned size, bool round_up) in get_size_class()
|
| /third_party/f2fs-tools/include/ |
| D | f2fs_fs.h | 668 #define round_up(x, y) (((x) + (y) - 1) / (y)) macro
|
| /third_party/astc-encoder/Source/UnitTest/ |
| D | test_simd.cpp | 40 static unsigned int round_up(unsigned int x) in round_up() function
|
| /third_party/astc-encoder/Source/ |
| D | wuffs-v0.3.c | 13637 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) { in round_up() function
|
| /third_party/skia/third_party/externals/wuffs/release/c/ |
| D | wuffs-v0.3.c | 12741 bool round_up = false; in wuffs_base__private_implementation__high_prec_dec__rounded_integer() local
|