Home
last modified time | relevance | path

Searched +full:x +full:- +full:whatever (Results 1 – 25 of 1007) sorted by relevance

12345678910>>...41

/openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/
H A DEncode.t10 require Config; Config->import();
22 my @encodings = grep(/iso-?8859/,Encode::encodings());
25 my @source = qw(ascii iso8859-1 cp1250);
26 my @destiny = qw(cp1047 cp37 posix-bc);
27 my @ebcdic_sets = qw(cp1047 cp37 posix-bc);
33 my $sym = Encode->getEncoding('symbol');
34 my $uni = $sym->decode(encode(ascii => 'a'));
36 $str = $sym->encode("\N{Beta}");
41 my $tab = Encode->getEncoding($enc);
44 $uni = $tab->decod
[all...]
/openbsd-src/gnu/usr.bin/perl/t/lib/
H A Dh2ph.pht6 my($x) = @_;
7 eval q((($x)*($x)));
11 my($x) = @_;
12 eval q( &fprintf( &stderr, \\"%s\\\\n\\", $x->[2][3][0]));
44 undef(&WHATEVER) if defined(&WHATEVER);
46 eval 'sub WHATEVER () {6;}' unless defined(&WHATEVER);
[all...]
H A Dh2ph.h5 * For example, the multi-line comment :)
11 #define SQUARE(x) \ argument
12 ((x)*(x))
16 #define ERROR(x) fprintf(stderr, "%s\n", x[2][3][0]) argument
25 /* function-like macro with no parameters, outside of any conditional */
31 /* #ident - doesn't really do anything, but I think it always gets included anyway */
54 # error "Nup, can't go on" /* ' /* stupid font-lock-mod macro
56 # define WHATEVER global() macro
58 # define WHATEVER global() macro
60 # define WHATEVER global() macro
[all...]
/openbsd-src/bin/ed/USD.doc/10.edadv/
H A Dae23 .\" Copyright (C) Caldera International Inc. 2001-2002.
51 and labor-saving devices.
255 finds any line where `x' and `y' occur separated by
258 x+y
259 x\-y
260 x\*(BLy
261 x\*.y
287 is to re-type the entire line.
291 re-typing is a bore.
300 .UL "whatever it is" .
[all …]
H A Dae33 .\" Copyright (C) Caldera International Inc. 2001-2002.
47 1,$s/x/y/
78 with `+' and `\-'.
81 $-1
87 $-5,$p
95 \&\*.-3,\*.+3p
103 in specifying lines is to use `\-' and `+' as line numbers
106 -
112 ---
114 moves up three lines, as does `\-3'.
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/base/t/
H A Dfields.t1 #!/usr/bin/perl -w
32 return grep { ($fields::attr{$base}[$fields->{$_}] & $mask) == $mask}
42 eval q(my Foo $obj = Foo->new; $obj->{notthere} = "");
47 foreach (Foo->new) {
49 my %test = ( Pants => 'Whatever', _no => 'Yeah',
53 $obj->{Pants} = 'Whatever';
54 $obj->{_no} = 'Yeah';
58 is($obj->{$k}, $v);
64 return if $_[0] =~ /^Pseudo-hashes are deprecated/
69 is( $phash->{rank}, "Captain" );
[all …]
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp1 //===- SValBuilder.cpp - Basic class for all SValBuilder implementations --===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
46 //===----------------------------------------------------------------------===//
48 //===----------------------------------------------------------------------===//
66 if (type->isIntegralOrEnumerationType()) in makeZeroVal()
69 if (type->isArrayType() || type->isRecordType() || type->isVectorType() || in makeZeroVal()
70 type->isAnyComplexType()) in makeZeroVal()
128 const llvm::APSInt& I = CI->getValue(); in convertToArrayIndex()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dsyntax3.C9 // template class X::X<whatever>
11 // ... class X::X ...
14 class X
17 X();
20 class X::X () {} // ERROR - parse error in X() function
21 X::X () {} in X() function
H A Dsyntax4.C9 // template class X::X<whatever>
11 // ... class X::X ...
14 class X {
15 X ();
20 typedef ::X W;
25 class Y::W () {} // ERROR - parse error in W()
26 Y::W::X () {} in X() function
/openbsd-src/gnu/gcc/gcc/doc/
H A Dbugreport.texi34 If the compiler gets a fatal signal, for any input whatever, that is a
40 If the compiler produces invalid assembly code, for any input whatever
52 However, you must double-check to make sure, because you may have a
56 For example, in many nonoptimizing compilers, you can write @samp{x;}
57 at the end of a function instead of @samp{return x;}, with the same
92 @uref{http://gcc.gnu.org/bugs.html} for up-to-date instructions how to
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dbugreport.texi34 If the compiler gets a fatal signal, for any input whatever, that is a
40 If the compiler produces invalid assembly code, for any input whatever
52 However, you must double-check to make sure, because you may have a
56 For example, in many nonoptimizing compilers, you can write @samp{x;}
57 at the end of a function instead of @samp{return x;}, with the same
92 @uref{http://gcc.gnu.org/bugs.html} for up-to-date instructions how to
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dsyntax1.C9 // template class X::X<whatever>
11 // ... class X::X ...
23 template class Y::Y (int); // ERROR - parse error
24 template Y::Y (int); // ERROR - template-id does not match
H A Dsyntax2.C9 // template class X::X<whatever>
11 // ... class X::X ...
25 template class image<double>::image (const image<int> &); // ERROR - parse error
26 template class image<double>::image (image<int>); // ERROR - specified as declarator-id
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_iterator.h1 // Iterators -*- C++ -*-
18 // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
33 * Hewlett-Packard Company
39 * in supporting documentation. Hewlett-Packard Company makes no
44 * Copyright (c) 1996-1998
78 * &*(reverse_iterator(i)) == &*(i - 1)
109 * The default constructor default-initializes member @p current.
110 * If it is a pointer, that means it is zero-initialized.
117 * This %iterator will move in the opposite direction that @p x does.
151 return *--__tmp;
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdbcore.h21 Foundation, Inc., 59 Temple Place - Suite 330,
22 Boston, MA 02111-1307, USA. */
43 /* Read "memory data" from whatever target or inferior we have.
48 /* NOTE: cagney/2004-06-10: Code reading from a live inferior can use
74 /* Read a null-terminated string from the debuggee's memory, given address,
85 passing in an int * or whatever is wrong with respect to
91 /* Store VALUE at ADDR in the inferior as a LEN-byte unsigned integer. */
95 /* Store VALUE at ADDR in the inferior as a LEN-byte unsigned integer. */
120 /* Whether to open exec and core files read-only or read-write. */
188 0 --- integer registers
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_iterator.h1 // Iterators -*- C++ -*-
19 // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
34 * Hewlett-Packard Company
40 * in supporting documentation. Hewlett-Packard Company makes no
45 * Copyright (c) 1996-1998
82 * &*(reverse_iterator(i)) == &*(i - 1) in _GLIBCXX_BEGIN_NAMESPACE()
113 * The default constructor default-initializes member @p current. in _GLIBCXX_BEGIN_NAMESPACE()
114 * If it is a pointer, that means it is zero-initialized. in _GLIBCXX_BEGIN_NAMESPACE()
121 * This %iterator will move in the opposite direction that @p x does. in _GLIBCXX_BEGIN_NAMESPACE()
156 return *--__tmp; in _GLIBCXX_BEGIN_NAMESPACE()
[all …]
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dmanicheck15 or die "$0 [--exitstatus]";
25 next if -f $file;
33 return if -d;
39 my $x = $File::Find::name =~ s!^\./!!r;
40 return if $x =~ /^\.git\b/;
41 return if $x =~ m{^\.github/};
42 return if $files{$x};
44 print "$x\t\tnot in MANIFEST\n";
51 # clamp them to some range whatever we do. So as we need the code anyway, use
55 $exitcode = SKIP - 1
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DObject.pm8 TAP::Object - Base class that provides common functionality to all C<TAP::*> modules
20 package TAP::Whatever;
34 my $obj = TAP::Whatever->new(@args);
55 return $self->_initialize(@_);
78 $self->_croak( 'why me?', 'aaarrgh!' );
82 $class->_croak( 'this works too' );
97 $self->_confess( 'why me?', 'aaarrgh!' );
101 $class->_confess( 'this works too' );
121 $self->_croa
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/
H A DSimple.pod4 Pod::Simple - framework for parsing Pod
17 Be sure to read L</ENCODING> if your Pod contains non-ASCII characters.
24 program that has a multi-line quoted string which has lines that look
28 If you're reading this document just because you have a Pod-processing
34 then possibly even read L<perlpodspec> (some of which is for parser-writers,
35 but much of which is notes to formatter-writers).
41 =item C<< $parser = I<SomeClass>->new(); >>
46 =item C<< $parser->output_fh( *OUT ); >>
54 $parser->output_fh(*TXTOUT);
56 ...before you call one of the C<< $parser->parse_
[all...]
/openbsd-src/lib/libc/quad/
H A Dfloatdidf.c2 /*-
7 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
41 __floatdidf(quad_t x) in __floatdidf() argument
50 if (x < 0) in __floatdidf()
51 u.q = -x, neg = 1; in __floatdidf()
53 u.q = x, neg = 0; in __floatdidf()
56 * Now u.ul[H] has the factor of 2^32 (or whatever) and u.ul[L] in __floatdidf()
59 * code and does not know how to get at an exponent. Machine- in __floatdidf()
62 d = (double)u.ul[H] * (((int)1 << (INT_BITS - 2)) * 4.0); in __floatdidf()
65 return (neg ? -d : d); in __floatdidf()
H A Dfloatdisf.c2 /*-
7 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
41 __floatdisf(quad_t x) in __floatdisf() argument
50 if (x < 0) in __floatdisf()
51 u.q = -x, neg = 1; in __floatdisf()
53 u.q = x, neg = 0; in __floatdisf()
56 * Now u.ul[H] has the factor of 2^32 (or whatever) and u.ul[L] in __floatdisf()
59 * code and does not know how to get at an exponent. Machine- in __floatdisf()
64 f = (double)u.ul[H] * (((int)1 << (INT_BITS - 2)) * 4.0); in __floatdisf()
67 return (neg ? -f : f); in __floatdisf()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldata.pod3 perldata - Perl data types
8 X<variable, name> X<variable name> X<data type> X<type>
10 Perl has three built-in data types: scalars, arrays of scalars, and
27 (see L<perlmod/Packages> for details). For a more in-depth discussion
32 X<identifier>
34 Perl also has its own built-in variables whose names don't follow
42 X<variable, built-in>
48 X<scalar>
58 X<array>
65 X<hash>
[all …]
/openbsd-src/usr.bin/xargs/
H A Dstrnsubst.c6 * You may do whatever you want with this file as long as
26 * If replstr is NULL, then that internally is changed to a nil-string, so
56 n = snprintf(s2 + s2len, maxsize - s2len, "%.*s%s", in strnsubst()
57 (int)(this - s1), s1, replstr); in strnsubst()
63 strlcpy(s2 + s2len, s1, maxsize - s2len); in strnsubst()
74 char *x, *y, *z, *za; in main() local
76 x = "{}%$"; in main()
77 strnsubst(&x, "%$", "{} enpury!", 255); in main()
78 y = x; in main()
89 free(x); in main()
/openbsd-src/sys/arch/powerpc/include/
H A Dieee.h8 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
44 * ieee.h defines the machine-dependent layout of the machine's IEEE
53 * Note that 1.0 x 2 == 0.1 x 2 and that denorms are represented
55 * (-exp_bias+1)
56 * as fractions that look like 0.fffff x 2 . This means that
58 * -126
59 * the number 0.10000 x 2 , for instance, is the same as the normalized
61 * -127 -128
62 * float 1.0 x 2 . Thus, to represent 2 , we need one leading zero
64 * -129
[all …]
/openbsd-src/sys/arch/sh/include/
H A Dieee.h8 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
44 * ieee.h defines the machine-dependent layout of the machine's IEEE
53 * Note that 1.0 x 2 == 0.1 x 2 and that denorms are represented
55 * (-exp_bias+1)
56 * as fractions that look like 0.fffff x 2 . This means that
58 * -126
59 * the number 0.10000 x 2 , for instance, is the same as the normalized
61 * -127 -128
62 * float 1.0 x 2 . Thus, to represent 2 , we need one leading zero
64 * -129
[all …]

12345678910>>...41