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

123

/freebsd-current/lib/msun/src/
H A De_sqrt.c103 u_int32_t r,t1,s1,ix1,q1; local
141 q = q1 = s0 = s1 = 0; /* [q,q1] = sqrt(x) */
166 q1 += r;
178 if (q1==(u_int32_t)0xffffffff) { q1=0; q += 1;}
180 if (q1==(u_int32_t)0xfffffffe) q+=1;
181 q1+=2;
183 q1 += (q1
[all...]
H A De_jnf.c111 float q0,q1,h,tmp; int32_t k,m; local
113 q0 = w; z = w+h; q1 = w*z - (float)1.0; k=1;
114 while(q1<(float)1.0e9) {
116 tmp = z*q1 - q0;
117 q0 = q1;
118 q1 = tmp;
H A De_jn.c153 double q0,q1,h,tmp; int32_t k,m; local
155 q0 = w; z = w+h; q1 = w*z - 1.0; k=1;
156 while(q1<1.0e9) {
158 tmp = z*q1 - q0;
159 q0 = q1;
160 q1 = tmp;
/freebsd-current/contrib/bearssl/src/symcipher/
H A Daes_ct_dec.c49 uint32_t q0, q1, q2, q3, q4, q5, q6, q7; local
52 q1 = ~q[1];
59 q[7] = q1 ^ q4 ^ q6;
62 q[4] = q6 ^ q1 ^ q3;
64 q[2] = q4 ^ q7 ^ q1;
71 q1 = ~q[1];
78 q[7] = q1 ^ q4 ^ q6;
81 q[4] = q6 ^ q1 ^ q3;
83 q[2] = q4 ^ q7 ^ q1;
123 uint32_t q0, q1, q local
[all...]
H A Daes_ct64_dec.c35 uint64_t q0, q1, q2, q3, q4, q5, q6, q7; local
38 q1 = ~q[1];
45 q[7] = q1 ^ q4 ^ q6;
48 q[4] = q6 ^ q1 ^ q3;
50 q[2] = q4 ^ q7 ^ q1;
57 q1 = ~q[1];
64 q[7] = q1 ^ q4 ^ q6;
67 q[4] = q6 ^ q1 ^ q3;
69 q[2] = q4 ^ q7 ^ q1;
112 uint64_t q0, q1, q local
[all...]
H A Daes_ct_enc.c65 uint32_t q0, q1, q2, q3, q4, q5, q6, q7; local
69 q1 = q[1];
77 r1 = (q1 >> 8) | (q1 << 24);
86 q[1] = q0 ^ r0 ^ q7 ^ r7 ^ r1 ^ rotr16(q1 ^ r1);
87 q[2] = q1 ^ r1 ^ r2 ^ rotr16(q2 ^ r2);
H A Daes_ct64_enc.c68 uint64_t q0, q1, q2, q3, q4, q5, q6, q7; local
72 q1 = q[1];
80 r1 = (q1 >> 16) | (q1 << 48);
89 q[1] = q0 ^ r0 ^ q7 ^ r7 ^ r1 ^ rotr32(q1 ^ r1);
90 q[2] = q1 ^ r1 ^ r2 ^ rotr32(q2 ^ r2);
/freebsd-current/contrib/sendmail/contrib/
H A Dmovemail.conf9 /var/spool/mqueue/q1
24 30*$minutes, # q1 to q2
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dudivmodti4.c29 du_int q1, q0; // Quotient digits local
54 // Compute the first quotient digit, q1.
55 q1 = un64 / vn1;
56 rhat = un64 - q1 * vn1;
58 // q1 has at most error 2. No more than 2 iterations.
59 while (q1 >= b || q1 * vn0 > b * rhat + un1) {
60 q1 = q1 - 1;
66 un21 = un64 * b + un1 - q1 *
[all...]
/freebsd-current/sys/crypto/openssl/arm/
H A Dbsaes-armv7.S102 veor q11, q1, q9
142 veor q11, q11, q1
147 veor q1, q1, q11
164 vshr.u64 q10, q1, #2
174 veor q1, q1, q10
188 vshr.u64 q10, q1, #4
198 veor q1, q1, q1
[all...]
H A Dghashv8-armx.S42 INST(0xa0,0x2e,0xa0,0xf2) @ pmull q1,q8,q8
46 veor q1,q1,q9
47 veor q1,q1,q10
52 veor q0,q1,q10
81 INST(0xa2,0x2e,0xaa,0xf2) @ pmull q1,q13,q9 @ (H.lo+H.hi)��(Xi.lo+Xi.hi)
85 veor q1,q1,q9
86 veor q1,q
[all...]
H A Darmv4-gf2m.S180 vmull.p8 q1, d2, d27 @ F = A1*B
188 veor q1, q1, q0 @ L = E + F
204 vext.8 q1, q1, q1, #15
212 veor q1, q1, q2
214 veor q0, q0, q1
H A Dchacha-armv4.S813 vld1.32 {q1,q2},[r3] @ load key
823 vst1.32 {q0,q1},[sp] @ copy sigma|1/2key
834 vmov q5,q1
835 vmov q9,q1
847 vmov q5,q1
849 vmov q9,q1
867 vadd.i32 q0,q0,q1
891 veor q12,q1,q2
897 vshr.u32 q1,q12,#20
903 vsli.32 q1,q1
[all...]
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_sp800_56b_check.c27 BIGNUM *r = NULL, *p1 = NULL, *q1 = NULL; local
39 q1 = BN_CTX_get(ctx);
40 if (q1 != NULL) {
43 BN_set_flags(q1, BN_FLG_CONSTTIME);
52 /* q1 = q - 1 */
53 && (BN_copy(q1, rsa->q) != NULL)
54 && BN_sub_word(q1, 1)
60 && (BN_cmp(rsa->dmq1, q1) < 0)
68 && BN_mod_mul(r, rsa->dmq1, rsa->e, q1, ctx)
75 BN_clear(q1);
178 BIGNUM *r, *p1, *q1, *lcm, *p1q1, *gcd; local
265 ossl_rsa_get_lcm(BN_CTX *ctx, const BIGNUM *p, const BIGNUM *q, BIGNUM *lcm, BIGNUM *gcd, BIGNUM *p1, BIGNUM *q1, BIGNUM *p1q1) argument
[all...]
H A Drsa_sp800_56b_gen.c39 * q1, q2 The returned auxiliary primes for q.
45 * auxiliary primes q1 & q2 are calculated. If NULL these values
53 * p1, p2, q1, q2, Xpout, Xqout are returned if they are not NULL.
66 BIGNUM *q1 = NULL, *q2 = NULL; local
82 q1 = test->q1;
130 if (!ossl_bn_rsa_fips186_4_gen_prob_primes(rsa->q, Xqo, q1, q2, Xq, Xq1,
236 BIGNUM *p1, *q1, *lcm, *p1q1, *gcd; local
240 q1 = BN_CTX_get(ctx);
248 BN_set_flags(q1, BN_FLG_CONSTTIM
[all...]
H A Drsa_acvp_test_params.c116 t->q1 = BN_new();
142 && !OSSL_PARAM_set_BN(p, t->q1))
162 BN_free(t->q1);
/freebsd-current/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Dsse2_64_32.h20 sodium__mm_set_epi64x(int64_t q1, int64_t q0) argument
23 x0.as64 = q0; x1.as64 = q1;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h99 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } argument
/freebsd-current/tools/test/xregs_sig/
H A Dc2x2c_aarch64.S20 stp q0, q1, [x0, #( 0 * 16)]
44 ldp q0, q1, [x0, #( 0 * 16)]
/freebsd-current/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c120 uint64_t q0, q1, q2, q3, q4, q5, q6, q7; local
158 QEF_512(q0, q1, q2, q3, q4, q5, q6, q7);
166 LS2_512(q0, q1, q2, q3, q4, q5, q6, q7);
167 QEF_512(q0, q1, q2, q3, q4, q5, q6, q7);
174 LS1_512(q0, q1, q2, q3, q4, q5, q6, q7);
176 QEF_512(q0, q1, q2, q3, q4, q5, q6, q7);
184 LS2_512(q0, q1, q2, q3, q4, q5, q6, q7);
185 QEF_512(q0, q1, q2, q3, q4, q5, q6, q7);
197 p[9] ^= d(1) ^ q1;
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_prio_q.c216 queue *q1,
221 enqueue(q1, dequeue(q2));
215 append_queue( queue *q1, queue *q2 ) argument
H A Dntpsim.c619 double q1, q2; local
628 while ((q1 = drand48()) == 0)
631 return (m + s * sqrt(-2. * log(q1)) * cos(2. * PI * q2));
644 double q1; local
653 while ((q1 = drand48()) == 0)
655 return (m - s * log(q1 * s));
/freebsd-current/contrib/ntp/include/
H A Dntp_prio_q.h50 void append_queue(queue *q1, queue *q2);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_tlv.arm64.S54 stp q0, q1, [sp, #32 * 23]
58 ldp q0, q1, [sp, #32 * 23]
H A Delfnix_tls.aarch64.S55 stp q0, q1, [sp, #32 * 23]
60 ldp q0, q1, [sp, #32 * 23]

Completed in 294 milliseconds

123