Home
last modified time | relevance | path

Searched defs:ROUND (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dcommon.h541 #define ROUND(a,b) (((a) + (b) - 1) & ~((b) - 1)) macro
H A Dimage.h331 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) macro
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c435 #define VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, ROUND, suff) \ argument
H A Dmve_helper.c1289 #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