Searched defs:ROUND (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/include/ |
H A D | common.h | 541 #define ROUND(a,b) (((a) + (b) - 1) & ~((b) - 1)) macro
|
H A D | image.h | 331 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) macro
|
/openbmc/qemu/target/arm/tcg/ |
H A D | vfp_helper.c | 435 #define VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, ROUND, suff) \ argument
|
H A D | mve_helper.c | 1289 #define WRAP_QRSHL_HELPER(FN, N, M, ROUND, satp) \ argument 1323 #define DO_VQDMLADH_OP(OP, ESIZE, TYPE, XCHG, ROUND, FN) \ in DO_2OP_SAT_S() argument
|