Home
last modified time | relevance | path

Searched refs:tanb (Results 1 – 25 of 98) sorted by relevance

1234

/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcp/
H A Dbond.cc234 double tanb = 0., cosa = cos (a0), sina = sin (a0); in GetLine2DCoords() local
236 tanb = fabs (tan ((M_PI - a0 + a1) / 2)); in GetLine2DCoords()
259 tanb = 0.; in GetLine2DCoords()
265 if (sign * a < sign * tanb) in GetLine2DCoords()
266 tanb = a; in GetLine2DCoords()
293 if (sign * a < sign * tanb) in GetLine2DCoords()
294 tanb = a; in GetLine2DCoords()
319 if (a < tanb) in GetLine2DCoords()
320 tanb = a; in GetLine2DCoords()
340 if (tana - tand > tanc - tanb) { in GetLine2DCoords()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.terraflow/
H A DweightWindow.cpp254 double tanb, contour, maxtanb = -1, maxcontour = -1; in makeD8() local
263 tanb = computeTanB(di,dj, elevwin); in makeD8()
266 if (tanb > maxtanb) { in makeD8()
267 maxtanb = tanb; in makeD8()
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Geomatics/
H A DSunEarthSatGeometry.cpp526 double tanb(::tan(beta)), yaw; in SatelliteYawAngle() local
528 yaw = ::atan2(tanb, -sinmu); in SatelliteYawAngle()
530 yaw = ::atan2(-tanb, sinmu); in SatelliteYawAngle()
536 yawrate = orbv * tanb * cosmu / (sinmu*sinmu+tanb*tanb); in SatelliteYawAngle()
/dports/games/openbor/openbor-3caaddd5/engine/sdl/
H A Dcontrol.c912 #define tanb 1.732051f in control_update_android_touch() macro
939 else if(tan<-tanb) in control_update_android_touch()
945 else if(tan>tanb) in control_update_android_touch()
983 else if(tan>tanb) in control_update_android_touch()
1041 #undef tanb in control_update_android_touch()
1083 #define tanb 1.732051f in is_touch_area() macro
1097 else if(tan<-tanb) in is_touch_area()
1101 else if(tan>tanb) in is_touch_area()
1121 else if(tan<-tanb) in is_touch_area()
1125 else if(tan>tanb) in is_touch_area()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.watershed/ram/
H A Dclose_maps.c144 if (!Rast_is_d_null_value(&tanb[SEG_INDEX(wat_seg, r, c)])) { in close_maps()
146 tanb[SEG_INDEX(wat_seg, r, c)]); in close_maps()
212 if (!Rast_is_d_null_value(&tanb[SEG_INDEX(wat_seg, r, c)])) { in close_maps()
215 tanb[SEG_INDEX(wat_seg, r, c)]; in close_maps()
273 G_free(tanb); in close_maps()
H A Dinit_vars.c156 sca = tanb = NULL; in init_vars()
161 tanb = (DCELL *) G_malloc(sizeof(DCELL) * in init_vars()
239 Rast_set_d_null_value(&tanb[seg_idx], 1); in init_vars()
H A Dmain.c43 DCELL *wat, *sca, *tanb; variable
H A DGwater.h64 extern DCELL *wat, *sca, *tanb;
H A Ddo_cum.c206 tanb[this_index] = get_slope_tci(alt[this_index], in do_cum()
498 tanb[this_index] = tci_div; in do_cum_mfd()
/dports/games/openbor4432/openbor-ba1eb4f/engine/sdl/
H A Dcontrol.c409 #define tanb 1.732051f in control_update_android_touch() macro
424 else if(tan<-tanb) in control_update_android_touch()
426 else if(tan>tanb) in control_update_android_touch()
438 else if(tan<-tanb) in control_update_android_touch()
440 else if(tan>tanb) in control_update_android_touch()
/dports/games/openbor3979/openbor-2bcf25b/engine/sdl/
H A Dcontrol.c432 #define tanb 1.732051f in control_update_android_touch() macro
447 else if(tan<-tanb) in control_update_android_touch()
449 else if(tan>tanb) in control_update_android_touch()
461 else if(tan<-tanb) in control_update_android_touch()
463 else if(tan>tanb) in control_update_android_touch()
/dports/databases/grass7/grass-7.8.6/raster/r.watershed/seg/
H A Dclose_maps.c172 if (!Rast_is_d_null_value(&sca_tanb.tanb)) { in close_maps()
175 dvalue = log(sca_tanb.sca / sca_tanb.tanb); in close_maps()
181 dvalue = sca_tanb.sca * sca_tanb.tanb; in close_maps()
H A Ddo_cum.c211 sca_tanb.tanb = get_slope_tci(wa.ele, wadown.ele, in do_cum()
456 sca_tanb.tanb = sum_contour = 0.; in do_cum_mfd()
475 sca_tanb.tanb += in do_cum_mfd()
540 sca_tanb.tanb = get_slope_tci(ele, ele_nbr[np_side], in do_cum_mfd()
H A DGwater.h69 DCELL tanb; variable
H A Dinit_vars.c282 Rast_set_d_null_value(&sca_tanb.tanb, 1); in init_vars()
/dports/textproc/p5-PDF-Create/PDF-Create-1.46/lib/PDF/Create/
H A DPage.pm911 my $tanb = sin($yskew) / cos($xskew);
912 $self->{'pdf'}->add("1 $tana $tanb 1 0 0 cm\n");
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/contrib/pseudopotentials/troullier-martins/
H A Datm.f4086 tanb = cdc(icore) / (r(icore)*cdcp-cdc(icore))
4089 rbnew = pi+atan(tanb*rbold)
4847 tanb = cdc(icore) / (r(icore)*cdcp-cdc(icore))
4850 rbnew = pi+atan(tanb*rbold)
5601 tanb = cdc(icore) / (r(icore)*cdcp-cdc(icore))
5604 rbnew = pi+atan(tanb*rbold)
6360 tanb = cdc(icore) / (r(icore)*cdcp-cdc(icore))
6363 rbnew = pi+atan(tanb*rbold)
7291 tanb = cdc(icore) / (r(icore)*cdcp-cdc(icore))
7294 rbnew = pi+atan(tanb*rbold)
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/contrib/pseudopotentials/troullier-martins/
H A Datm.f4086 tanb = cdc(icore) / (r(icore)*cdcp-cdc(icore))
4089 rbnew = pi+atan(tanb*rbold)
4847 tanb = cdc(icore) / (r(icore)*cdcp-cdc(icore))
4850 rbnew = pi+atan(tanb*rbold)
5601 tanb = cdc(icore) / (r(icore)*cdcp-cdc(icore))
5604 rbnew = pi+atan(tanb*rbold)
6360 tanb = cdc(icore) / (r(icore)*cdcp-cdc(icore))
6363 rbnew = pi+atan(tanb*rbold)
7291 tanb = cdc(icore) / (r(icore)*cdcp-cdc(icore))
7294 rbnew = pi+atan(tanb*rbold)
[all …]
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/hyphdicts/
H A Dhyph_ga_IE.dic5465 5tanb
/dports/print/scribus-devel/scribus-1.5.7/resources/dicts/
H A Dhyph_gl.dic5465 5tanb
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/data/
H A Dcj-punc.cin10330 tanb
/dports/chinese/gcin/gcin-2.9.0/data/
H A Dcj-punc.cin10329 tanb
H A Dcj.cin10321 tanb
/dports/chinese/gcin-qt5/gcin-2.9.0/data/
H A Dcj-punc.cin10329 tanb
H A Dcj.cin10321 tanb

1234