Home
last modified time | relevance | path

Searched refs:inH (Results 1 – 25 of 116) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/courgette/
H A Dmemory_monitor.cc12 bool inH = true; variable
14 H() { inH = false; tick_ = 0; bw_ = 0; d_bw_ = d_tick_ = 0; m_bw_ = 0; mem_ = high_ = 0;} in H()
16 inH = true; in ~H()
75 if (!inH) { in add()
76 inH = true; in add()
82 inH = false; in add()
88 if (!inH) { in sub()
89 inH = true; in sub()
97 inH = false; in sub()
/dports/math/py-yt/yt-4.0.1/yt/frontends/owls/
H A Dowls_ion_tables.py147 fnH, inH = np.modf(x_nH_clip)
148 inH = inH.astype(np.int32)
167 self.ionbal[inH, iT, iz] * (1 - fnH) * (1 - fT) * (1 - fz)
168 + self.ionbal[inH + 1, iT, iz] * (fnH) * (1 - fT) * (1 - fz)
169 + self.ionbal[inH, iT + 1, iz] * (1 - fnH) * (fT) * (1 - fz)
170 + self.ionbal[inH, iT, iz + 1] * (1 - fnH) * (1 - fT) * (fz)
171 + self.ionbal[inH + 1, iT, iz + 1] * (fnH) * (1 - fT) * (fz)
172 + self.ionbal[inH, iT + 1, iz + 1] * (1 - fnH) * (fT) * (fz)
173 + self.ionbal[inH + 1, iT + 1, iz] * (fnH) * (fT) * (1 - fz)
174 + self.ionbal[inH + 1, iT + 1, iz + 1] * (fnH) * (fT) * (fz)
/dports/misc/mnn/MNN-1.2.0/source/geometry/
H A DGeometryImageOp.cpp41 static void _ConverterInterp(const Interp* resize, InterpInfo* dstInfo, int inW, int inH, int outW,… in _ConverterInterp() argument
47 dstInfo->heightScale = (float)(inH) / (float)(outH); in _ConverterInterp()
55 dstInfo->heightScale = (float)(inH - 1) / (float)(outH - 1); in _ConverterInterp()
63 dstInfo->heightScale = (float)(inH) / (float)(outH); in _ConverterInterp()
73 dstInfo->heightScale = (float)(inH - 1) / (float)(outH - 1); in _ConverterInterp()
84 dstInfo->heightScale = (float)(inH) / (float)(outH); in _ConverterInterp()
93 dstInfo->heightScale = (float)inH / (float)outH; in _ConverterInterp()
108 dstInfo->heightScale = (float)(inH) / (float)(outH); in _ConverterInterp()
114 dstInfo->heightScale = (float)(inH) / (float)(outH); in _ConverterInterp()
185 auto inH = inputs[0]->height(); in onCompute() local
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUResize.cpp61 const int inH = input.dim[2].extent; in CPUResizeCubicC4() local
103 yp[0] = CLAMP(yInt - 1, 0, inH - 1); in CPUResizeCubicC4()
104 yp[1] = CLAMP(yInt, 0, inH - 1); in CPUResizeCubicC4()
105 yp[2] = CLAMP(yInt + 1, 0, inH - 1); in CPUResizeCubicC4()
106 yp[3] = CLAMP(yInt + 2, 0, inH - 1); in CPUResizeCubicC4()
152 const int inH = input.dim[2].extent; in CPUResizeBilinearC4() local
171 … reinterpret_cast<const float*>(input.host) + b * inputBatchSize + (int)n * 4 * inW * inH; in CPUResizeBilinearC4()
222 const int inH = input.dim[2].extent; in CPUResizeNearestneighborRoundC4() local
245 const int y_ = CLAMP(static_cast<int>(floorf(srcY + 0.499f)), 0, inH - 1); in CPUResizeNearestneighborRoundC4()
263 const int inH = input.dim[2].extent; in CPUResizeNearestneighborC4() local
[all …]
H A DCPUGridSample.cpp114 auto inH = inputTensor->buffer().dim[2].extent; in onExecute() local
131 auto y = getPosition(__gridPtr[2 * w + 1], inH, mAlignCorners); in onExecute()
140 auto inpC = _inputPtr + c * inW * inH * 4; in onExecute()
147 … Vec4::save(outH + 4 * w, interpolate(y, x, inpC, inH, inW, mMode, mPaddingMode)); in onExecute()
H A DCPUInterp.cpp74 const int inH = inputs[0]->buffer().dim[2].extent; in onResize() local
133 _hPosition[2 * y + 0] = CLAMP(y1, 0, inH - 1); in onResize()
134 _hPosition[2 * y + 1] = CLAMP(y1 + 1, 0, inH - 1); in onResize()
/dports/lang/ghc/ghc-8.10.7/libraries/haskeline/tests/
H A DRunTTY.hs57 (Just inH, Just outH, Nothing, ph)
64 hSetBuffering inH NoBuffering
66 outputs <- mapM (inputOutput inH outH) inputs
67 hClose inH
75 inputOutput inH outH input = do function
76 B.hPut inH input
/dports/lang/elm/compiler-0.19.1/_cabal_deps/haskeline-0.8.0.0/tests/
H A DRunTTY.hs57 (Just inH, Just outH, Nothing, ph)
64 hSetBuffering inH NoBuffering
66 outputs <- mapM (inputOutput inH outH) inputs
67 hClose inH
75 inputOutput inH outH input = do function
76 B.hPut inH input
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/haskeline-0.8.2/tests/
H A DRunTTY.hs57 (Just inH, Just outH, Nothing, ph)
64 hSetBuffering inH NoBuffering
66 outputs <- mapM (inputOutput inH outH) inputs
67 hClose inH
75 inputOutput inH outH input = do function
76 B.hPut inH input
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dwcs-resample.c41 int inW, inH; in resample_wcs_files() local
75 PTYPE_FLOAT, NULL, &inW, &inH); in resample_wcs_files()
85 for (i=0; i<(inW*inH); i++) { in resample_wcs_files()
92 logmsg("Input image is %i x %i pixels.\n", inW, inH); in resample_wcs_files()
97 if (resample_wcs(inwcs, inimg, inW, inH, in resample_wcs_files()
216 int resample_wcs(const anwcs_t* inwcs, const float* inimg, int inW, int inH, in resample_wcs() argument
293 if (x < 0 || x >= inW || y < 0 || y >= inH) in resample_wcs()
298 iny < (-lorder) || iny >= (inH+lorder)) in resample_wcs()
300 pix = lanczos_resample_unw_sep_f(inx, iny, inimg, inW, inH, &largs); in resample_wcs()
310 int inW, int inH, in resample_wcs_rgba() argument
[all …]
H A Dwcs-resample.h17 int resample_wcs(const anwcs_t* inwcs, const float* inimg, int inW, int inH,
22 int inW, int inH,
/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Dmodule.c579 SHash outH,inH; in ModuleDecl_makeFaninTree() local
582 SHash_init(&inH); in ModuleDecl_makeFaninTree()
588 fn->fn_in = getHashKeys(&inH); in ModuleDecl_makeFaninTree()
601 printHList(&inH); in ModuleDecl_makeFaninTree()
606 SHash_uninit(&inH); in ModuleDecl_makeFaninTree()
614 SHash outH,inH; in ModuleDecl_makeFaninTree() local
620 SHash_init(&inH); in ModuleDecl_makeFaninTree()
628 Expr_getStaticReaders(port, &inH); in ModuleDecl_makeFaninTree()
632 fn->fn_in = getHashKeys(&inH); in ModuleDecl_makeFaninTree()
645 printHList(&inH); in ModuleDecl_makeFaninTree()
[all …]
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dwcs-resample.c216 int resample_wcs(const anwcs_t* inwcs, const float* inimg, int inW, int inH, in resample_wcs() argument
293 if (x < 0 || x >= inW || y < 0 || y >= inH) in resample_wcs()
298 iny < (-lorder) || iny >= (inH+lorder)) in resample_wcs()
300 pix = lanczos_resample_unw_sep_f(inx, iny, inimg, inW, inH, &largs); in resample_wcs()
310 int inW, int inH, in resample_wcs_rgba() argument
345 if (x < 0 || x >= inW || y < 0 || y >= inH) in resample_wcs_rgba()
H A Dwcs-resample.h17 int resample_wcs(const anwcs_t* inwcs, const float* inimg, int inW, int inH,
22 int inW, int inH,
/dports/math/pari/pari-2.13.3/src/functions/modular_symbols/
H A Dmscosets5 Help: mscosets(gen, inH): gen being a system of generators for a group G and H
7 and the right action of G on H \ G. The subgroup H is given by a criterion inH
12 $H$ is given by a criterion \kbd{inH} (closure) deciding whether an element
34 \fun{GEN}{mscosets}{GEN G, void *E, long (*inH)(void *, GEN)}
H A Dmsfarey5 Help: msfarey(F,inH,{&CM}): F being a Farey symbol attached to a group G
7 to H; H is given by a criterion inH (closure) deciding whether an element
12 to $H$. The subgroup $H$ is given by a criterion \kbd{inH} (closure) deciding
49 \fun{GEN}{msfarey}{GEN F, void *E, long (*inH)(void *, GEN), GEN *pCM}.
/dports/misc/mnn/MNN-1.2.0/source/backend/metal/
H A DMetalGridSample.metal17 int inH;
112 auto y = getPosition(grid[gridPos+1], p.inH, p.alignCorners, p.paddingMode);
117 auto inputPtr = input + gid.z*channelC4*p.inH*p.inW + c*p.inH*p.inW;
118 output[outputPos] = interpolate(y, x, inputPtr, p.inH, p.inW, p.mode, p.paddingMode);
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/font/
H A DossimGdBitmapFont.cpp150 long inH = inBox.height(); in rasterizeNormal() local
188 if((inW == outW)&&(inH==outH)) in rasterizeNormal()
190 memcpy(theOutputBuffer, inBuf, inW*inH); in rasterizeNormal()
204 yLut[i] = (int)(i*((double)inH/(double)outH)); in rasterizeNormal()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bn254/
H A Dmarshal_test.go44 var inH []G2Affine
54 inH = make([]G2Affine, 0)
61 toEncode := []interface{}{inA, &inB, &inC, &inD, &inE, &inF, inG, inH}
105 if (len(inG) != len(outG)) || (len(inH) != len(outH)) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bw6-761/
H A Dmarshal_test.go44 var inH []G2Affine
54 inH = make([]G2Affine, 0)
61 toEncode := []interface{}{inA, &inB, &inC, &inD, &inE, &inF, inG, inH}
105 if (len(inG) != len(outG)) || (len(inH) != len(outH)) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-377/
H A Dmarshal_test.go44 var inH []G2Affine
54 inH = make([]G2Affine, 0)
61 toEncode := []interface{}{inA, &inB, &inC, &inD, &inE, &inF, inG, inH}
105 if (len(inG) != len(outG)) || (len(inH) != len(outH)) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-381/
H A Dmarshal_test.go44 var inH []G2Affine
54 inH = make([]G2Affine, 0)
61 toEncode := []interface{}{inA, &inB, &inC, &inD, &inE, &inF, inG, inH}
105 if (len(inG) != len(outG)) || (len(inH) != len(outH)) {
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/driver/android/
H A DScreenDriver.java178 final float inH = outMetrics.heightPixels / outMetrics.ydpi; in getScreenSizeMM() local
181 final float mmH = inH * mmpi; in getScreenSizeMM()
187 System.err.println("Screen N xy inch "+inW+" x "+inH); in getScreenSizeMM()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/uconv/util/
H A Dugen.c340 unsigned char inH, inL; in uGenerateShift() local
341 inH = (in >> 8) & 0xff; in uGenerateShift()
347 ( inH >= cell[i].shiftout_MinHB) && in uGenerateShift()
348 ( inH <= cell[i].shiftout_MaxHB) ) in uGenerateShift()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/aspell-pipe-0.6/src/Text/
H A DAspell.hs101 (Just inH, Just outH, Just errH, ph) <- P.createProcess proc
124 , aspellStdin = inH
131 T.hPutStrLn inH "!"

12345