Searched refs:dr (Results 1 - 10 of 10) sorted by path

/barrelfish-master/include/
H A Dk_expl.h241 double dr, fn, r2; local
263 dr = r;
265 dr * (A7 + dr * (A8 + dr * (A9 + dr * A10))))))));
/barrelfish-master/lib/msun/ld128/
H A Dk_expl.h241 double dr, fn, r2; local
263 dr = r;
265 dr * (A7 + dr * (A8 + dr * (A9 + dr * A10))))))));
H A Ds_expl.c204 double dr, dx, fn, r2; local
291 dr = r;
293 dr * (A7 + dr * (A8 + dr * (A9 + dr * A10))))))));
/barrelfish-master/lib/msun/src/
H A Ds_cbrtl.c39 double dr, dt, dx; local
99 dr = dt * dt * dt;
100 dt = dt * (dx + dx + dr) / (dx + dr + dr);
103 dr = dt * dt * dt;
104 dt = dt * (dx + dx + dr) / (dx + dr + dr);
/barrelfish-master/lib/openssl-1.0.0d/util/
H A Dsp-diff.pl54 $header=0 if /^[dr]sa/;
59 if ($a[0] =~ /^[dr]sa$/)
61 ($n,$t1,$t2)=($_ =~ /^([dr]sa\s+\d+)\s+bits\s+([.\d]+)s\s+([.\d]+)/);
/barrelfish-master/lib/tommath/
H A Dbn_mp_exptmod.c26 int dr; local
77 dr = mp_dr_is_modulus(P);
80 dr = 0;
85 if (dr == 0) {
86 dr = mp_reduce_is_2k(P) << 1;
90 /* if the modulus is odd or dr != 0 use the montgomery method */
92 if (mp_isodd (P) == 1 || dr != 0) {
93 return mp_exptmod_fast (G, X, P, Y, dr);
H A Dtommath.tex5025 form. If it is not line 70 attempts to determine if it is of a unrestricted Diminished Radix form. The integer $dr$ will take on one
5029 \item $dr = 0$ means that the modulus is not of either restricted or unrestricted Diminished Radix form.
5030 \item $dr = 1$ means that the modulus is of restricted Diminished Radix form.
5031 \item $dr = 2$ means that the modulus is of unrestricted Diminished Radix form.
5034 Line 69 determines if the fast modular exponentiation algorithm can be used. It is allowed if $dr \ne 0$ or if the modulus is odd. Otherwise,
/barrelfish-master/lib/tommath/pre_gen/
H A Dmpi.c2532 int dr; local
2583 dr = mp_dr_is_modulus(P);
2586 dr = 0;
2591 if (dr == 0) {
2592 dr = mp_reduce_is_2k(P) << 1;
2596 /* if the modulus is odd or dr != 0 use the montgomery method */
2598 if (mp_isodd (P) == 1 || dr != 0) {
2599 return mp_exptmod_fast (G, X, P, Y, dr);
/barrelfish-master/usr/arrakismon/
H A Dpc16550d.c67 pc16550d_mem_lsr_rd(&u->dev).dr) {
/barrelfish-master/usr/vmkitmon/
H A Dpc16550d.c77 pc16550d_mem_lsr_rd(&u->dev).dr) {

Completed in 134 milliseconds