Home
last modified time | relevance | path

Searched refs:floor (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dtgmath.h169 #undef floor macro
232 #define floor(x) __tg_real(floor, (x)) macro
H A Dmath.h772 * @see floor | lrint | nearbyint | rint | round | trunc
788 * @see floor | lrint | nearbyint | rint | round | trunc
808 * @see floor | lrint | nearbyint | rint | round | trunc
1376 * @see ceil | floor | rint
1394 * @see ceil | floor | rint
1411 * @see ceil | floor | rint
1431 * #double This function returns the floor of x.\n
1440 double floor(double);
1453 * #float This function returns the floor of x.\n
1474 * @retval "long double" this function returns the floor o
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c1194 unsigned int scan, floor; in task_scan_min() local
1200 floor = FAIR_ONETHOUSAND / windows; in task_scan_min()
1203 return max_t(unsigned int, floor, scan); in task_scan_min()
1234 /* Watch for min being lower than max due to floor calculations */ in task_scan_max()
3340 * of a group with small tg->shares value. It is a floor value which is in calc_group_shares()
10705 * reasonable floor to avoid funnies with rq->avg_idle. in rebalance_domains()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dmm.h1711 void free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor,

Completed in 27 milliseconds