Searched refs:ceil (Results 1 - 25 of 134) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavutil/
H A Dlibm.h78 return (x > 0) ? floor(x + 0.5) : ceil(x - 0.5);
85 return (x > 0) ? floor(x + 0.5) : ceil(x - 0.5);
92 return (x > 0) ? floor(x) : ceil(x);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavutil/
H A Dlibm.h78 return (x > 0) ? floor(x + 0.5) : ceil(x - 0.5);
85 return (x > 0) ? floor(x + 0.5) : ceil(x - 0.5);
92 return (x > 0) ? floor(x) : ceil(x);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavutil/
H A Dlibm.h78 return (x > 0) ? floor(x + 0.5) : ceil(x - 0.5);
85 return (x > 0) ? floor(x + 0.5) : ceil(x - 0.5);
92 return (x > 0) ? floor(x) : ceil(x);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/tc/
H A Dq_htb.c39 " [ceil R2] [cburst B2] [mtu MTU] [quantum Q]\n"
45 " ceil definite upper class rate (no borrows) {rate}\n"
46 " cburst burst but for ceil {computed}\n"
161 } else if (strcmp(*argv, "ceil") == 0) {
163 if (opt.ceil.rate) {
164 fprintf(stderr, "Double \"ceil\" spec\n");
167 if (get_rate(&opt.ceil.rate, *argv)) {
168 explain1("ceil");
201 /* if ceil params are missing, use the same as rate */
202 if (!opt.ceil
[all...]
H A Dq_hfsc.c370 if (dmax != 0 && ceil(umax * 1000000.0 / dmax) > rate) {
375 sc->m1 = ceil(umax * 1000000.0 / dmax); /* in bps */
384 sc->d = ceil(dmax - umax * 1000000.0 / rate); /* in usec */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Dq_htb.c39 " [ceil R2] [cburst B2] [mtu MTU] [quantum Q]\n"
45 " ceil definite upper class rate (no borrows) {rate}\n"
46 " cburst burst but for ceil {computed}\n"
166 } else if (strcmp(*argv, "ceil") == 0) {
168 if (opt.ceil.rate) {
169 fprintf(stderr, "Double \"ceil\" spec\n");
172 if (get_rate(&opt.ceil.rate, *argv)) {
173 explain1("ceil");
206 /* if ceil params are missing, use the same as rate */
207 if (!opt.ceil
[all...]
H A Dq_hfsc.c370 if (dmax != 0 && ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax) > rate) {
375 sc->m1 = ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax); /* in bps */
384 sc->d = tc_core_time2ktime(ceil(dmax - umax * TIME_UNITS_PER_SEC / rate));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/tc/
H A Dq_htb.c39 " [ceil R2] [cburst B2] [mtu MTU] [quantum Q]\n"
45 " ceil definite upper class rate (no borrows) {rate}\n"
46 " cburst burst but for ceil {computed}\n"
161 } else if (strcmp(*argv, "ceil") == 0) {
163 if (opt.ceil.rate) {
164 fprintf(stderr, "Double \"ceil\" spec\n");
167 if (get_rate(&opt.ceil.rate, *argv)) {
168 explain1("ceil");
201 /* if ceil params are missing, use the same as rate */
202 if (!opt.ceil
[all...]
H A Dq_hfsc.c370 if (dmax != 0 && ceil(umax * 1000000.0 / dmax) > rate) {
375 sc->m1 = ceil(umax * 1000000.0 / dmax); /* in bps */
384 sc->d = ceil(dmax - umax * 1000000.0 / rate); /* in usec */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Dq_htb.c39 " [ceil R2] [cburst B2] [mtu MTU] [quantum Q]\n"
45 " ceil definite upper class rate (no borrows) {rate}\n"
46 " cburst burst but for ceil {computed}\n"
166 } else if (strcmp(*argv, "ceil") == 0) {
168 if (opt.ceil.rate) {
169 fprintf(stderr, "Double \"ceil\" spec\n");
172 if (get_rate(&opt.ceil.rate, *argv)) {
173 explain1("ceil");
206 /* if ceil params are missing, use the same as rate */
207 if (!opt.ceil
[all...]
H A Dq_hfsc.c370 if (dmax != 0 && ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax) > rate) {
375 sc->m1 = ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax); /* in bps */
384 sc->d = tc_core_time2ktime(ceil(dmax - umax * TIME_UNITS_PER_SEC / rate));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/tc/
H A Dq_htb.c39 " [ceil R2] [cburst B2] [mtu MTU] [quantum Q]\n"
45 " ceil definite upper class rate (no borrows) {rate}\n"
46 " cburst burst but for ceil {computed}\n"
161 } else if (strcmp(*argv, "ceil") == 0) {
163 if (opt.ceil.rate) {
164 fprintf(stderr, "Double \"ceil\" spec\n");
167 if (get_rate(&opt.ceil.rate, *argv)) {
168 explain1("ceil");
201 /* if ceil params are missing, use the same as rate */
202 if (!opt.ceil
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Dq_htb.c39 " [ceil R2] [cburst B2] [mtu MTU] [quantum Q]\n"
45 " ceil definite upper class rate (no borrows) {rate}\n"
46 " cburst burst but for ceil {computed}\n"
166 } else if (strcmp(*argv, "ceil") == 0) {
168 if (opt.ceil.rate) {
169 fprintf(stderr, "Double \"ceil\" spec\n");
172 if (get_rate(&opt.ceil.rate, *argv)) {
173 explain1("ceil");
206 /* if ceil params are missing, use the same as rate */
207 if (!opt.ceil
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/share/replaygain_synthesis/include/private/
H A Dfast_float_math_hack.h7 #define ceil ceilf macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/share/replaygain_synthesis/include/private/
H A Dfast_float_math_hack.h7 #define ceil ceilf macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/share/replaygain_synthesis/include/private/
H A Dfast_float_math_hack.h7 #define ceil ceilf macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js_src/
H A Dencode.js85 var ic = Math.ceil( str.length / 4.0 );
129 var ic = Math.ceil( src.length / charcnt );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js_src/
H A Dencode.js85 var ic = Math.ceil( str.length / 4.0 );
129 var ic = Math.ceil( src.length / charcnt );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js_src/
H A Dencode.js85 var ic = Math.ceil( str.length / 4.0 );
129 var ic = Math.ceil( src.length / charcnt );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/ext/pb_ds/detail/resize_policy/
H A Dcc_hash_max_collision_check_resize_trigger_imp.hpp159 m_max_col = size_type(std::ceil(std::sqrt(2 * m_load * std::log(ln_arg))));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/ext/pb_ds/detail/resize_policy/
H A Dcc_hash_max_collision_check_resize_trigger_imp.hpp159 m_max_col = size_type(std::ceil(std::sqrt(2 * m_load * std::log(ln_arg))));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/ext/pb_ds/detail/resize_policy/
H A Dcc_hash_max_collision_check_resize_trigger_imp.hpp159 m_max_col = size_type(std::ceil(std::sqrt(2 * m_load * std::log(ln_arg))));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/ext/pb_ds/detail/resize_policy/
H A Dcc_hash_max_collision_check_resize_trigger_imp.hpp159 m_max_col = size_type(std::ceil(std::sqrt(2 * m_load * std::log(ln_arg))));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/rds/
H A Dmessage.c241 rm = rds_message_alloc(ceil(total_len, PAGE_SIZE), GFP_KERNEL);
247 rm->m_nents = ceil(total_len, PAGE_SIZE);
269 rm = rds_message_alloc(ceil(total_len, PAGE_SIZE), GFP_KERNEL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/rds/
H A Dmessage.c241 rm = rds_message_alloc(ceil(total_len, PAGE_SIZE), GFP_KERNEL);
247 rm->m_nents = ceil(total_len, PAGE_SIZE);
269 rm = rds_message_alloc(ceil(total_len, PAGE_SIZE), GFP_KERNEL);

Completed in 324 milliseconds

123456