Home
last modified time | relevance | path

Searched refs:q1 (Results 1 – 2 of 2) sorted by relevance

/external/lib/libm/
A De_sqrt.c114 u_int32_t r,t1,s1,ix1,q1; in __ieee754_sqrt() local
153 q = q1 = s0 = s1 = 0; /* [q,q1] = sqrt(x) */ in __ieee754_sqrt()
178 q1 += r; in __ieee754_sqrt()
190 if (q1==(u_int32_t)0xffffffff) { q1=0; q += 1;} in __ieee754_sqrt()
192 if (q1==(u_int32_t)0xfffffffe) q+=1; in __ieee754_sqrt()
193 q1+=2; in __ieee754_sqrt()
195 q1 += (q1&1); in __ieee754_sqrt()
199 ix1 = q1>>1; in __ieee754_sqrt()
/external/platform/pico/rp2_common/pico_divider/
A Ddivider.S410 ldr r3,[r7,#SIO_DIV_REMAINDER_OFFSET] @ r1=y1-q1*x; 0<=r1<x
411 ldr r5,[r7,#SIO_DIV_QUOTIENT_OFFSET] @ q1=y1/x;
418 lsls r4,r5,#16 @ quotient=(q0<<32)+(q1<<16)+q2
493 add r14,r6 @ quh+=q1

Completed in 3 milliseconds