Home
last modified time | relevance | path

Searched refs:itind (Results 1 – 9 of 9) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/cpphs-1.20.9.1/Language/Preprocessor/Cpphs/
H A DSymTab.hs40 lookupST s ss = let vs = filter ((==s).fst) ((itind (hash s)) ss)
43 definedST s ss = let vs = filter ((==s).fst) ((itind (hash s)) ss)
68 itind :: Int -> IndTree a -> a
69 itind _ (Leaf x) = x function
70 itind i (Fork n lt rt) = if i<n then itind i lt else itind (i-n) rt function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/cpphs-1.20.9.1/Language/Preprocessor/Cpphs/
H A DSymTab.hs40 lookupST s ss = let vs = filter ((==s).fst) ((itind (hash s)) ss)
43 definedST s ss = let vs = filter ((==s).fst) ((itind (hash s)) ss)
68 itind :: Int -> IndTree a -> a
69 itind _ (Leaf x) = x function
70 itind i (Fork n lt rt) = if i<n then itind i lt else itind (i-n) rt function
/dports/devel/hs-cpphs/cpphs-1.20.9.1/Language/Preprocessor/Cpphs/
H A DSymTab.hs40 lookupST s ss = let vs = filter ((==s).fst) ((itind (hash s)) ss)
43 definedST s ss = let vs = filter ((==s).fst) ((itind (hash s)) ss)
68 itind :: Int -> IndTree a -> a
69 itind _ (Leaf x) = x function
70 itind i (Fork n lt rt) = if i<n then itind i lt else itind (i-n) rt function
/dports/math/libpgmath/flang-d07daf3/test/ncar_kernels/PORT_sw_rad/src/
H A Drrtmg_sw_reftra.f90106 INTEGER :: itind, icol local
202 itind = tblint * tblind + 0.5_r8
203 ze2 = exp_tbl(itind)
265 itind = tblint * tblind + 0.5_r8
266 zem1 = exp_tbl(itind)
274 itind = tblint * tblind + 0.5_r8
275 zem2 = exp_tbl(itind)
H A Drrtmg_sw_spcvmc.f90214 INTEGER :: itind(ncol) local
426 itind(iplon) = tblint * tblind(iplon) + 0.5_r8
427 zdbtmc(iplon) = exp_tbl(itind(iplon))
440 itind(iplon) = tblint * tblind(iplon) + 0.5_r8
441 zdbtmo(iplon) = exp_tbl(itind(iplon))
512 itind(iplon) = tblint * tblind(iplon) + 0.5_r8
513 zdbtmc(iplon) = exp_tbl(itind(iplon))
526 itind(iplon) = tblint * tblind(iplon) + 0.5_r8
527 zdbtmo(iplon) = exp_tbl(itind(iplon))
/dports/math/libpgmath/flang-d07daf3/test/ncar_kernels/PORT_sw_reftra/src/
H A Drrtmg_sw_reftra.f90109 INTEGER :: itind local
212 itind = tblint * tblind + 0.5_r8
213 ze2 = exp_tbl(itind)
276 itind = tblint * tblind + 0.5_r8
277 zem1 = exp_tbl(itind)
285 itind = tblint * tblind + 0.5_r8
286 zem2 = exp_tbl(itind)
/dports/math/libpgmath/flang-d07daf3/test/ncar_kernels/PORT_sw_spcvmc/src/
H A Drrtmg_sw_reftra.f90107 INTEGER :: itind local
203 itind = tblint * tblind + 0.5_r8
204 ze2 = exp_tbl(itind)
266 itind = tblint * tblind + 0.5_r8
267 zem1 = exp_tbl(itind)
275 itind = tblint * tblind + 0.5_r8
276 zem2 = exp_tbl(itind)
H A Drrtmg_sw_spcvmc.f90215 INTEGER :: itind(ncol) local
426 itind(iplon) = tblint * tblind(iplon) + 0.5_r8
427 zdbtmc(iplon) = exp_tbl(itind(iplon))
440 itind(iplon) = tblint * tblind(iplon) + 0.5_r8
441 zdbtmo(iplon) = exp_tbl(itind(iplon))
512 itind(iplon) = tblint * tblind(iplon) + 0.5_r8
513 zdbtmc(iplon) = exp_tbl(itind(iplon))
526 itind(iplon) = tblint * tblind(iplon) + 0.5_r8
527 zdbtmo(iplon) = exp_tbl(itind(iplon))
/dports/math/libpgmath/flang-d07daf3/test/ncar_kernels/PORT_reftra_sw/src/
H A Dkernel_reftra_sw.F90309 integer :: itind local
385 itind = tblint * tblind + 0.5_r8
386 ze2 = exp_tbl(itind)
457 itind = tblint * tblind + 0.5_r8
458 zem1 = exp_tbl(itind)
467 itind = tblint * tblind + 0.5_r8
468 zem2 = exp_tbl(itind)