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

/osnet-11/usr/src/lib/efcode/gp2/
H A Dgp2.c115 fstack_t phi, plo, portid; local
119 phi = POP(DS);
122 portid = ((plo & 0xff800000) >> 23) | ((phi & 1) << 9);
124 (int)phi, (int)plo, (int)portid);
131 fstack_t phi, pmid, plo, len, addr; local
135 phi = POP(DS);
137 addr = mem_map_in(env, phi, plo, len);
275 fstack_t phi, plo, addr; local
282 phi = POP(DS);
286 PUSH(DS, phi);
[all...]
/osnet-11/usr/src/lib/efcode/jupiter/
H A Djupiter.c127 fstack_t phi, plo, len, addr; local
131 phi = POP(DS);
133 addr = mem_map_in(env, phi, plo, len);
151 fstack_t phi, plo; local
156 phi = POP(DS);
159 lsb = OPL_ADDR_TO_LSB(phi);
160 ch = OPL_ADDR_TO_CHANNEL(phi);
161 leaf = OPL_ADDR_TO_LEAF(phi, plo);
166 (int)phi, (int)plo, (int)portid);
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drsa.c191 gcry_mpi_t phi; /* helper: (p-1)(q-1) */
262 /* calculate Euler totient: phi = (p-1)(q-1) */
265 phi = gcry_mpi_snew ( nbits );
270 mpi_mul( phi, t1, t2 );
272 mpi_fdiv_q(f, phi, g);
274 while (!gcry_mpi_gcd(t1, e, phi)) /* (while gcd is not 1) */
282 /* calculate the secret key d = e^1 mod phi */
293 log_mpidump("phi= ", phi );
304 gcry_mpi_release (phi);
190 gcry_mpi_t phi; /* helper: (p-1)(q-1) */ local
386 gcry_mpi_t phi; /* Euler totient. */ local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Drsa.c190 gcry_mpi_t phi; /* helper: (p-1)(q-1) */
261 /* calculate Euler totient: phi = (p-1)(q-1) */
264 phi = gcry_mpi_snew ( nbits );
269 mpi_mul( phi, t1, t2 );
271 mpi_fdiv_q(f, phi, g);
273 while (!gcry_mpi_gcd(t1, e, phi)) /* (while gcd is not 1) */
281 /* calculate the secret key d = e^1 mod phi */
292 log_mpidump("phi= ", phi );
303 gcry_mpi_release (phi);
189 gcry_mpi_t phi; /* helper: (p-1)(q-1) */ local
385 gcry_mpi_t phi; /* Euler totient. */ local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm91 my ( $rho, $theta, $phi ) = @_;
93 return ( $rho * cos( $theta ) * sin( $phi ),
94 $rho * sin( $theta ) * sin( $phi ),
95 $rho * cos( $phi ) );
331 ($rho, $theta, $phi) = cartesian_to_spherical($x, $y, $z);
333 ($rho_s, $theta, $phi) = cylindrical_to_spherical($rho_c, $theta, $z);
334 ($x, $y, $z) = spherical_to_cartesian($rho, $theta, $phi);
335 ($rho_c, $theta, $z) = spherical_to_cylindrical($rho_s, $theta, $phi);
349 coordinate. The angle from the I<z>-axis is B<phi>, also known as the
352 pi/2, rho>. In geographical terms I<phi> i
[all...]
/osnet-11/usr/src/lib/efcode/pci/
H A Dpci.c239 fstack_t phi, pmid, plo, len, addr; local
243 phi = POP(DS);
246 addr = mem_map_in(env, phi, pmid, plo, len);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm1258 =item [{phi} : Philippine (Other)]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm182 'Phi' => q|$\Phi$|, # greek capital letter phi
208 'phi' => q|$\phi$|, # greek small letter phi

Completed in 210 milliseconds