Searched refs:one (Results 51 - 75 of 740) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dtaint.t219 # Backslash should not fool perl into thinking that this is one
267 my ($desc, $s, $res, $res2, $one);
273 $one = $1;
276 isnt_tainted($one, "$desc: \$1 not tainted");
278 is($one, 'abcd', "$desc: \$1 value");
284 $one = $1;
287 isnt_tainted($one, "$desc: \$1 not tainted");
289 is($one, 'a', "$desc: \$1 value");
295 $one = $1;
298 isnt_tainted($one, "
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dredef1.c10 #define quux(thud) a one and a thud and a two
11 #define /**/ quux( thud ) /**/ a one and a /**/ thud /**/ and /**/ a two
12 #define quux(thud) a one and a thud and a two /* bah */
/openbsd-current/lib/libm/src/
H A De_atanhf.c19 static const float one = 1.0, huge = 1e30; variable
37 t = (float)0.5*log1pf(t+t*x/(one-x));
39 t = (float)0.5*log1pf((x+x)/(one-x));
H A Dk_cos.c56 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
73 w = one-hz;
74 return w + (((one-w)-hz) + (z*r-x*y));
H A De_acosh.c33 one = 1.0, variable
54 return log(2.0*x-one/(x+sqrt(t-one)));
56 t = x-one;
H A De_sinhf.c19 static const float one = 1.0, shuge = 1.0e37; variable
38 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */
40 if(ix<0x3f800000) return h*((float)2.0*t-t*t/(t+one));
41 return h*(t+t/(t+one));
H A De_sqrtf.c19 static const float one = 1.0, tiny=1.0e-30; variable
72 z = one-tiny; /* trigger inexact flag */
73 if (z>=one) {
74 z = one+tiny;
75 if (z>one)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmacsyntx.c41 #define one(x) macro
47 one() /* OK. */
48 one(ichi) /* OK. */
49 one(ichi\
/openbsd-current/gnu/usr.bin/perl/t/lib/
H A DCount.pm5 one! ha ha ha
/openbsd-current/lib/libm/src/ld128/
H A De_acoshl.c32 one = 1.0, variable
53 return logl(2.0L*x-one/(x+sqrtl(t-one)));
55 t = x-one;
H A De_atanhl.c35 static const long double one = 1.0L, huge = 1e4900L; variable
52 if (u.value == one)
61 t = 0.5*log1pl(t+t*u.value/(one-u.value));
63 t = 0.5*log1pl((u.value+u.value)/(one-u.value));
/openbsd-current/lib/libm/src/ld80/
H A De_acoshl.c32 one = 1.0, variable
52 return logl(2.0*x-one/(x+sqrtl(t-one)));
54 t = x-one;
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/t/parse-cpan-meta/
H A D03_functions.t17 my $one = <<'END_YAML';
29 my $one_scalar_tiny = Parse::CPAN::Meta::Load( $one );
32 is_deeply( $one_scalar_tiny, [ 'foo' ], 'one: Parsed correctly' );
/openbsd-current/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_location.py16 baseInput="int one;\nint two;\n"
27 one = get_cursor(tu, 'one')
30 self.assertIsNotNone(one)
33 self.assert_location(one.location,line=1,column=5,offset=4)
38 one = get_cursor(tu, 'one')
41 self.assertIsNotNone(one)
44 self.assert_location(one.location,line=2,column=5,offset=5)
49 one
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
H A Dmesh.t13 'mesh of one list returns the list' );
15 is_deeply( [mesh ['one', 'two'], [1, 2]], [ one => 1, two => 2 ],
30 ok( !defined eval { mesh +{ one => 1 } },
H A Dzip.t13 'zip of one list returns a list of singleton lists' );
15 is_deeply( [zip ['one', 'two'], [1, 2]], [ [one => 1], [two => 2] ],
30 ok( !defined eval { zip +{ one => 1 } },
/openbsd-current/regress/usr.bin/rsync/
H A Dtest4_excludedir.test18 rm one/two/three/four.txt
19 rmdir one/two/three
H A Dtest9_norecurse.test14 genfile one.txt
20 $rsync -Dgorltp dir1/foo/bar/baz/one.txt dir3
H A Dtest13_perms.test7 mkdirfile "${1}/one.txt"
19 chmod 470 dir3/one.txt
20 touch -m -t 199901020405 dir3/one.txt
H A Dtest13b_perms.test7 mkdirfile "${1}/one.txt"
20 chmod 070 dir3/one.txt
21 touch -m -t 199901020405 dir3/one.txt
H A Dlib.sh47 mkdirfile foo/bar/baz/one.txt
52 mkdirsymlink foo/baz/ ../bar/baz/one.txt three.txt
53 mkdirfile one/two/three/four.txt
54 mkdirfile foo/five/one/two/five/blah.txt
55 mkdirfile foo/one/two/five/blah.txt
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dcond.C41 if (enum A { one, two, three } foo = one) // ERROR -
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dprove.t120 argv => [qw(one two three)],
145 argv => [qw(one two three)],
170 args => { argv => [qw( one two three )] },
176 'one', 'two', 'three'
185 # argv => [qw( one two three )],
194 # 'one', 'two',
201 argv => [qw( one two three )],
204 argv => [qw( one two three )],
209 'one', 'two',
216 argv => [qw( one tw
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/
H A Dreg-pa64.s15 one label
73 ;; LDIL LR'one,%r22 ;
74 ;; FLDD RR'one(%r22),%fr4 ; 1.0
75 ;; FLDD RR'one+8(%r22),%fr5 ; 2.0
76 ;; FLDD RR'one+8(%r22),%fr6 ; 2.0
80 LDO one-here(%r2),%r2
H A Dreg.s70 LDIL LR'one,%r22 ;
71 FLDD RR'one(%r22),%fr4 ; 1.0
72 FLDD RR'one+8(%r22),%fr5 ; 2.0
73 FLDD RR'one+8(%r22),%fr6 ; 2.0
92 one label

Completed in 271 milliseconds

1234567891011>>