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

12

/macosx-10.10.1/uucp-11/uucp/uuconf/
H A Dmrgblk.c42 struct sblock *q1 = (struct sblock *) p1;
46 for (pq = &q1; *pq != NULL; pq = &(*pq)->qnext)
49 return (pointer) q1;
41 struct sblock *q1 = (struct sblock *) p1; local
/macosx-10.10.1/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-
97 vc(q1, 1.1363478204690669916E-1 ,b95a,3ee8,ec45,44a2, -3, .E8B95A44A2EC45)
103 ic(q1, 1.1110813732786649355E-1, -4, 1.C719538248597)
109 #define q1 vccast(q1) macro
123 q = z*( q1 +z*( q2 +z* q3 ));
125 q = z*( q1 +z* q2 );
H A Dlgamma.c131 #define q1 1.315850076960161985084596381057e+00 macro
245 q = q0+y*(q1+y*(q2+y*(q3+y*(q4+y*(q5+y*q6)))));
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/howExpensiveIs/
H A Dsieve.cpp104 double qs(double *times, int n, double *q1, double *q2, double *q3) { argument
105 *q1 = medianof(times,n,1);
108 return *q3-*q1;
112 double q1,q2,q3; local
117 double iqr = qs(times,n,&q1,&q2,&q3);
118 double rangeMin= (q1-(1.5*iqr));
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);
149 rangeMin= (q1
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/demos/other/
H A Dgmpq.tcl52 proc ::gmp::qunary {fn q1} {
55 qinit_set_str mpq1 $q1 10
63 proc ::gmp::qbinary {fn q1 q2} {
67 qinit_set_str mpq1 $q1 10
77 proc ::gmp::qbinaryi {fn q1 q2} {
80 qinit_set_str mpq1 $q1 10
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmdata.cpp120 // first byte is composite (q1,q2)
123 unsigned long q1 = min(oid1 / 40, 2ul); local
124 snprintf(buffer, sizeof(buffer), "%lu.%lu", q1, oid1 - q1 * 40);
157 unsigned long q1 = strtoul(oid, (char **)&oid, 10); local
161 putOid(*this, 40 * q1 + q2);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmdata.cpp120 // first byte is composite (q1,q2)
123 unsigned long q1 = min(oid1 / 40, 2ul); local
124 snprintf(buffer, sizeof(buffer), "%lu.%lu", q1, oid1 - q1 * 40);
157 unsigned long q1 = strtoul(oid, (char **)&oid, 10); local
161 putOid(*this, 40 * q1 + q2);
/macosx-10.10.1/OpenSSL098-52/src/fips/rsa/
H A Dfips_rsagtest.c244 else if (!strcmp(keyword, "q1"))
363 BIGNUM *q1 = NULL, *q2 = NULL; local
364 q1 = BN_new();
366 if (!q1 || !q2)
369 if (!RSA_X931_derive_ex(rsa, NULL, NULL, q1, q2, NULL, NULL, NULL,
373 do_bn_print_name(out, "q1", q1);
382 if (q1)
383 BN_free(q1);
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.1/OpenSSL098-52/src/test/
H A Dfips_rsagtest.c244 else if (!strcmp(keyword, "q1"))
363 BIGNUM *q1 = NULL, *q2 = NULL; local
364 q1 = BN_new();
366 if (!q1 || !q2)
369 if (!RSA_X931_derive_ex(rsa, NULL, NULL, q1, q2, NULL, NULL, NULL,
373 do_bn_print_name(out, "q1", q1);
382 if (q1)
383 BN_free(q1);
/macosx-10.10.1/ntp-92/include/
H A Dntp_data_structures.h49 void append_queue(queue *q1, queue *q2);
/macosx-10.10.1/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.1/cups-408/cups/scheduler/
H A Dquotas.c36 static int compare_quotas(const cupsd_quota_t *q1,
235 compare_quotas(const cupsd_quota_t *q1, /* I - First quota record */ argument
238 return (_cups_strcasecmp(q1->username, q2->username));
/macosx-10.10.1/ntp-92/ntpd/
H A Dntpsim.c567 double q1, q2; local
576 while ((q1 = drand48()) == 0);
578 return (m + s * sqrt(-2. * log(q1)) * cos(2. * PI * q2));
591 double q1; local
600 while ((q1 = drand48()) == 0);
601 return (m - s * log(q1 * s));
H A Dntp_data_structures.c174 void append_queue(queue *q1, queue *q2) argument
177 enqueue(q1, dequeue(q2));
/macosx-10.10.1/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.1/configd-699.1.5/SystemConfiguration.fproj/
H A Dscprefs_observer.c281 dispatch_queue_t q1 = dispatch_queue_create("com.apple.SystemConfiguration.PrefsObserver.testQ1", NULL); local
298 __block scprefs_observer_t observer1 = _scprefs_observer_watch(scprefs_observer_type_mcx, "com.apple.SystemConfiguration", q1, b1);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DAPInt.cpp1398 APInt ad, anc, delta, q1, r1, q2, r2, t;
1406 q1 = signedMin.udiv(anc); // initialize q1 = 2p/abs(nc)
1407 r1 = signedMin - q1*anc; // initialize r1 = rem(2p,abs(nc))
1412 q1 = q1<<1; // update q1 = 2p/abs(nc)
1415 q1 = q1 + 1;
1425 } while (q1
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.file.c602 char *p1, *q1;
606 q1 = strsave(short2str(*(Char *const *) q));
608 res = strcoll(p1, q1);
610 res = strcmp(p1, q1);
613 xfree (q1);
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dutmpx-darwin.c815 aslmsg q0, q1; local
822 asl_object_t q0, q1, query;
856 q1 = asl_new(ASL_TYPE_QUERY);
857 if (q1 == NULL)
867 asl_set_query(q1, FACILITY, LASTLOG_FACILITY, ASL_QUERY_OP_EQUAL);
871 m[1] = (asl_msg_t *)q1;
879 asl_release(q1);
884 asl_append(query, q1);
887 asl_release(q1);
896 asl_free(q1);
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DFPRInfo.h189 static const FPRReg fpRegT1 = ARM64Registers::q1;
213 static const FPRReg argumentFPR1 = ARM64Registers::q1; // fpRegT1
253 "q0", "q1", "q2", "q3", "q4", "q5", "q6", "q7",
/macosx-10.10.1/objc4-646/runtime/Messengers.subproj/
H A Dobjc-msg-arm64.s324 stp q0, q1, [sp, #(0*16)]
342 ldp q0, q1, [sp, #(0*16)]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlschemastypes.c3992 xmlSchemaValPtr p1, p2, q1, q2; local
4004 q1 = xmlSchemaDateNormalize(y, (14 * SECS_PER_HOUR));
4006 q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day;
4009 xmlSchemaFreeValue(q1);
4014 sec = TIME_TO_NUMBER(p1) - TIME_TO_NUMBER(q1);
4017 xmlSchemaFreeValue(q1);
4034 xmlSchemaFreeValue(q1);
4041 xmlSchemaFreeValue(q1);
4045 q1
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c3985 xmlSchemaValPtr p1, p2, q1, q2; local
3997 q1 = xmlSchemaDateNormalize(y, (14 * SECS_PER_HOUR));
3999 q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day;
4002 xmlSchemaFreeValue(q1);
4007 sec = TIME_TO_NUMBER(p1) - TIME_TO_NUMBER(q1);
4010 xmlSchemaFreeValue(q1);
4027 xmlSchemaFreeValue(q1);
4034 xmlSchemaFreeValue(q1);
4038 q1
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardSheet.cpp1905 Queue * q1, * q2; local
1907 q1 = (a->queues.size() > 0) ? a->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 ) argument
1945 return ( q1->priority <= q2->priority ) ? true : false;

Completed in 419 milliseconds

12