Home
last modified time | relevance | path

Searched refs:zz (Results 1 – 25 of 48) sorted by relevance

12

/openbsd/src/lib/libm/src/
Ds_casinf.c58 static float complex ca, ct, zz, z2; in casinf() local
125 zz = (x - y) * (x + y) + (2.0f * x * y) * I; in casinf()
126 zz = 1.0f - crealf(zz) - cimagf(zz) * I; in casinf()
127 z2 = csqrtf (zz); in casinf()
129 zz = ct + z2; in casinf()
130 zz = clogf (zz); in casinf()
132 w = zz * (-1.0f * I); in casinf()
Ds_casin.c60 static double complex ca, ct, zz, z2; in casin() local
122 zz = (x - y) * (x + y) + (2.0 * x * y) * I; in casin()
124 zz = 1.0 - creal(zz) - cimag(zz) * I; in casin()
125 z2 = csqrt (zz); in casin()
127 zz = ct + z2; in casin()
128 zz = clog (zz); in casin()
130 w = zz * (-1.0 * I); in casin()
Ds_casinl.c69 static long double complex ca, ct, zz, z2; in casinl() local
123 zz = (x - y) * (x + y) + (2.0L * x * y) * I; in casinl()
124 zz = 1.0L - creall(zz) - cimagl(zz) * I; in casinl()
125 z2 = csqrtl(zz); in casinl()
127 zz = ct + z2; in casinl()
128 zz = clogl(zz); in casinl()
130 w = zz * (-1.0L * I); in casinl()
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
Dhuffman.c35 Int32 zz, tmp; \
36 zz = z; tmp = heap[zz]; \
37 while (weight[tmp] < weight[heap[zz >> 1]]) { \
38 heap[zz] = heap[zz >> 1]; \
39 zz >>= 1; \
41 heap[zz] = tmp; \
46 Int32 zz, yy, tmp; \
47 zz = z; tmp = heap[zz]; \
49 yy = zz << 1; \
55 heap[zz] = heap[yy]; \
[all …]
Dblocksort.c205 #define SET_BH(zz) bhtab[(zz) >> 5] |= ((UInt32)1 << ((zz) & 31)) argument
206 #define CLEAR_BH(zz) bhtab[(zz) >> 5] &= ~((UInt32)1 << ((zz) & 31)) argument
207 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & ((UInt32)1 << ((zz) & 31))) argument
208 #define WORD_BH(zz) bhtab[(zz) >> 5] argument
209 #define UNALIGNED_BH(zz) ((zz) & 0x01f) argument
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Ddarwin-ldouble.c107 double z, q, zz, xh; in __gcc_qadd() local
117 zz = aa + cc; in __gcc_qadd()
119 x.dval[1] = a - z + c + zz; in __gcc_qadd()
121 x.dval[1] = c - z + a + zz; in __gcc_qadd()
126 zz = q + c + (a - (q + z)) + aa + cc; in __gcc_qadd()
129 if (zz == 0.0) in __gcc_qadd()
132 xh = z + zz; in __gcc_qadd()
137 x.dval[1] = z - xh + zz; in __gcc_qadd()
/openbsd/src/regress/libexec/ld.so/dlclose/test2/libzz/
DMakefile3 LIB= zz
4 SRCS= zz.c
/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/
DARCInstrInfo.td898 // Control bits: x, aa, di, zz
902 // zz - data size.
903 multiclass ArcLdInst<DataSizeMode zz, ExtMode x, CacheMode di, string asmop> {
904 let mayLoad = 1, ZZ = zz, X = x, DI = di in {
905 def _rs9: F32_LD_ADDR<x.Value, NoAM.Value, di.Value, zz.Value,
909 def _limm: F32_LD_LIMM<x.Value, di.Value, zz.Value,
913 def _rlimm: F32_LD_RLIMM<x.Value, NoAM.Value, di.Value, zz.Value,
918 def aa.InstSuffix#_rs9: F32_LD_RS9<x.Value, aa.Value, di.Value, zz.Value,
929 foreach zz = [ByteSM, HalfSM] in {
931 …defm LD#zz.InstSuffix#x.InstSuffix#di.InstSuffix : ArcLdInst<zz, x, di, "ld"#zz.AsmSuffix#x.AsmSuf…
[all …]
DARCInstrFormats.td471 // zz - Memory size (can be 8/16/32 bit load/store).
481 // |B[2-0] |S9[7-0] |S9[8]|B[5-3] |di|aa |zz |x|A |
482 class F32_LD_RS9<bit x, bits<2> aa, bit di, bits<2> zz, dag outs, dag ins,
496 let Inst{8-7} = zz;
503 class F32_LD_ADDR<bit x, bits<2> aa, bit di, bits<2> zz, dag outs, dag ins,
505 F32_LD_RS9<x, aa, di, zz, outs, ins, asmstr, pattern> {
517 // | 1| 1| 0| 0 | 1| 1| 1|di| 0|0|zz |x|A |
518 class F32_LD_LIMM<bit x, bit di, bits<2> zz, dag outs, dag ins,
532 let Inst{8-7} = zz;
542 // |B[2-0] |aa | 1| 1| 0|zz | x|di|B[5-3] | 1| 1|1|1|1|0|A |
[all …]
/openbsd/src/regress/bin/ksh/
Dinteger.t212 echo $(( zz = 8#100 ))
213 echo $zz
223 echo $(( zz = 0x7fffffffffffffff))
224 echo $zz
/openbsd/src/gnu/usr.bin/perl/lib/
Dvars.t109 eval 'use strict "refs"; my $zz = "abc"; use vars qw($foo$); my $y = $$zz;';
/openbsd/src/regress/bin/pax/
Dt4.out7 zz
/openbsd/src/gnu/usr.bin/perl/t/lib/croak/
Dclass51 class XXX { field $zz; $zz = 123; }
53 Field $zz is not accessible outside a method at - line 3.
/openbsd/src/gnu/usr.bin/perl/t/win32/
Dcrypt.t25 my @good_salts = qw(aa zz AA ZZ .. 99);
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D2035.crt12 zz+BrG+ZEVKxK/8fNnOMPHAegcUF9zCUOIajg0cE1GiTVi6wHFa+JSnUTt4h3l49
D289.crt14 r8zpqw+1zz/ZHfS/99xCD4ho9BgwlIocW8fPngbOJcg21ND+6IKD78lHaNWjVA94
D1930.key3 7gC9apcRtZT5jcWoHsFaDidDaAMVXJrb0y8wN6/zz+VNEDcc+NY3iXvhfFnPWnOT
D289.key6 UaPa1ZnFYuZFr8zpqw+1zz/ZHfS/99xCD4ho9BgwlIocW8fPngbOJcg21ND+6IKD
D374.key15 GYDU0MzIO9qXLyinoSDcdlRTJoT/oLJGjtpsCttu/zz+Hd6vaui9pWkCgYEAz76U
D1710.chain42 fb2KTsNR4+zz/36CO2R0BvpbD9l5Xv2z17HIOj9nklNbsaMpYBk4Nt4K9kGyyUvq
/openbsd/src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
Dloc_lkt.t51 ok($objLkt->lt("zz", "z\x{30C}"));
Dloc_cs.t51 ok($objCs->lt("zz","z\x{30C}"));
/openbsd/src/gnu/llvm/llvm/lib/Support/
DAPFloat.cpp4601 APFloat zz = aa; in addImpl() local
4602 Status |= zz.add(cc, RM); in addImpl()
4608 Status |= Floats[1].add(zz, RM); in addImpl()
4614 Status |= Floats[1].add(zz, RM); in addImpl()
4623 auto zz = q; in addImpl() local
4624 Status |= zz.add(c, RM); in addImpl()
4628 Status |= zz.add(q, RM); in addImpl()
4629 Status |= zz.add(aa, RM); in addImpl()
4630 Status |= zz.add(cc, RM); in addImpl()
4631 if (zz.isZero() && !zz.isNegative()) { in addImpl()
[all …]
/openbsd/src/regress/usr.bin/mandoc/char/unicode/
Dnogroff.out_utf860 zz LATIN SMALL LETTER Z
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DBuiltins.def541 BUILTIN(__builtin_calloc, "v*zz", "nF")
621 BUILTIN(__builtin___memcpy_chk, "v*v*vC*zz", "nF")
623 BUILTIN(__builtin___memmove_chk, "v*v*vC*zz", "nF")
624 BUILTIN(__builtin___mempcpy_chk, "v*v*vC*zz", "nF")
629 BUILTIN(__builtin___strlcat_chk, "zc*cC*zz", "nF")
630 BUILTIN(__builtin___strlcpy_chk, "zc*cC*zz", "nF")
631 BUILTIN(__builtin___strncat_chk, "c*c*cC*zz", "nF")
632 BUILTIN(__builtin___strncpy_chk, "c*c*cC*zz", "nF")
633 BUILTIN(__builtin___stpncpy_chk, "c*c*cC*zz", "nF")
1017 LIBBUILTIN(calloc, "v*zz", "f", STDLIB_H, ALL_LANGUAGES)
[all …]

12