Home
last modified time | relevance | path

Searched refs:coskh (Results 1 – 7 of 7) sorted by relevance

/dports/biology/babel/babel-1.6/
H A Dint2cart.c44 double cosph, sinph, costh, sinth, coskh, sinkh; in old_int_to_cart() local
155 coskh = ypa/yza; in old_int_to_cart()
159 coskh = 1.0; in old_int_to_cart()
170 ypd = yd * coskh - zd * sinkh; in old_int_to_cart()
171 zpd = zd * coskh + yd * sinkh; in old_int_to_cart()
H A Dintcart.c18 register double cosph,sinph,costh,sinth,coskh,sinkh; in int_to_cart() local
132 coskh = ypa/yza; in int_to_cart()
135 ypd = coskh*yd - sinkh*zd; in int_to_cart()
136 zpd = coskh*zd + sinkh*yd; in int_to_cart()
/dports/science/xtb/xtb-6.4.1/src/
H A Dintmodes.f90772 real(wp) :: coskh,sinkh,sina,cosa,sind,cosd
855 coskh=ypa/yza
862 coskh=1.d0
879 ypd=yd*coskh-zd*sinkh
880 zpd=zd*coskh+yd*sinkh
/dports/science/gabedit/GabeditSrc251_300720/src/Geometry/
H A DGeomConversion.c443 gdouble cosph,sinph,costh,sinth,coskh,sinkh; in zmat_to_xyz() local
666 coskh = ypa/yza; in zmat_to_xyz()
669 ypd = coskh*yd - sinkh*zd; in zmat_to_xyz()
670 zpd = coskh*zd + sinkh*yd; in zmat_to_xyz()
H A DGeomZmatrix.c291 gdouble cosph,sinph,costh,sinth,coskh,sinkh; in get_distance_zmatrix() local
447 coskh = ypa/yza; in get_distance_zmatrix()
450 ypd = coskh*yd - sinkh*zd; in get_distance_zmatrix()
451 zpd = coskh*zd + sinkh*yd; in get_distance_zmatrix()
493 gdouble cosph,sinph,costh,sinth,coskh,sinkh; in get_angle_zmatrix() local
660 coskh = ypa/yza; in get_angle_zmatrix()
663 ypd = coskh*yd - sinkh*zd; in get_angle_zmatrix()
664 zpd = coskh*zd + sinkh*yd; in get_angle_zmatrix()
865 coskh = ypa/yza; in get_dihedral_zmatrix()
868 ypd = coskh*yd - sinkh*zd; in get_dihedral_zmatrix()
[all …]
H A DDrawGeomCairo.c7289 gdouble cosph,sinph,costh,sinth,coskh,sinkh; in define_geometry_from_zmat() local
7467 coskh = ypa/yza; in define_geometry_from_zmat()
7470 ypd = coskh*yd - sinkh*zd; in define_geometry_from_zmat()
7471 zpd = coskh*zd + sinkh*yd; in define_geometry_from_zmat()
H A DDrawGeomGL.c8272 gdouble cosph,sinph,costh,sinth,coskh,sinkh; in define_geometry_from_zmat() local
8450 coskh = ypa/yza; in define_geometry_from_zmat()
8453 ypd = coskh*yd - sinkh*zd; in define_geometry_from_zmat()
8454 zpd = coskh*zd + sinkh*yd; in define_geometry_from_zmat()