Home
last modified time | relevance | path

Searched refs:netgain (Results 1 – 4 of 4) sorted by relevance

/dports/comms/xnec2c/xnec2c-3.4/src/
H A Dgnuplot.c57 netgain, /* Viewer direction net gain buffer */ in Save_FreqPlots_Gnuplot_Data() local
63 netgain = 0; in Save_FreqPlots_Gnuplot_Data()
89 netgain = gmax + 10*log10(4*Zr*Zo/(pow(Zr+Zo,2)+pow(Zi,2))); in Save_FreqPlots_Gnuplot_Data()
137 fprintf( fp, "%13.6E %10.3E %10.3E\n", save.freq[idx], gmax, netgain ); in Save_FreqPlots_Gnuplot_Data()
H A Dplot_freqdata.c73 *netgain = NULL, /* Viewer direction net gain buffer */ in Plot_Frequency_Data() local
139 mem_realloc( (void **)&netgain, mreq, "in plot_freqdata.c" ); in Plot_Frequency_Data()
167 netgain[idx] = gmax[idx] + in Plot_Frequency_Data()
233 Plot_Graph2( gmax, netgain, save.freq, fstep, in Plot_Frequency_Data()
289 mem_realloc( (void **)&netgain, mreq, "in plot_freqdata.c" ); in Plot_Frequency_Data()
296 netgain[idx] = vgain[idx] + in Plot_Frequency_Data()
303 Plot_Graph2( vgain, netgain, save.freq, fstep, in Plot_Frequency_Data()
/dports/print/texlive-base/texlive-20150521-source/utils/pmx/pmx-2.7.0/
H A Dpmxab.c6223 static integer netgain; in crdacc_() local
6467 netgain = nsegal[iacctype - 1] - ibelowtop + ibelowbot; in crdacc_()
6471 if (netgain >= 0) { in crdacc_()
6474 segrb[(isegrb + netgain << 1) - 2] = segrb[(isegrb << 1) - 2]; in crdacc_()
6475 segrb[(isegrb + netgain << 1) - 1] = segrb[(isegrb << 1) - 1]; in crdacc_()
6476 ksegrb[isegrb + netgain - 1] = ksegrb[isegrb - 1]; in crdacc_()
6486 ksegrb[ibelowtop + netgain - 1] = ksegrb[ibelowtop - 1]; in crdacc_()
6496 ksegrb[ibelowtop + netgain - 1] = ksegrb[ibelowtop - 1]; in crdacc_()
6499 segrb[(isegrb + netgain << 1) - 2] = segrb[(isegrb << 1) - 2]; in crdacc_()
6501 ksegrb[isegrb + netgain - 1] = ksegrb[isegrb - 1]; in crdacc_()
[all …]
H A Dpmx270.for3852 netgain = nsegal(iacctype)-ibelowtop+ibelowbot
3856 if (netgain .ge. 0) then
3858 segrb(1,isegrb+netgain) = segrb(1,isegrb)
3859 segrb(2,isegrb+netgain) = segrb(2,isegrb)
3860 ksegrb(isegrb+netgain) = ksegrb(isegrb)
3866 segrb(2,ibelowtop+netgain) =
3875 segrb(2,ibelowtop+netgain) =
3879 segrb(1,isegrb+netgain) = segrb(1,isegrb)
3880 segrb(2,isegrb+netgain) = segrb(2,isegrb)
3881 ksegrb(isegrb+netgain) = ksegrb(isegrb)
[all …]