Home
last modified time | relevance | path

Searched refs:skyval (Results 1 – 6 of 6) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g77.f-torture/noncompile/
H A D19990826-4.f272 15 call getparams(nfast,nslow,gxwid,gywid,skyval,tmin,tmax,
275 if(debug)write(ludebg,16)iframe,skyval,gxwid,gywid,tmin,tmax
288 skyguess=skyval
309 if (screen) call htype(line,skyval,.false.,fitr,ngr,ncon)
374 call setup ( numf,nc,screen,line,skyval,fitr,ngr,ncon,
453 call title (line,skyval,.false.,fitr,ngr,ncon,strint,ztot,nums)
478 call setup ( numf,nc,screen,line,skyval,fitr,ngr,ncon,
490 call htype(line,skyval,.false.,fitr,ngr,ncon)
540 call title (line,skyval,.true.,fitr,ngr,ncon,strint,ztot,nums)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g77.f-torture/noncompile/
H A D19990826-4.f272 15 call getparams(nfast,nslow,gxwid,gywid,skyval,tmin,tmax,
275 if(debug)write(ludebg,16)iframe,skyval,gxwid,gywid,tmin,tmax
288 skyguess=skyval
309 if (screen) call htype(line,skyval,.false.,fitr,ngr,ncon)
374 call setup ( numf,nc,screen,line,skyval,fitr,ngr,ncon,
453 call title (line,skyval,.false.,fitr,ngr,ncon,strint,ztot,nums)
478 call setup ( numf,nc,screen,line,skyval,fitr,ngr,ncon,
490 call htype(line,skyval,.false.,fitr,ngr,ncon)
540 call title (line,skyval,.true.,fitr,ngr,ncon,strint,ztot,nums)
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/csStorage/
H A DDualCsStorage.cpp529 void DualCsStorage::fillSkylineValues(const std::vector<real_t>& csval, std::vector<real_t>& skyval in fillSkylineValues() argument
532 std::vector<real_t>::iterator itms = skyval.begin() + 1; in fillSkylineValues()
538 …kylineValues(const std::vector<complex_t>& csval, std::vector<complex_t>& skyval,SymType sym) const in fillSkylineValues() argument
541 std::vector<complex_t>::iterator itms = skyval.begin() + 1; in fillSkylineValues()
547 …(const std::vector<Matrix<real_t> >& csval, std::vector<Matrix<real_t> >& skyval,SymType sym) const in fillSkylineValues() argument
550 std::vector<Matrix<real_t> >::iterator itms = skyval.begin() + 1; in fillSkylineValues()
556 … std::vector<Matrix<complex_t> >& csval, std::vector<Matrix<complex_t> >& skyval,SymType sym) const in fillSkylineValues() argument
559 std::vector<Matrix<complex_t> >::iterator itms = skyval.begin() + 1; in fillSkylineValues()
H A DSymCsStorage.cpp309 void SymCsStorage::fillSkylineValues(const std::vector<real_t>& csval, std::vector<real_t>& skyval,… in fillSkylineValues() argument
312 std::vector<real_t>::iterator itms = skyval.begin() + 1; in fillSkylineValues()
318 …kylineValues(const std::vector<complex_t>& csval, std::vector<complex_t>& skyval,SymType sym) const in fillSkylineValues() argument
321 std::vector<complex_t>::iterator itms = skyval.begin() + 1; in fillSkylineValues()
327 …(const std::vector<Matrix<real_t> >& csval, std::vector<Matrix<real_t> >& skyval,SymType sym) const in fillSkylineValues() argument
330 std::vector<Matrix<real_t> >::iterator itms = skyval.begin() + 1; in fillSkylineValues()
336 … std::vector<Matrix<complex_t> >& csval, std::vector<Matrix<complex_t> >& skyval,SymType sym) const in fillSkylineValues() argument
339 std::vector<Matrix<complex_t> >::iterator itms = skyval.begin() + 1; in fillSkylineValues()
/dports/astro/gnuastro/gnuastro-0.16/bin/mkcatalog/
H A Dparse.c448 float var, sval, varval, skyval, *V=NULL, *SK=NULL, *ST=NULL; in parse_objects() local
668 skyval = ( pp->st_sky in parse_objects()
673 if(!isnan(skyval)) in parse_objects()
676 oi[ OCOL_SUMSKY ] += skyval; in parse_objects()
832 float var, sval, varval, skyval, *V=NULL, *SK=NULL, *ST=NULL; in parse_clumps() local
1055 skyval = ( pp->st_sky in parse_clumps()
1060 if(!isnan(skyval)) in parse_clumps()
1063 ci[ CCOL_SUMSKY ] += skyval; in parse_clumps()
/dports/astro/gnuastro/gnuastro-0.16/bin/segment/
H A Dui.c742 float tmpval, skyval=NAN; in ui_read_std_and_sky() local
821 *(float *)(sky->array) = skyval = tmpval; in ui_read_std_and_sky()
858 return skyval; in ui_read_std_and_sky()