Home
last modified time | relevance | path

Searched defs:shifts (Results 26 – 50 of 1397) sorted by relevance

12345678910>>...56

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/benchmark_plots/
H A Dplot_comparison.py17 def makePlot(benchmarkName, machineNames, shifts, showPlot): argument
118 shifts = args.shifts variable
/dports/science/cp2k-data/cp2k-7.1.0/tools/benchmark_plots/
H A Dplot_comparison.py16 def makePlot(benchmarkName, machineNames, shifts, showPlot): argument
105 shifts = args.shifts variable
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/samples/
H A DNursesSat.java49 IntVar[][][] shifts = new IntVar[numNurses][numDays][numShifts]; in main() local
121 int[] allNurses, int[] allDays, int[] allShifts, IntVar[][][] shifts, int limit) { in main()
163 private final IntVar[][][] shifts; in main() field in NursesSat.VarArraySolutionPrinterWithLimit
/dports/devel/binaryen/binaryen-version_98/src/ir/
H A Dbits.h81 auto shifts = bytes == 1 ? 24 : 16; in makeSignExt() local
96 auto shifts = bytes == 1 ? 56 : (bytes == 2 ? 48 : 32); in makeSignExt() local
206 if (auto* shifts = binary->right->dynCast<Const>()) { variable
301 if (auto* shifts = binary->right->dynCast<Const>()) { variable
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.h70 struct xfer_func_shift shifts; member
85 struct cm_color_matrix_shift shifts; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.h70 struct xfer_func_shift shifts; member
85 struct cm_color_matrix_shift shifts; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.h70 struct xfer_func_shift shifts; member
85 struct cm_color_matrix_shift shifts; member
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level3/MultiShiftTrsm/
H A DLUN.hpp20 Matrix<F>& T, const Matrix<F>& shifts, Matrix<F>& X ) in LeftUnb()
52 LUN( F alpha, Matrix<F>& U, const Matrix<F>& shifts, Matrix<F>& X ) in LUN()
78 ( F alpha, const DistMatrix<F>& U, const DistMatrix<F,VR,STAR>& shifts, in LUN()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/registration/
H A Dplot_register_rotation.py63 shifts, error, phasediff = phase_cross_correlation(image_polar, rotated_polar) variable
104 shifts, error, phasediff = phase_cross_correlation(image_polar, rescaled_polar, variable
153 shifts, error, phasediff = phase_cross_correlation(warped_image, warped_rts, variable
210 shifts, error, phasediff = phase_cross_correlation(warped_image_fs, variable
/dports/lang/mono/mono-5.10.1.57/mcs/jay/
H A Ddefs.h186 typedef struct shifts shifts; typedef
187 struct shifts struct
189 struct shifts *next; argument
191 short nshifts; argument
192 short shift[1];
/dports/math/igraph/igraph-0.9.5/src/constructors/
H A Dlcf.c47 const igraph_vector_t *shifts, in igraph_lcf_vector()
116 igraph_vector_t shifts; in igraph_lcf() local
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level3/MultiShiftQuasiTrsm/
H A DLUN.hpp20 LUNUnb( const Matrix<F>& U, const Matrix<F>& shifts, Matrix<F>& X ) in LUNUnb()
105 const Matrix<Complex<Real>>& shifts, in LUNUnb()
210 LUN( const Matrix<F>& U, const Matrix<F>& shifts, Matrix<F>& X ) in LUN()
245 ( const Matrix<Real>& U, const Matrix<Complex<Real>>& shifts, in LUN()
284 ( const DistMatrix<F>& U, const DistMatrix<F,VR,STAR>& shifts, in LUNLarge()
340 ( const DistMatrix<Real>& U, const DistMatrix<Complex<Real>,VR,STAR>& shifts, in LUNLarge()
412 const DistMatrix<F,shiftColDist,shiftRowDist>& shifts, in LUNMedium()
474 const DistMatrix<Complex<Real>,shiftColDist,shiftRowDist>& shifts, in LUNMedium()
549 const DistMatrix<F,shiftColDist,shiftRowDist>& shifts, in LUNSmall()
610 const DistMatrix<Complex<Real>,shiftColDist,shiftRowDist>& shifts, in LUNSmall()
H A DLLN.hpp25 LLNUnb( const Matrix<F>& L, const Matrix<F>& shifts, Matrix<F>& X ) in LLNUnb()
103 LLN( const Matrix<F>& L, const Matrix<F>& shifts, Matrix<F>& X ) in LLN()
131 ( const DistMatrix<F>& L, const DistMatrix<F,VR,STAR>& shifts, in LLNLarge()
181 const DistMatrix<F,shiftColDist,shiftRowDist>& shifts, in LLNMedium()
236 const DistMatrix<F,shiftColDist,shiftRowDist>& shifts, in LLNSmall()
H A DLLT.hpp22 ( bool conjugate, const Matrix<F>& L, const Matrix<F>& shifts, Matrix<F>& X ) in LLTUnb()
103 const Matrix<F>& L, const Matrix<F>& shifts, Matrix<F>& X ) in LLT()
151 const DistMatrix<F>& L, const DistMatrix<F,VR,STAR>& shifts, in LLTLarge()
215 const DistMatrix<F,shiftColDist,shiftRowDist>& shifts, DistMatrix<F>& X ) in LLTMedium()
287 const DistMatrix<F,shiftColDist,shiftRowDist>& shifts, in LLTSmall()
351 const DistMatrix<F,shiftColDist,shiftRowDist>& shifts, in LLTSmall()
H A DLUT.hpp21 ( bool conjugate, const Matrix<F>& U, const Matrix<F>& shifts, Matrix<F>& X ) in LUTUnb()
107 const Matrix<Complex<Real>>& shifts, in LUTUnb()
214 const Matrix<F>& U, const Matrix<F>& shifts, Matrix<F>& X ) in LUT()
254 const Matrix<Complex<Real>>& shifts, in LUT()
299 const DistMatrix<F,VR,STAR>& shifts, in LUTLarge()
355 const DistMatrix<Complex<Real>,VR,STAR>& shifts, in LUTLarge()
426 const DistMatrix<F,shiftColDist,shiftRowDist>& shifts, in LUTMedium()
488 const DistMatrix<Complex<Real>,shiftColDist,shiftRowDist>& shifts, in LUTMedium()
565 const DistMatrix<F,shiftColDist,shiftRowDist>& shifts, in LUTSmall()
622 const DistMatrix<Complex<Real>,shiftColDist,shiftRowDist>& shifts, in LUTSmall()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/arpack/src_f77/
H A Dssgets.f93 subroutine ssgets ( ishift, which, kev, np, ritz, bounds, shifts ) argument
114 & bounds(kev+np), ritz(kev+np), shifts(np) local
H A Ddsgets.f93 subroutine dsgets ( ishift, which, kev, np, ritz, bounds, shifts ) argument
114 & bounds(kev+np), ritz(kev+np), shifts(np) local
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/
H A Dssgets.f93 subroutine ssgets ( ishift, which, kev, np, ritz, bounds, shifts ) argument
114 & bounds(kev+np), ritz(kev+np), shifts(np) local
H A Ddsgets.f93 subroutine dsgets ( ishift, which, kev, np, ritz, bounds, shifts ) argument
114 & bounds(kev+np), ritz(kev+np), shifts(np) local
/dports/lang/ocaml/ocaml-4.05.0/yacc/
H A Ddefs.h167 typedef struct shifts shifts; typedef
168 struct shifts struct
170 struct shifts *next; argument
172 short nshifts; argument
173 short shift[1];
/dports/devel/byaccj/byaccj1.15/src/
H A Ddefs.h154 typedef struct shifts shifts; typedef
155 struct shifts struct
157 struct shifts *next; argument
159 short nshifts; argument
160 short shift[1];
/dports/lang/ocaml-nox11/ocaml-4.05.0/yacc/
H A Ddefs.h167 typedef struct shifts shifts; typedef
168 struct shifts struct
170 struct shifts *next; argument
172 short nshifts; argument
173 short shift[1];
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/x86/
H A Dintrapred_directional_sse4.cc123 const __m128i shifts = _mm_unpacklo_epi8(opposite_shift, shift); in DirectionalZone1_4xH() local
184 const __m128i shifts = _mm_unpacklo_epi8(opposite_shift, shift); in DirectionalZone1_Large() local
213 const __m128i shifts = _mm_unpacklo_epi8(opposite_shift, shift); in DirectionalZone1_Large() local
330 const __m128i shifts = _mm_unpacklo_epi8(opposite_shift, shift); in DirectionalZone1_SSE4_1() local
616 __m128i shifts = _mm_srli_epi16( in DirectionalZone2FromLeftCol_4x4_SSE4_1() local
655 __m128i shifts = _mm_srli_epi16( in DirectionalZone2FromLeftCol_8x8_SSE4_1() local
844 __m128i shifts = _mm_srli_epi16( in DirectionalZone2_SSE4_1() local
871 __m128i shifts = _mm_srli_epi16( in DirectionalZone2_SSE4_1() local
982 __m128i shifts = _mm_srli_epi16( in DirectionalZone2_4_SSE4_1() local
1137 const __m128i& shifts, in CombineTopVals4()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_i2c_hw.c616 const struct dce_i2c_shift *shifts, in dce_i2c_hw_construct()
639 const struct dce_i2c_shift *shifts, in dce100_i2c_hw_construct()
656 const struct dce_i2c_shift *shifts, in dce112_i2c_hw_construct()
673 const struct dce_i2c_shift *shifts, in dcn1_i2c_hw_construct()
690 const struct dce_i2c_shift *shifts, in dcn2_i2c_hw_construct()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_i2c_hw.c616 const struct dce_i2c_shift *shifts, in dce_i2c_hw_construct()
639 const struct dce_i2c_shift *shifts, in dce100_i2c_hw_construct()
656 const struct dce_i2c_shift *shifts, in dce112_i2c_hw_construct()
673 const struct dce_i2c_shift *shifts, in dcn1_i2c_hw_construct()
690 const struct dce_i2c_shift *shifts, in dcn2_i2c_hw_construct()

12345678910>>...56