Searched refs:q2 (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10/uucp-11/uucp/uuconf/
H A Dmrgblk.c43 struct sblock *q2 = (struct sblock *) p2;
48 *pq = q2;
42 struct sblock *q2 = (struct sblock *) p2; local
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Dexp__E.c70 * Q := q1*x^2 + q2*x^4 (for 56 bits precision, add q3*x^6)
73 * (See the listing below for the values of p1,p2,q1,q2,q3. The poly-
98 vc(q2, 1.2624568129896839182E-3 ,7905,3ba5,f5e7,72e4, -9, .A5790572E4F5E7)
104 ic(q2, 9.9176615021572857300E-4, -10, 1.03FC4CB8C98E8)
110 #define q2 vccast(q2) macro
123 q = z*( q1 +z*( q2 +z* q3 ));
125 q = z*( q1 +z* q2 );
H A Dlgamma.c132 #define q2 6.274644311862156431658377186977e-01 macro
245 q = q0+y*(q1+y*(q2+y*(q3+y*(q4+y*(q5+y*q6)))));
/macosx-10.10/ntp-92/ntpd/
H A Dntp_data_structures.c174 void append_queue(queue *q1, queue *q2) argument
176 while (!empty(q2))
177 enqueue(q1, dequeue(q2));
178 destroy_queue(q2);
H A Dntpsim.c567 double q1, q2; local
577 q2 = drand48();
578 return (m + s * sqrt(-2. * log(q1)) * cos(2. * PI * q2));
/macosx-10.10/ICU-531.30/icuSources/test/perf/howExpensiveIs/
H A Dsieve.cpp104 double qs(double *times, int n, double *q1, double *q2, double *q3) { argument
106 *q2 = medianof(times,n,2);
112 double q1,q2,q3; local
117 double iqr = qs(times,n,&q1,&q2,&q3);
124 printf("iqr: %.9f, q1=%.9f, q2=%.9f, q3=%.9f, max=%.9f, n=%d\n", iqr,q1,q2,q3,(double)-1, n);
148 double iqr = qs(times,n,&q1,&q2,&q3);
178 printf("min: %.9f, q1=%.9f, q2=%.9f, q3=%.9f, max=%.9f, n=%d\n", minTime,q1,q2,q3,maxTime, n);
/macosx-10.10/OpenSSL098-52/src/fips/rsa/
H A Dfips_rsagtest.c246 else if (!strcmp(keyword, "q2"))
363 BIGNUM *q1 = NULL, *q2 = NULL; local
365 q2 = BN_new();
366 if (!q1 || !q2)
369 if (!RSA_X931_derive_ex(rsa, NULL, NULL, q1, q2, NULL, NULL, NULL,
374 do_bn_print_name(out, "q2", q2);
384 if (q2)
385 BN_free(q2);
H A Dfips_rsa_x931g.c74 int RSA_X931_derive_ex(RSA *rsa, BIGNUM *p1, BIGNUM *p2, BIGNUM *q1, BIGNUM *q2, argument
126 if (!BN_X931_derive_prime_ex(rsa->q, q1, q2,
/macosx-10.10/OpenSSL098-52/src/test/
H A Dfips_rsagtest.c246 else if (!strcmp(keyword, "q2"))
363 BIGNUM *q1 = NULL, *q2 = NULL; local
365 q2 = BN_new();
366 if (!q1 || !q2)
369 if (!RSA_X931_derive_ex(rsa, NULL, NULL, q1, q2, NULL, NULL, NULL,
374 do_bn_print_name(out, "q2", q2);
384 if (q2)
385 BN_free(q2);
/macosx-10.10/ntp-92/include/
H A Dntp_data_structures.h49 void append_queue(queue *q1, queue *q2);
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/other/
H A Dgmpq.tcl63 proc ::gmp::qbinary {fn q1 q2} {
68 qinit_set_str mpq2 $q2 10
77 proc ::gmp::qbinaryi {fn q1 q2} {
81 qinit_set_str mpq2 $q2 10
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DTrace.h105 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } argument
/macosx-10.10/swig-12/Source/DOH/
H A Dstring.c668 char *q, *q2; local
696 q2 = end_quote(q);
697 if (!q2) {
700 if (q2 > s) {
702 s = (*match) (base, q2 + 1, token, tokenlen);
706 q = strpbrk(q2 + 1, "\"\'");
743 q2 = end_quote(q);
744 if (!q2) {
748 if (q2 > c)
749 c = (*match) (base, q2
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Dquotas.c37 const cupsd_quota_t *q2);
236 const cupsd_quota_t *q2) /* I - Second quota record */
238 return (_cups_strcasecmp(q1->username, q2->username));
235 compare_quotas(const cupsd_quota_t *q1, const cupsd_quota_t *q2) argument
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Dscprefs_observer.c287 dispatch_queue_t q2 = dispatch_queue_create("com.apple.SystemConfiguration.PrefsObserver.testQ2", NULL); local
300 __block scprefs_observer_t observer2 = _scprefs_observer_watch(scprefs_observer_type_mcx, "foo", q2, b2);
316 observer = _SC_prefs_observer_watch(SC_prefs_observer_type_mcx, "test", q2, b2);
331 observer = _SC_prefs_observer_watch(SC_prefs_observer_type_mcx, "test", q2, b2);
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DStyleRareInheritedData.cpp241 static bool quotesDataEquivalent(const QuotesData* q1, const QuotesData* q2) argument
243 if (q1 == q2)
245 if ((!q1 && q2) || (q1 && !q2))
247 return (*q1 == *q2);
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmdata.cpp120 // first byte is composite (q1,q2)
160 unsigned long q2 = strtoul(oid, (char **)&oid, 10); local
161 putOid(*this, 40 * q1 + q2);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmdata.cpp120 // first byte is composite (q1,q2)
160 unsigned long q2 = strtoul(oid, (char **)&oid, 10); local
161 putOid(*this, 40 * q1 + q2);
/macosx-10.10/OpenSSL098-52/src/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,
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DAPInt.cpp1398 APInt ad, anc, delta, q1, r1, q2, r2, t;
1408 q2 = signedMin.udiv(ad); // initialize q2 = 2p/abs(d)
1409 r2 = signedMin - q2*ad; // initialize r2 = rem(2p,abs(d))
1418 q2 = q2<<1; // update q2 = 2p/abs(d)
1421 q2 = q2 + 1;
1427 mag.m = q2
[all...]
/macosx-10.10/objc4-646/runtime/Messengers.subproj/
H A Dobjc-msg-arm64.s325 stp q2, q3, [sp, #(2*16)]
343 ldp q2, q3, [sp, #(2*16)]
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DFPRInfo.h190 static const FPRReg fpRegT2 = ARM64Registers::q2;
214 static const FPRReg argumentFPR2 = ARM64Registers::q2; // fpRegT2
253 "q0", "q1", "q2", "q3", "q4", "q5", "q6", "q7",
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Duds_daemon.c231 DNSQuestion *q2; member in struct:request_state::__anon11131::__anon11137
3016 question2 = &request->u.queryrecord.q2;
3042 LogInfo("SendAdditionalQuery: question2 already sent for %##s (%s), no more q2", q->qname.c, DNSTypeName(q->qtype));
3049 DNSQuestion *q2; local
3051 q2 = mallocL("DNSQuestion", sizeof(DNSQuestion));
3052 if (!q2) FatalError("ERROR: SendAdditionalQuery malloc");
3053 *question2 = q2;
3054 *q2 = *q;
3055 q2->InterfaceID = mDNSInterface_Unicast;
3056 q2
[all...]
/macosx-10.10/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardSheet.cpp1905 Queue * q1, * q2; local
1909 q2 = (b->queues.size() > 0) ? b->queues.front() : NULL;
1911 if ( !q1 && !q2 )
1915 else if ( q1 && !q2 )
1919 else if ( !q1 && q2 )
1923 else if ( q1->priority < q2->priority )
1927 else if ( q1->priority > q2->priority )
1943 CPrinterSetupWizardSheet::OrderQueueFunc( const Queue * q1, const Queue * q2 )
1945 return ( q1->priority <= q2->priority ) ? true : false;
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dwait_queue.c450 queue_t q2 = &(wq)->wq_queue; \
451 wait_queue_element_t wqe2 = (wait_queue_element_t) queue_first(q2); \
452 while (!queue_end(q2, (queue_entry_t)wqe2)) { \
460 queue_t q2 = &(wqs)->wqs_setlinks; \
461 wait_queue_link_t wql2 = (wait_queue_link_t) queue_first(q2); \
462 while (!queue_end(q2, (queue_entry_t)wql2)) { \

Completed in 192 milliseconds

12