Home
last modified time | relevance | path

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

/dports/games/edge/Edge-1.35-source/src/
H A Dr_sky.cc114 sec_sky_ring_t *ring1, *ring2, *tmp_R; in R_ComputeSkyHeights() local
144 tmp_R = ring1; ring1 = ring2; ring2 = tmp_R; in R_ComputeSkyHeights()
152 for (tmp_R=ring2->next; tmp_R != ring2; tmp_R=tmp_R->next) in R_ComputeSkyHeights()
154 tmp_R->group = ring1->group; in R_ComputeSkyHeights()
155 tmp_R->max_h = ring1->max_h; in R_ComputeSkyHeights()
163 tmp_R = ring1->next; in R_ComputeSkyHeights()
165 ring2->next = tmp_R; in R_ComputeSkyHeights()
/dports/audio/musepack/musepack_src_r475/mpcenc/
H A Dmpcenc.c486 float tmp_R [3]; in SCF_Extraktion() local
508 tmp_R [0] = R; in SCF_Extraktion()
523 tmp_R [1] = R; in SCF_Extraktion()
538 tmp_R [2] = R; in SCF_Extraktion()
551 if (tmp_R [0] > 0.) scfR [0] = IFLOORF (-12.6f * LOG10 (tmp_R [0]) + 57.8945021823f ); in SCF_Extraktion()
552 if (tmp_R [1] > 0.) scfR [1] = IFLOORF (-12.6f * LOG10 (tmp_R [1]) + 57.8945021823f ); in SCF_Extraktion()
553 if (tmp_R [2] > 0.) scfR [2] = IFLOORF (-12.6f * LOG10 (tmp_R [2]) + 57.8945021823f ); in SCF_Extraktion()
617 tmp_R [0] = invSCF [comp_R[0] - scfR[0]]; in SCF_Extraktion()
618 tmp_R [1] = invSCF [comp_R[1] - scfR[1]]; in SCF_Extraktion()
619 tmp_R [2] = invSCF [comp_R[2] - scfR[2]]; in SCF_Extraktion()
[all …]
/dports/math/py-gau2grid/gau2grid-2.0.7/gau2grid/
H A DRSH.py114 tmp_R = []
118 tmp_R.append((k, v[0]))
124 terms.append(tmp_R)
128 terms.append(tmp_R)
/dports/math/gau2grid/gau2grid-2.0.7/gau2grid/
H A DRSH.py114 tmp_R = []
118 tmp_R.append((k, v[0]))
124 terms.append(tmp_R)
128 terms.append(tmp_R)
/dports/textproc/R-cran-rbibutils/rbibutils/tests/testthat/
H A Dtest-convert.R35 tmp_R <- tempfile(fileext = ".R") globalVar
173 bib2R <- bibConvert(tmp_bib, tmp_R)
381 bibConvert(tex_fn, tmp_R, outformat = "Rstyle")
401 bibConvert(tmp_R , tmp_xml2) # "bibentry"
H A Dtest-convert.Rsav35 tmp_R <- tempfile(fileext = ".R")
135 bib2R <- bibConvert(tmp_bib, tmp_R)
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/wavefunctions/
H A Dpw.py177 self.tmp_R = self.tmp_Q
261 nbytes = (self.tmp_R.nbytes +
312 self.tmp_R[:] = f_R
347 scale = 1.0 / self.tmp_R.size
369 return self.tmp_R.copy()
370 return self.tmp_R
560 return (pd.gd.distribute(pd.tmp_R) * (1.0 / self.tmp_R.size),
604 return (pd.gd.distribute(pd.tmp_R) * (1.0 / self.tmp_R.size),
644 scale = self.pd1.tmp_R.size / self.pd2.tmp_R.size
660 myb_G1 = b_G1 * (self.pd2.tmp_R.size / self.pd1.tmp_R.size)
[all …]