Searched refs:one (Results 151 - 175 of 740) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D20000511-2.f25 real one,zero local in subroutine:sgbcon
26 parameter(one= 1.0e+0,zero= 0.0e+0)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20000906-1.c27 int one = 1; variable
40 if (AREF (lp, 0) == one)
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/hints/
H A Daix.pl11 *** but you do not seem to have one in /usr/bin, but you seem to have
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dmake_command.com7 $! DCL usage (choose one):
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Ddiag.t53 is( $test->read('err'), "# # foo\n", "diag() adds # even if there's one already" );
74 $test->diag(qw(one two));
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dcompat01.t25 # some sample dumps of the hash { one => 1 }
44 is($data->{one}, 1, "Got data for $file");
/openbsd-current/gnu/usr.bin/perl/ext/GDBM_File/t/
H A Dcount.t32 $h{one} = '1';
H A Ddump.t50 $h{one} = '1';
78 { one => 1, two => 2, three => 3 },
96 { one => 1, two => 2, three => 3 },
/openbsd-current/lib/libcrypto/ec/
H A Decp_mont.c131 BIGNUM *one = NULL; local
143 one = BN_new();
144 if (one == NULL)
146 if (!BN_to_montgomery(one, BN_value_one(), mont, ctx))
151 group->mont_one = one;
152 one = NULL;
160 BN_free(one);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dforced1.C63 S one(1);
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dperlglob.pl28 version) in all but one respect--it understands wildcards in
36 While one may replace perlglob.exe with this, usage by overriding
/openbsd-current/regress/sys/fileops/
H A Dfileops2.pl62 # create one ~ 500K file and check that reading gives the same contents
96 test can be one of:
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_unittest2_with.py75 one = ''.join(chr(i) for i in range(255))
79 self.assertDictContainsSubset({'foo': one}, {'foo': u'\uFFFD'})
84 one = ''.join(chr(i) for i in range(255))
86 self._formatMessage(one, u'\uFFFD')
/openbsd-current/usr.sbin/bgplgd/
H A Dbgplgd.h56 int one; member in union:lg_ctx::__anon8
H A Dqs.c182 ctx->qs_args[qs].one = 1;
386 if (ctx->qs_args[QS_BEST].one) {
389 } else if (ctx->qs_args[QS_ERROR].one) {
392 } else if (ctx->qs_args[QS_INVALID].one) {
395 } else if (ctx->qs_args[QS_LEAKED].one) {
406 if (ctx->qs_args[QS_ALL].one) {
409 } else if (ctx->qs_args[QS_SHORTER].one) {
/openbsd-current/lib/libm/src/ld128/
H A De_powl.c84 one = 1.0L, variable
165 return one;
168 if (x == one)
169 return one;
172 return one;
222 return one / x;
243 z = one / z; /* z = (1/|x|) */
274 /* over/underflow if x is not close to one */
311 v = one / (ax + bp[k]);
362 s = one;
[all...]
/openbsd-current/distrib/special/more/
H A Dtgoto.c60 * %i increments row/column (for one origin indexing)
62 * %B BCD (2 decimal digits encoded in one byte)
104 goto one;
121 one:
/openbsd-current/lib/libm/src/
H A De_fmodf.c25 static const float one = 1.0, Zero[] = {0.0, -0.0,}; variable
98 x *= one; /* create necessary signal */
H A De_jn.c45 one = 1.00000000000000000000e+00; /* 0x3FF00000, 0x00000000 */ variable
115 for (a=one,i=2;i<=n;i++) {
162 for(t=zero, i = 2*(n+k); i>=m; i -= 2) t = one/(i/x-t);
164 b = one;
195 b = one;
216 if((ix|lx)==0) return -one/zero;
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Ddata.t42 if ($line1 eq "one\n") { print "ok 1\n" } else { print "not ok 1\n" }
45 one
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dui-file.c540 struct ui_file *one, *two;
545 tee_file_new (struct ui_file *one, int close_one,
551 tee->one = one;
571 ui_file_delete (tee->one);
585 tee->one->to_flush (tee->one);
596 ui_file_write (tee->one, buf, length_buf);
607 tee->one->to_fputs (linebuffer, tee->one);
538 struct ui_file *one, *two; member in struct:tee_file
543 tee_file_new(struct ui_file *one, int close_one, struct ui_file *two, int close_two) argument
[all...]
/openbsd-current/lib/libcrypto/ocsp/
H A Docsp_cl.c88 OCSP_ONEREQ *one; local
90 if ((one = OCSP_ONEREQ_new()) == NULL)
93 if (!sk_OCSP_ONEREQ_push(req->tbsRequest->requestList, one))
96 OCSP_CERTID_free(one->reqCert);
97 one->reqCert = cid;
98 return one;
101 OCSP_ONEREQ_free(one);
151 * name of an optional signers certificate and include one
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dref.t19 $bar = "one";
23 is($foo, 'one');
605 my (undef, $one) = @{$name1}[2,3];
607 is ($one, undef, 'Nothing before we start (array slices)');
610 (undef, $one) = @{$name1}[2,3];
612 is ($one, "Yummy", 'Accessing via the correct name works');
615 ok (defined $one, 'defined via the correct name works');
629 my (undef, $one) = @{$name1}{'SNIF', 'BEEYOOP'};
631 is ($one, undef, 'Nothing before we start (hash slices)');
634 (undef, $one)
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dyamlish.t114 '- one',
123 out => [ 'one', [ 'two', ['three'], 'four' ], 'five' ],
128 'one:',
137 one => { two => { three => '3', four => '4' }, five => '5' },
144 'one:',
153 one => { two => undef, three => '3', four => '4', five => '5' },
160 'one:',
169 one => { two => undef, three => '3', four => '4', five => '5' },
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/
H A DPrfDB.pm222 C<OS2::PrfDB> and C<OS2::PrfDB::Sub>. First one supports one argument,
223 the name of the file to open, the second one the name of the file to
270 0, handle for "both" of them: the handle works for read from any one,
271 and for write into I<User> one.
288 argument to tie() interface, one may use the following functions from

Completed in 164 milliseconds

1234567891011>>