Searched defs:q1 (Results 1 - 11 of 11) sorted by relevance

/external/fdlibm/
H A De_sqrt.c100 unsigned r,t1,s1,ix1,q1; local
140 q = q1 = s0 = s1 = 0; /* [q,q1] = ieee_sqrt(x) */
165 q1 += r;
177 if (q1==(unsigned)0xffffffff) { q1=0; q += 1;}
179 if (q1==(unsigned)0xfffffffe) q+=1;
180 q1+=2;
182 q1 += (q1
[all...]
H A De_jn.c161 double q0,q1,h,tmp; int k,m; local
163 q0 = w; z = w+h; q1 = w*z - 1.0; k=1;
164 while(q1<1.0e9) {
166 tmp = z*q1 - q0;
167 q0 = q1;
168 q1 = tmp;
/external/openssl/crypto/rsa/
H A Drsa_x931g.c70 int RSA_X931_derive_ex(RSA *rsa, BIGNUM *p1, BIGNUM *p2, BIGNUM *q1, BIGNUM *q2, argument
122 if (!BN_X931_derive_prime_ex(rsa->q, q1, q2,
/external/qemu/distrib/sdl-1.2.12/src/video/
H A De_sqrt.h146 u_int32_t r,t1,s1,ix1,q1; local
184 q = q1 = s0 = s1 = 0; /* [q,q1] = sqrt(x) */
209 q1 += r;
221 if (q1==(u_int32_t)0xffffffff) { q1=0; q += 1;}
223 if (q1==(u_int32_t)0xfffffffe) q+=1;
224 q1+=2;
226 q1 += (q1
[all...]
/external/speex/libspeex/
H A Dkiss_fft.c286 int u,k,q1,q; local
298 for ( q1=0 ; q1<p ; ++q1 ) {
299 scratchbuf[q1] = Fout[ k ];
301 C_FIXDIV(scratchbuf[q1],p);
307 for ( q1=0 ; q1<p ; ++q1 ) {
/external/tremolo/Tremolo/
H A Dmdct.c367 REG_TYPE t0,t1,v0,v1,q0,q1,s0,s1; local
378 t1 += (q1 = (v1-t1)>>2);
383 t1 = v1-q1;
391 v1 += (q1 = (t1-v1)>>2);
396 v1 = t1-q1;
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c88 int matches(LQUESTION *q1, LQUESTION *q2, int type, LDP *dp) ;
1279 int matches(LQUESTION *q1, LQUESTION *q2, int type, LDP *dp) argument
1284 return qmatches(q1, dp);
1286 m1 = qmatches(q1, dp);
1290 m1 = qmatches(q1, dp);
1294 m1 = qmatches(q1, dp);
1298 m1 = qmatches(q1, dp);
1313 LQUESTION *q1; local
1331 q1 = lts->questions[tree->values_or_question1[index]];
1337 if (matches(q1, q
[all...]
/external/webkit/WebCore/platform/graphics/wince/
H A DPlatformPathWince.cpp180 static inline int quadrantDiff(int q1, int q2) argument
182 int d = q1 - q2;
426 int q1 = quadrant(endPoint, data.m_center); local
429 if (q0 == q1) {
436 int diff = quadrantDiff(q1, q0);
/external/ipsec-tools/src/racoon/
H A Dipsec_doi.c1157 struct saprop *q1, *q2; local
1163 for (q1 = pr0; q1; q1 = q1->next) {
1167 printsaprop0(LLV_DEBUG, q1);
1172 pr = cmpsaprop_alloc(iph2->ph1, q1, q2, iph2->side);
/external/libxml2/
H A Dxmlschemastypes.c3974 xmlSchemaValPtr p1, p2, q1, q2; local
3986 q1 = xmlSchemaDateNormalize(y, (14 * SECS_PER_HOUR));
3988 q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day;
3991 xmlSchemaFreeValue(q1);
3996 sec = TIME_TO_NUMBER(p1) - TIME_TO_NUMBER(q1);
3999 xmlSchemaFreeValue(q1);
4016 xmlSchemaFreeValue(q1);
4023 xmlSchemaFreeValue(q1);
4027 q1
[all...]
/external/webkit/JavaScriptCore/assembler/
H A DARMv7Assembler.h61 // s4 == d2 == q1
129 q1 = 1 << 2, enumerator in enum:JSC::ARMRegisters::__anon5487

Completed in 166 milliseconds