Searched refs:eps (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.t29 my $eps = 1e-13;
32 $eps = 1e-10; # results in Cray UNICOS, and occasionally also
89 print 'not ' unless (abs($z) - 3 * sqrt(2)) < $eps and
90 (arg($z) - pi / 4 ) < $eps and
91 (Re($z) - 3 ) < $eps and
92 (Im($z) - 3 ) < $eps;
102 print 'not ' unless (arg($z) + 3 / 4 * pi) < $eps and
103 (abs($z) - sqrt(2) ) < $eps and
104 (Re($z) + 1 ) < $eps and
105 (Im($z) + 1 ) < $eps;
[all...]
H A DTrig.t22 my $eps = 1e-11;
25 $eps = 1e-10;
29 my $e = defined $_[2] ? $_[2] : $eps;
H A DComplex.pm97 my $eps = 1e-14; # Epsilon
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dauth_time.c102 * Free the strings that were strduped into the eps structure.
105 free_eps(endpoint eps[], int num) argument
110 free(eps[i].uaddr);
111 free(eps[i].proto);
112 free(eps[i].family);
123 get_server(char *host, nis_server *srv, endpoint eps[], int maxep) argument
142 eps[num_ep].uaddr =
144 __nis_netconfig2ep(nc, &(eps[num_ep]));
153 srv->ep.ep_val = eps;
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmultiboot_mbi2.c343 struct grub_smbios_entry_point *eps = grub_smbios_get_entry_point(); local
345 if (!eps)
349 + eps->ep_length, MULTIBOOT_TAG_ALIGN);
845 struct grub_smbios_entry_point *eps; local
846 if ((eps = grub_smbios_get_entry_point()) != 0)
851 tag->size = sizeof (struct multiboot_tag_smbios) + eps->ep_length;
852 grub_memcpy(tag->entry_point, eps, eps->ep_length);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_ctl.c3783 NV eps = 0.5; local
3793 while (frcsize--) eps /= 10.0;
3796 if (value + eps >= pwr)
3799 if (value - eps <= -pwr)
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex1304 with PDF output, and none of those formats could be found. (.eps cannot
7409 % #1 is (mandatory) image filename; we tack on .eps extension.
7437 \epsfbox{#1.eps}%
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex6396 % #1 is (mandatory) image filename; we tack on .eps extension.
6424 \epsfbox{#1.eps}%

Completed in 53 milliseconds