Home
last modified time | relevance | path

Searched defs:round_up (Results 1 – 8 of 8) sorted by relevance

/linux/tools/include/linux/
H A Dmath.h11 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/linux/tools/testing/selftests/bpf/
H A Dbpf_arena_alloc.h10 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/linux/tools/testing/selftests/ublk/
H A Dutils.h21 #define round_up(val, rnd) \ macro
/linux/lib/math/
H A Dtest_mul_u64_u64_div_u64.c13 typedef struct { u64 a; u64 b; u64 d; u64 result; uint round_up;} test_params; member
/linux/include/linux/
H A Dmath.h25 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/linux/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c49 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c2084 static dml_float_t RoundToDFSGranularity(dml_float_t Clock, dml_bool_t round_up, dml_float_t VCOSpe… in RoundToDFSGranularity()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c1325 double dml32_RoundToDFSGranularity(double Clock, bool round_up, double VCOSpeed) in dml32_RoundToDFSGranularity()