Home
last modified time | relevance | path

Searched refs:round_up (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/plat/common/
Dcommon_def.h84 #define BL1_RO_DATA_END round_up(BL1_ROM_END, PAGE_SIZE)
91 #define BL1_CODE_END round_up(BL1_ROM_END, PAGE_SIZE)
/device/linaro/bootloader/arm-trusted-firmware/include/lib/
Dutils_def.h52 #define round_up(value, boundary) \ macro
60 round_up((val), _div)/_div; \
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_xlat_setup.c30 round_up(BL_CODE_END, PAGE_SIZE) - BL_CODE_BASE, in uniphier_mmap_setup()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfloatobject.c1433 int half_eps, digit, round_up, sign=1; in float_fromhex() local
1625 round_up = 0; in float_fromhex()
1628 round_up = 1; in float_fromhex()
1632 round_up = 1; in float_fromhex()
1635 if (round_up == 1) { in float_fromhex()
Dintobject.c992 int round_up; in int_float() local
1018 round_up = (abs_ival & lsb) && (abs_ival & (3*lsb-1)); in int_float()
1020 if (round_up) in int_float()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfloatobject.c1448 int half_eps, digit, round_up, sign=1; in float_fromhex() local
1640 round_up = 0; in float_fromhex()
1643 round_up = 1; in float_fromhex()
1647 round_up = 1; in float_fromhex()
1650 if (round_up == 1) { in float_fromhex()
Dintobject.c1012 int round_up; in int_float() local
1038 round_up = (abs_ival & lsb) && (abs_ival & (3*lsb-1)); in int_float()
1040 if (round_up) in int_float()