Searched refs:ceil (Results 1 – 14 of 14) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | extent_quantize.c | 60 size_t lextent_size, extent_size, floor, ceil; in TEST_BEGIN() local 69 ceil = extent_size_quantize_ceil(extent_size); in TEST_BEGIN() 75 assert_zu_eq(extent_size, ceil, in TEST_BEGIN() 109 size_t extent_size, floor, ceil; in TEST_BEGIN() local 113 ceil = extent_size_quantize_ceil(extent_size); in TEST_BEGIN() 117 floor, extent_size, ceil); in TEST_BEGIN() 118 assert_zu_ge(ceil, extent_size, in TEST_BEGIN() 120 "ceil=%zu)", floor, extent_size, ceil); in TEST_BEGIN() 124 floor_prev, floor, extent_size, ceil); in TEST_BEGIN() 127 floor, extent_size, ceil_prev, ceil); in TEST_BEGIN() [all …]
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_common.h | 309 typeof(v) ceil = RTE_ALIGN_MUL_CEIL(v, mul); \ 311 (ceil - v) > (v - floor) ? floor : ceil; \
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_common.h | 348 typeof(v) ceil = RTE_ALIGN_MUL_CEIL(v, mul); \ 350 (ceil - (v)) > ((v) - floor) ? floor : ceil; \
|
| /f-stack/dpdk/lib/librte_meter/ |
| H A D | rte_meter.c | 36 *tb_bytes_per_period = (uint64_t) ceil(RTE_METER_TB_PERIOD_MIN / period); in rte_meter_get_tb_params()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lmathlib.c | 82 lua_pushnumber(L, ceil(luaL_checknumber(L, 1))); in math_ceil()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ptp/ |
| H A D | ptp-qoriq.txt | 36 tmr_add = ceil(2^32 / FreqDivRatio)
|
| /f-stack/freebsd/tools/sound/ |
| H A D | feeder_rate_mkfilter.awk | 63 function ceil(x, r) function 780 Z_UNSHIFT = ceil(log(v) / log(2.0));
|
| /f-stack/dpdk/lib/librte_member/ |
| H A D | rte_member_vbf.c | 64 uint32_t bits = ceil((num_keys_per_bf * in rte_member_create_vbf()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_meter.c | 221 *man = (uint8_t)ceil(_man); in mlx5_flow_meter_xbs_man_exp_calc()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | hyperloglog.c | 1464 uint64_t maxerr = ceil(relerr*6*checkpoint); in pfselftestCommand()
|
| H A D | redis-cli.c | 4435 if (i == 0) n = ceil(n); in clusterManagerComputeReshardTable() 5815 ceil((float) samples[j].count / tot * (spectrum_palette_size-1)); in showLatencyDistSamples()
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 2135 width2 = Math.ceil(width / 2), height2 = Math.ceil(height / 2),
|
| /f-stack/dpdk/app/test/ |
| H A D | test_red.c | 1562 bits = (uint32_t)ceil(avg_log); in ovfl_check_avg()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev.c | 329 min_rx_drop = ceil(rx_cq_skid / (float)cq_size); in nix_cq_rq_init()
|