Home
last modified time | relevance | path

Searched refs:m1 (Results 1 – 25 of 204) sorted by relevance

123456789

/openbsd/sys/arch/sparc64/fpu/
H A Dfpu_subr.c79 m1 = fp->fp_mant[1]; in fpu_shr()
105 s |= m3 | m2 | m1; in fpu_shr()
109 m3 = m1, m2 = m0, m1 = 0, m0 = 0; in fpu_shr()
112 m3 = m2, m2 = m1, m1 = m0, m0 = 0; in fpu_shr()
121 m1 = (m1 >> rsh) | (m0 << lsh); in fpu_shr()
125 fp->fp_mant[1] = m1; in fpu_shr()
149 m1 = fp->fp_mant[1]; in fpu_norm()
155 if (m1) in fpu_norm()
156 m0 = m1, m1 = m2, m2 = m3, m3 = 0, exp -= 32; in fpu_norm()
181 m1 = (m1 >> rsh) | (m0 << lsh); in fpu_norm()
[all …]
/openbsd/lib/libc/arch/sparc64/fpu/
H A Dfpu_subr.c79 m1 = fp->fp_mant[1]; in __fpu_shr()
105 s |= m3 | m2 | m1; in __fpu_shr()
109 m3 = m1, m2 = m0, m1 = 0, m0 = 0; in __fpu_shr()
112 m3 = m2, m2 = m1, m1 = m0, m0 = 0; in __fpu_shr()
121 m1 = (m1 >> rsh) | (m0 << lsh); in __fpu_shr()
125 fp->fp_mant[1] = m1; in __fpu_shr()
149 m1 = fp->fp_mant[1]; in __fpu_norm()
155 if (m1) in __fpu_norm()
156 m0 = m1, m1 = m2, m2 = m3, m3 = 0, exp -= 32; in __fpu_norm()
181 m1 = (m1 >> rsh) | (m0 << lsh); in __fpu_norm()
[all …]
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A D9uninit290 my ($m1);
307 my ($m1);
404 my ($m1);
757 $v = $m1 + $m1;
758 $v = $m1 - $m1;
760 $v = $m1 + $m1;
761 $v = $m1 - $m1;
791 /$m1/;
823 $m1 =~ tr/x/y/; undef $m1;
904 $m1 = 0;
[all …]
/openbsd/lib/libcrypto/bn/asm/
H A Dx86_64-mont5.pl193 mulq $m1 # np[0]*m1
221 mulq $m1 # np[j]*m1
284 mulq $m1 # np[0]*m1
315 mulq $m1 # np[j]*m1
518 mulq $m1 # np[0]*m1
548 mulq $m1 # np[j]*m1
563 mulq $m1 # np[j]*m1
578 mulq $m1 # np[j]*m1
594 mulq $m1 # np[j]*m1
611 mulq $m1 # np[j]*m1
[all …]
H A Dx86_64-mont.pl112 mulq $m1 # np[0]*m1
140 mulq $m1 # np[j]*m1
175 mulq $m1 # np[0]*m1
206 mulq $m1 # np[j]*m1
319 mulq $m1 # np[0]*m1
349 mulq $m1 # np[j]*m1
364 mulq $m1 # np[j]*m1
379 mulq $m1 # np[j]*m1
395 mulq $m1 # np[j]*m1
412 mulq $m1 # np[j]*m1
[all …]
H A Dppc-mont.pl97 $m1="r24";
165 $UMULL $lo1,$nj,$m1 ; np[0]*m1
166 $UMULH $hi1,$nj,$m1
171 $UMULL $nlo,$nj,$m1 ; np[1]*m1
172 $UMULH $nhi,$nj,$m1
186 $UMULL $nlo,$nj,$m1 ; np[j]*m1
188 $UMULH $nhi,$nj,$m1
226 $UMULL $lo1,$nj,$m1 ; np[0]*m1
227 $UMULH $hi1,$nj,$m1
230 $UMULL $nlo,$nj,$m1 ; np[1]*m1
[all …]
H A Dalpha-mont.pl41 $m1="s5";
87 mulq $lo0,$n0,$m1
89 mulq $hi1,$m1,$lo1
90 umulh $hi1,$m1,$hi1
101 mulq $nj,$m1,$nlo
103 umulh $nj,$m1,$nhi
118 mulq $nj,$m1,$nlo
128 umulh $nj,$m1,$nhi
175 mulq $lo0,$n0,$m1
177 mulq $hi1,$m1,$lo1
[all …]
/openbsd/regress/usr.bin/ssh/
H A Dmodpipe.c41 u_int8_t m1, m2; member
48 int n, m1, m2; in parse_modification() local
52 what, &m->offset, &m1, &m2)) < 3) in parse_modification()
57 if (m1 < 0 || m1 > 0xff) in parse_modification()
60 m->m1 = m1; in parse_modification()
64 if (m1 < 0 || m1 > 0xff) in parse_modification()
69 m->m1 = m1; in parse_modification()
115 buf[mods[i].offset - total] ^= mods[i].m1; in main()
118 buf[mods[i].offset - total] &= mods[i].m1; in main()
/openbsd/lib/libcrypto/des/
H A Dede_cbcm_enc.c93 c2l(iv1, m1); in DES_ede3_cbcm_encrypt()
98 tin[1] = m1; in DES_ede3_cbcm_encrypt()
101 m1 = tin[1]; in DES_ede3_cbcm_encrypt()
116 tin[1] ^= m1; in DES_ede3_cbcm_encrypt()
119 tin[1] ^= m1; in DES_ede3_cbcm_encrypt()
129 l2c(m1, iv1); in DES_ede3_cbcm_encrypt()
138 c2l(iv1, m1); in DES_ede3_cbcm_encrypt()
143 tin[1] = m1; in DES_ede3_cbcm_encrypt()
146 m1 = tin[1]; in DES_ede3_cbcm_encrypt()
158 tin[1] ^= m1; in DES_ede3_cbcm_encrypt()
[all …]
/openbsd/usr.sbin/rdate/
H A Dntpleaps.c123 u_int32_t m1, m2, m3; in ntpleaps_read() local
162 m1 = read_be_dword(buf); in ntpleaps_read()
165 m3 += (m1 << 2)+m1+(m2 << 2)+(m2 << 1); in ntpleaps_read()
169 for (m1 = 0; m1 < r; m1++) { in ntpleaps_read()
181 if (!m1 && s != 0x4000000004B2580AULL) { in ntpleaps_read()
186 l[m1] = s; in ntpleaps_read()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/
H A Dinherit1.C5 char* m1 () { return str;}; in m1() function
14 char* m1 () { C::m1(); return ""; } // ERROR - in m1() function
22 a.m1(); in main()
23 c.m1(); in main()
24 b.m1(); in main()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dbitfld3.C14 E m1: 8; member
23 E m1, m2; in fn() local
27 e = f ? m1 : m2; in fn()
28 e = f ? a.m1 : a.m2; in fn()
30 (f ? m1 : m2) = e; in fn()
31 (f ? a.m1 : a.m2) = e; in fn()
H A Dtypedef8.C18 X1::MyStruct1 m1; in foo() local
19 return m1; in foo()
24 X1::MyStruct2 m1; in baz() local
25 return m1; in baz()
/openbsd/sys/netinet/
H A Dip_ipcomp.c143 struct mbuf *m1, *mo; in ipcomp_input() local
227 if (m1 == NULL) { in ipcomp_input()
242 m_adj(m1, hlen); in ipcomp_input()
247 if (m1 != m) in ipcomp_input()
265 mo = m1->m_next; in ipcomp_input()
266 m1->m_next = NULL; in ipcomp_input()
269 adjlen = m1->m_len - roff; in ipcomp_input()
270 m_adj(m1, -adjlen); in ipcomp_input()
275 if (m1 != m) in ipcomp_input()
279 m1->m_next = mo; in ipcomp_input()
[all …]
/openbsd/sbin/savecore/
H A Dzopen.c494 long i, m1; in cl_hash() local
496 m1 = -1; in cl_hash()
507 *(htab_p - 9) = m1; in cl_hash()
508 *(htab_p - 8) = m1; in cl_hash()
509 *(htab_p - 7) = m1; in cl_hash()
510 *(htab_p - 6) = m1; in cl_hash()
511 *(htab_p - 5) = m1; in cl_hash()
512 *(htab_p - 4) = m1; in cl_hash()
513 *(htab_p - 3) = m1; in cl_hash()
514 *(htab_p - 2) = m1; in cl_hash()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dlll.c2 byte_match_count2 (buf, n, xm, m1, m2, m3, m4) in byte_match_count2() argument
6 unsigned m1, m2, m3, m4;
18 cnt += ((m1 & w) == 0);
25 cnt += ((m1 & w) == 0);
32 cnt += ((m1 & w) == 0);
39 cnt += ((m1 & w) == 0);
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdb_indent.sh39 m1=2
46 * ) echo "error: GNU indent $m1.$m2.$m3 expected" 1>&2 ; exit 1;;
52 if test $m1 -ne $v1 -o $m2 -ne $v2 -o $m3 -gt $v3
54 echo "error: Must be GNU indent version $m1.$m2.$m3 or later" 1>&2
60 echo "warning: GNU indent version $m1.$m2.$m3 recommended" 1>&2
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr15296.c16 union u0 m1[4]; member
29 union u0 *c = b->m1; in f()
68 if (s.m1[0].i != (W) uv || s.m1[1].i != 0 || s.m1[2].i != 999 in main()
69 || s.m1[3].i != 777 || uv[0].i != 111 || uv[1].i != 222 in main()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dpll.c33 } dot, vco, n, m, m1, m2, p, p1; member
45 .m1 = { .min = 18, .max = 26 },
381 if (clock->m1 < limit->m1.min || limit->m1.max < clock->m1) in intel_pll_is_valid()
455 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max; in i9xx_find_best_dpll()
456 clock.m1++) { in i9xx_find_best_dpll()
513 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max; in pnv_find_best_dpll()
514 clock.m1++) { in pnv_find_best_dpll()
576 for (clock.m1 = limit->m1.max; in g4x_find_best_dpll()
577 clock.m1 >= limit->m1.min; clock.m1--) { in g4x_find_best_dpll()
672 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max; clock.m1++) { in vlv_find_best_dpll()
[all …]
/openbsd/games/trek/
H A Ddcrept.c54 double m1, m2; in dcrept() local
60 m1 = 1.0 / Param.dockfac; in dcrept()
65 m1 = 1.0; in dcrept()
89 Device[e->systemname].name, x * m1 + 0.005, x * m2 + 0.005); in dcrept()
/openbsd/usr.bin/compress/
H A Dzopen.c704 long i, m1; in cl_hash() local
706 m1 = -1; in cl_hash()
717 *(htab_p - 9) = m1; in cl_hash()
718 *(htab_p - 8) = m1; in cl_hash()
719 *(htab_p - 7) = m1; in cl_hash()
720 *(htab_p - 6) = m1; in cl_hash()
721 *(htab_p - 5) = m1; in cl_hash()
722 *(htab_p - 4) = m1; in cl_hash()
723 *(htab_p - 3) = m1; in cl_hash()
724 *(htab_p - 2) = m1; in cl_hash()
[all …]
/openbsd/usr.bin/cdio/
H A Dcdio.c854 &m1, &s1, &tr2, &m2, &s2, &f2, &c)) in play()
860 &m1, &s1, &f1, &tr2, &m2, &s2, &c)) in play()
866 &m1, &s1, &f1, &m2, &s2, &f2, &c)) in play()
872 &tr1, &m1, &s1, &f1, &m2, &s2, &c)) in play()
878 &tr1, &m1, &s1, &m2, &s2, &f2, &c)) in play()
884 &tr1, &m1, &s1, &tr2, &m2, &s2, &c)) in play()
959 } else if (m1 > 99 || m2 > 99) { in play()
976 addmsf(&m1, &s1, &f1, tm, ts, tf); in play()
1025 return play_msf(m1, s1, f1, m2, s2, f2); in play()
1691 if (m1 > m2) in cmpmsf()
[all …]
/openbsd/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_sse41.c114 m1 = t1; in compress_pre()
128 t2 = _mm_unpacklo_epi64(m3, m1); in compress_pre()
132 t3 = _mm_unpackhi_epi32(m1, m3); in compress_pre()
138 m1 = t1; in compress_pre()
151 t2 = _mm_unpacklo_epi64(m3, m1); in compress_pre()
155 t3 = _mm_unpackhi_epi32(m1, m3); in compress_pre()
161 m1 = t1; in compress_pre()
174 t2 = _mm_unpacklo_epi64(m3, m1); in compress_pre()
184 m1 = t1; in compress_pre()
207 m1 = t1; in compress_pre()
[all …]
H A Dblake3_sse2.c120 m1 = t1; in compress_pre()
134 t2 = _mm_unpacklo_epi64(m3, m1); in compress_pre()
138 t3 = _mm_unpackhi_epi32(m1, m3); in compress_pre()
144 m1 = t1; in compress_pre()
157 t2 = _mm_unpacklo_epi64(m3, m1); in compress_pre()
161 t3 = _mm_unpackhi_epi32(m1, m3); in compress_pre()
167 m1 = t1; in compress_pre()
180 t2 = _mm_unpacklo_epi64(m3, m1); in compress_pre()
190 m1 = t1; in compress_pre()
213 m1 = t1; in compress_pre()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgenopinit.c145 int m1 = 0, m2 = 0, op = 0; local
238 m1 = i, np += strlen (GET_MODE_NAME(i));
252 && (! force_consec || (int) GET_MODE_WIDER_MODE(m1) == m2))
279 if (GET_MODE_CLASS (m1) == MODE_FLOAT)
283 for (np = GET_MODE_NAME(m1); *np; np++)
291 printf ("(int) %smode", GET_MODE_NAME(m1));

123456789