Searched defs:near (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.t28 sub near ($$;$) { subroutine
30 print "# near? $_[0] $_[1] $e\n";
37 print 'not ' unless (near(tan($x), sin($x) / cos($x)));
40 print 'not ' unless (near(sinh(2), 3.62686040784702));
43 print 'not ' unless (near(acsch(0.1), 2.99822295029797));
53 print 'not ' unless (near($y, 1.5707963267949) and
54 near($z, -1.31695789692482));
57 print 'not ' unless (near(deg2rad(90), pi/2));
60 print 'not ' unless (near(rad2deg(pi), 180));
68 print 'not ' unless (near(
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Draid.c349 grub_uint64_t disknr, b, near, far, ofs;
352 far = ofs = near = 1;
356 near = array->total_devs;
359 near = array->layout & 0xFF;
373 read_sector = grub_divmod64 (read_sector * near, array->total_devs,
388 for (i = 0; i < near; i++)
440 disknr += (near - i);
348 grub_uint64_t disknr, b, near, far, ofs; local

Completed in 35 milliseconds