Home
last modified time | relevance | path

Searched defs:ceil (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dtgmath.h217 #define ceil(x) __tg_real(ceil, (x)) macro
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_mp.c29 #define ceil(X) (((X) > 0) ? CEILING_POS(X) : CEILING_NEG(X)) macro