Searched refs:q1 (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/msun/src/
H A De_sqrt.c100 u_int32_t r,t1,s1,ix1,q1; local
138 q = q1 = s0 = s1 = 0; /* [q,q1] = sqrt(x) */
163 q1 += r;
175 if (q1==(u_int32_t)0xffffffff) { q1=0; q += 1;}
177 if (q1==(u_int32_t)0xfffffffe) q+=1;
178 q1+=2;
180 q1 += (q1
[all...]
H A De_jnf.c114 float q0,q1,h,tmp; int32_t k,m; local
116 q0 = w; z = w+h; q1 = w*z - (float)1.0; k=1;
117 while(q1<(float)1.0e9) {
119 tmp = z*q1 - q0;
120 q0 = q1;
121 q1 = tmp;
H A De_jn.c158 double q0,q1,h,tmp; int32_t k,m; local
160 q0 = w; z = w+h; q1 = w*z - 1.0; k=1;
161 while(q1<1.0e9) {
163 tmp = z*q1 - q0;
164 q0 = q1;
165 q1 = tmp;
/barrelfish-master/usr/eclipseclp/
H A Decl_inst.tcl132 label .q1 -text "This is ECLiPSe $tkecl(eclipseversion), located in folder:"
143 pack .q1 -side top -pady 5
/barrelfish-master/lib/libc/quad/
H A Dqdivrem.c141 digit q1, q2, q3, q4; local
152 q1 = u[1] / t;
161 tmp.ul[H] = COMBINE(q1, q2);
/barrelfish-master/kernel/arch/armv8/
H A Dexceptions.S313 stp q0, q1, [x13, #(34 * 8)]
489 ldp q0, q1, [x0], #-(2 * 8)
/barrelfish-master/usr/eclipseclp/documents/applications/
H A Dtutorial.tex598 q1(X),

Completed in 103 milliseconds