Symbol: Q
lib/libm/src/e_acosl.c
77
q = Q(z);
lib/libm/src/e_acosl.c
83
q = Q(z);
lib/libm/src/e_acosl.c
99
q = Q(z);
lib/libm/src/e_asinl.c
67
q = Q(t);
lib/libm/src/e_asinl.c
75
q = Q(t);
lib/libm/src/ld128/e_expl.c
139
xx = __polevll( xx, Q, 5 );
lib/libm/src/ld128/e_expl.c
91
static long double Q[6] = {
lib/libm/src/ld128/e_log10l.c
240
y = x * (z * neval (x, P, 12) / deval (x, Q, 11));
lib/libm/src/ld128/e_log10l.c
87
static const long double Q[12] =
lib/libm/src/ld128/e_log2l.c
234
y = x * (z * neval (x, P, 12) / deval (x, Q, 11));
lib/libm/src/ld128/e_log2l.c
86
static const long double Q[12] =
lib/libm/src/ld80/e_expl.c
126
x = px/( __polevll( xx, Q, 3 ) - px );
lib/libm/src/ld80/e_expl.c
84
static long double Q[4] = {
lib/libm/src/ld80/e_log10l.c
184
y = x * ( z * __polevll( x, P, 6 ) / __p1evll( x, Q, 7 ) );
lib/libm/src/ld80/e_log10l.c
83
static long double Q[] = {
lib/libm/src/ld80/e_log2l.c
180
y = x * ( z * __polevll( x, P, 6 ) / __p1evll( x, Q, 7 ) );
lib/libm/src/ld80/e_log2l.c
83
static long double Q[] = {
lib/libm/src/ld80/e_logl.c
181
y = x * ( z * __polevll( x, P, 6 ) / __p1evll( x, Q, 6 ) );
lib/libm/src/ld80/e_logl.c
83
static long double Q[] = {
lib/libm/src/ld80/e_powl.c
374
w = x * ( z * __polevll( x, P, 3 ) / __p1evll( x, Q, 3 ) );
lib/libm/src/ld80/e_powl.c
94
static long double Q[] = {
lib/libm/src/ld80/e_tgammal.c
298
q = __polevll( x, Q, 8 );
lib/libm/src/ld80/e_tgammal.c
84
static long double Q[9] = {
lib/libm/src/ld80/s_erfl.c
251
long double R, S, P, Q, s, y, z, r;
lib/libm/src/ld80/s_erfl.c
286
Q = qa[0] + s * (qa[1] + s * (qa[2]
lib/libm/src/ld80/s_erfl.c
289
return erx + P / Q;
lib/libm/src/ld80/s_erfl.c
291
return -erx - P / Q;
lib/libm/src/ld80/s_erfl.c
333
long double R, S, P, Q, s, y, z, r;
lib/libm/src/ld80/s_erfl.c
371
Q = qa[0] + s * (qa[1] + s * (qa[2]
lib/libm/src/ld80/s_erfl.c
376
return z - P / Q;
lib/libm/src/ld80/s_erfl.c
380
z = erx + P / Q;
lib/libm/src/ld80/s_log1pl.c
185
y = x * ( z * __polevll( x, P, 6 ) / __p1evll( x, Q, 6 ) );
lib/libm/src/ld80/s_log1pl.c
80
static long double Q[] = {
lib/libm/src/s_erf.c
191
double R,S,P,Q,s,y,z,r;
lib/libm/src/s_erf.c
214
Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6)))));
lib/libm/src/s_erf.c
215
if(hx>=0) return erx + P/Q; else return -erx - P/Q;
lib/libm/src/s_erf.c
245
double R,S,P,Q,s,y,z,r;
lib/libm/src/s_erf.c
271
Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6)))));
lib/libm/src/s_erf.c
273
z = one-erx; return z - P/Q;
lib/libm/src/s_erf.c
275
z = erx+P/Q; return one+z;
lib/libm/src/s_erff.c
122
Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6)))));
lib/libm/src/s_erff.c
123
if(hx>=0) return erx + P/Q; else return -erx - P/Q;
lib/libm/src/s_erff.c
151
float R,S,P,Q,s,y,z,r;
lib/libm/src/s_erff.c
177
Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6)))));
lib/libm/src/s_erff.c
179
z = one-erx; return z - P/Q;
lib/libm/src/s_erff.c
181
z = erx+P/Q; return one+z;
lib/libm/src/s_erff.c
98
float R,S,P,Q,s,y,z,r;
regress/lib/libcrypto/ec/ectest.c
111
if (!EC_POINT_mul(group, Q, order, NULL, NULL, ctx))
regress/lib/libcrypto/ec/ectest.c
113
if (!EC_POINT_is_at_infinity(group, Q))
regress/lib/libcrypto/ec/ectest.c
117
if (!EC_POINT_mul(group, Q, order, NULL, NULL, ctx))
regress/lib/libcrypto/ec/ectest.c
119
if (!EC_POINT_is_at_infinity(group, Q))
regress/lib/libcrypto/ec/ectest.c
128
if (!EC_POINT_mul(group, Q, NULL, P, n1, ctx))
regress/lib/libcrypto/ec/ectest.c
130
if (0 != EC_POINT_cmp(group, Q, P, ctx))
regress/lib/libcrypto/ec/ectest.c
135
if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx))
regress/lib/libcrypto/ec/ectest.c
137
if (0 != EC_POINT_cmp(group, Q, P, ctx))
regress/lib/libcrypto/ec/ectest.c
142
if (!EC_POINT_mul(group, Q, NULL, P, n2, ctx))
regress/lib/libcrypto/ec/ectest.c
144
if (0 != EC_POINT_cmp(group, Q, P, ctx))
regress/lib/libcrypto/ec/ectest.c
148
EC_POINT_free(Q);
regress/lib/libcrypto/ec/ectest.c
159
EC_POINT *P, *Q, *R;
regress/lib/libcrypto/ec/ectest.c
206
Q = EC_POINT_new(group);
regress/lib/libcrypto/ec/ectest.c
208
if (!P || !Q || !R)
regress/lib/libcrypto/ec/ectest.c
217
if (!EC_POINT_oct2point(group, Q, buf, 1, ctx))
regress/lib/libcrypto/ec/ectest.c
220
if (!EC_POINT_add(group, P, P, Q, ctx))
regress/lib/libcrypto/ec/ectest.c
233
if (!EC_POINT_set_compressed_coordinates(group, Q, x, 1, ctx))
regress/lib/libcrypto/ec/ectest.c
235
if (EC_POINT_is_on_curve(group, Q, ctx) <= 0) {
regress/lib/libcrypto/ec/ectest.c
236
if (!EC_POINT_get_affine_coordinates(group, Q, x, y, ctx))
regress/lib/libcrypto/ec/ectest.c
265
if (!EC_POINT_add(group, P, P, Q, ctx))
regress/lib/libcrypto/ec/ectest.c
276
if (!EC_POINT_add(group, P, Q, R, ctx))
regress/lib/libcrypto/ec/ectest.c
281
len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf, sizeof buf, ctx);
regress/lib/libcrypto/ec/ectest.c
286
if (0 != EC_POINT_cmp(group, P, Q, ctx))
regress/lib/libcrypto/ec/ectest.c
292
len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, buf, sizeof buf, ctx);
regress/lib/libcrypto/ec/ectest.c
297
if (0 != EC_POINT_cmp(group, P, Q, ctx))
regress/lib/libcrypto/ec/ectest.c
303
len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, buf, sizeof buf, ctx);
regress/lib/libcrypto/ec/ectest.c
308
if (0 != EC_POINT_cmp(group, P, Q, ctx))
regress/lib/libcrypto/ec/ectest.c
621
if (!EC_POINT_copy(Q, P))
regress/lib/libcrypto/ec/ectest.c
623
if (EC_POINT_is_at_infinity(group, Q))
regress/lib/libcrypto/ec/ectest.c
631
if (!EC_POINT_invert(group, Q, ctx))
regress/lib/libcrypto/ec/ectest.c
634
if (!EC_POINT_add(group, R, P, Q, ctx))
regress/lib/libcrypto/ec/ectest.c
637
if (!EC_POINT_add(group, R, R, Q, ctx))
regress/lib/libcrypto/ec/ectest.c
650
EC_POINT_free(Q);
regress/lib/libcrypto/ec/ectest.c
94
EC_POINT *Q = EC_POINT_new(group);
regress/lib/libcrypto/ec/ectest.c
96
if (P == NULL || Q == NULL)
sbin/unwind/libunbound/sldns/keyraw.c
246
BIGNUM *Q=NULL, *P=NULL, *G=NULL, *Y=NULL;
sbin/unwind/libunbound/sldns/keyraw.c
247
if(!sldns_key_dsa_buf_bignum(key, len, &P, &Q, &G, &Y)) {
sbin/unwind/libunbound/sldns/keyraw.c
258
dsa->q = Q;
sbin/unwind/libunbound/sldns/keyraw.c
264
if (!DSA_set0_pqg(dsa, P, Q, G)) {
sbin/unwind/libunbound/sldns/keyraw.c
266
BN_free(Q);
sbin/unwind/libunbound/validator/val_secalgo.c
1123
SECItem Q = {siBuffer, NULL, 0};
sbin/unwind/libunbound/validator/val_secalgo.c
1140
Q.data = key+offset;
sbin/unwind/libunbound/validator/val_secalgo.c
1141
Q.len = SHA1_LENGTH;
sbin/unwind/libunbound/validator/val_secalgo.c
1163
if(SECITEM_CopyItem(pk->arena, &pk->u.dsa.params.subPrime, &Q)) {
sys/crypto/des_locl.h
88
#define D_ENCRYPT(Q,R,S) {\
sys/crypto/des_locl.h
92
Q^= des_SPtrans[1][(t )&0x3f]| \
usr.bin/ssh/sntrup761.c
1719
static void uint32_divmod_uint14(uint32_t *Q, uint16_t *r, uint32_t x, uint16_t m) {
usr.bin/ssh/sntrup761.c
1723
*Q = qpart;
usr.bin/ssh/sntrup761.c
1726
*Q += qpart;
usr.bin/ssh/sntrup761.c
1728
*Q += 1;
usr.bin/ssh/sntrup761.c
1731
*Q += mask;
usr.bin/ssh/sntrup761.c
1736
uint32_t Q;
usr.bin/ssh/sntrup761.c
1738
uint32_divmod_uint14(&Q, &r, x, m);
usr.sbin/mrouted/callout.c
110
prev = ptr = Q;
usr.sbin/mrouted/callout.c
115
if (!Q)
usr.sbin/mrouted/callout.c
116
Q = node;
usr.sbin/mrouted/callout.c
125
if (ptr == Q)
usr.sbin/mrouted/callout.c
126
Q = node;
usr.sbin/mrouted/callout.c
16
static struct timeout_q *Q = 0; /* pointer to the beginning of timeout queue */
usr.sbin/mrouted/callout.c
162
prev = ptr = Q;
usr.sbin/mrouted/callout.c
175
if (ptr == Q)
usr.sbin/mrouted/callout.c
176
Q = Q->next;
usr.sbin/mrouted/callout.c
206
for(ptr = Q; ptr; ptr = ptr->next)
usr.sbin/mrouted/callout.c
217
for (ptr = Q; ptr && ptr->id != timer_id; ptr = ptr->next)
usr.sbin/mrouted/callout.c
37
Q = (struct timeout_q *) 0;
usr.sbin/mrouted/callout.c
53
ptr = Q;
usr.sbin/mrouted/callout.c
58
Q = Q->next;
usr.sbin/mrouted/callout.c
66
ptr = Q;
usr.sbin/unbound/sldns/keyraw.c
246
BIGNUM *Q=NULL, *P=NULL, *G=NULL, *Y=NULL;
usr.sbin/unbound/sldns/keyraw.c
247
if(!sldns_key_dsa_buf_bignum(key, len, &P, &Q, &G, &Y)) {
usr.sbin/unbound/sldns/keyraw.c
258
dsa->q = Q;
usr.sbin/unbound/sldns/keyraw.c
264
if (!DSA_set0_pqg(dsa, P, Q, G)) {
usr.sbin/unbound/sldns/keyraw.c
266
BN_free(Q);
usr.sbin/unbound/validator/val_secalgo.c
1123
SECItem Q = {siBuffer, NULL, 0};
usr.sbin/unbound/validator/val_secalgo.c
1140
Q.data = key+offset;
usr.sbin/unbound/validator/val_secalgo.c
1141
Q.len = SHA1_LENGTH;
usr.sbin/unbound/validator/val_secalgo.c
1163
if(SECITEM_CopyItem(pk->arena, &pk->u.dsa.params.subPrime, &Q)) {