Searched refs:delta (Results 26 - 41 of 41) sorted by relevance

12

/barrelfish-master/lib/tzcode/stdtime/
H A Dlocaltime.c189 static int increment_overflow(int * number, int delta);
191 static int long_increment_overflow(long * number, int delta);
1770 increment_overflow(number, delta)
1772 int delta;
1777 *number += delta;
1778 return (*number < number0) != (delta < 0);
1782 long_increment_overflow(number, delta)
1784 int delta;
1789 *number += delta;
1790 return (*number < number0) != (delta <
[all...]
/barrelfish-master/usr/eclipseclp/Alog/src/
H A Dadjlogs.c486 unsigned long d1, delta; local
511 delta = ScaleLong( denom[i], denom[j],
514 globaloffset[i] = d1 - delta;
675 What we need is r << p = gamma d + delta, with r < d. This
/barrelfish-master/usr/webserver/
H A Dhttp_server.c625 uint64_t delta = ct - *l_ts; local
627 return delta;
628 // return delta / (2800 * 1000);
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/
H A Dlinux_compat.c768 int delta = expires - jiffies; local
770 if (delta < 1)
771 delta = 1;
772 return (delta);
/barrelfish-master/lib/lwip/src/barrelfish/
H A Didc_barrelfish.c307 uint64_t *delta, uint64_t *cl)
306 get_driver_benchmark_state(int direction, uint64_t *delta, uint64_t *cl) argument
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dcp_min.pl73 delta(10).
111 delta(Delta),
H A Delipsys.pl271 %% X is cputime refers to absolute value in Sepia (delta in MegaLog)
H A Dmegalog.pl117 %% X is cputime refers to absolute value in Sepia (delta in MegaLog)
/barrelfish-master/usr/eclipseclp/config/
H A Dconfig.sub152 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
573 delta | 3300 | motorola-3300 | motorola-delta \
574 | 3300-motorola | delta-motorola)
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dxml_utilities.pl274 "Delta"-[916], % greek capital letter delta,
275 "delta"-[948], % greek small letter delta,
/barrelfish-master/lib/pcre/
H A Dpcre_compile.c6130 int delta = (repeat_min - 1)*length_prevgroup; local
6134 OFLOW_MAX - *lengthptr < delta)
6139 *lengthptr += delta;
6203 int delta = repeat_max * (length_prevgroup + 1 + 2 + 2*LINK_SIZE) - local
6208 OFLOW_MAX - *lengthptr < delta)
6213 *lengthptr += delta;
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic_probing_for_scheduling.pl165 bb_options with [delta:G]
H A Dprobing_for_scheduling.pl164 bb_options with [delta:G]
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dextconjunto.tex319 delta is 0.04 ($0.04 = 0.2 \div n$ where $n = \# S$).
338 % Get rid of a set of elements of the set according to a given delta
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dpa-risc2.s64 ; is passed on the stack at a delta of -56 from the top of stack
/barrelfish-master/lib/tommath/
H A Dtommath.tex2514 constant $\delta = 2^{\alpha - 2lg(\beta)}$ will represent the maximal weight of any column in a product (\textit{see sub-section 5.2.2 for more information}).
2524 1. If min$(a.used, b.used) < \delta$ then do \\
2563 input is less than $\delta$, then the Comba method may be used instead. After the Comba method is ruled out, the baseline algorithm begins. A
2611 sing the Comba routine are that min$(a.used, b.used) < \delta$ and the number of digits of output is less than
2613 set to $\delta$ but can be reduced when memory is at a premium.
3187 \hspace{3mm}5.2 If $digs < MP\_ARRAY$ and min$(a.used, b.used) \le \delta$ then \\
3213 operator from the C programming language. Line 48 computes $\delta$ using the fact that $1 << k$ is equal to $2^k$.
3385 s\_mp\_sqr when the number of input digits is less than \textbf{MP\_WARRAY} and less than $\delta \over 2$.
3547 \hspace{3mm}3.2 If $digs < MP\_ARRAY$ and $a.used \le \delta$ then \\
4064 2. If $digs < MP\_ARRAY$ and $m.used < \delta
[all...]

Completed in 306 milliseconds

12