Home
last modified time | relevance | path

Searched refs:z_in (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/misc/mnn/MNN-1.2.0/source/backend/metal/
H A DMetalConvolutionWinograd.metal39 auto S00 = get_input(z_in, ix + 0, iy + 0, cst);
40 auto S10 = get_input(z_in, ix + 1, iy + 0, cst);
41 auto S20 = get_input(z_in, ix + 2, iy + 0, cst);
42 auto S30 = get_input(z_in, ix + 3, iy + 0, cst);
43 auto S40 = get_input(z_in, ix + 4, iy + 0, cst);
44 auto S50 = get_input(z_in, ix + 5, iy + 0, cst);
45 auto S01 = get_input(z_in, ix + 0, iy + 1, cst);
46 auto S11 = get_input(z_in, ix + 1, iy + 1, cst);
47 auto S21 = get_input(z_in, ix + 2, iy + 1, cst);
48 auto S31 = get_input(z_in, ix + 3, iy + 1, cst);
[all …]
H A DMetalConvolution.metal123 …auto z_in = in + offset_y * cst.input_width …
133 auto in4 = z_in[z * cst.input_size + y * dilation_h + x * cst.dilation_x];
155 auto z_in = in + offset_y * cst.input_width + offset_x;
163 for (auto z = 0; z < cst.input_slice; z++, z_flt += cst.kernel_size, z_in += cst.input_size) {
164 …auto in00 = (offset_x<0 || offset_y<0) ? (ftype4)0.f : z_in[0*cst.input_width+0];
165 …auto in01 = (offset_x+1>=cst.input_width || offset_y<0) ? (ftype4)0.f : z_in[0*cst.input_width+1];
166 …auto in02 = (offset_x+2>=cst.input_width || offset_y<0) ? (ftype4)0.f : z_in[0*cst.input_width+2];
167 …auto in03 = (offset_x+3>=cst.input_width || offset_y<0) ? (ftype4)0.f : z_in[0*cst.input_width+3];
235 …auto z_in = in + offset_y * cst.input_width + off…
242 for (auto z = 0; z < cst.input_slice; z++, z_wt += cst.kernel_size, z_in += cst.input_size) {
[all …]
H A DMetalPooling.metal41 auto z_in = in + (int)gid.z * s.input_width * s.input_height;
42 auto result = ftype4(z_in[clamp(off_y, 0, y_max) * s.input_width + clamp(off_x, 0, x_max)]);
44 auto y_in = z_in + clamp(y, 0, y_max) * s.input_width;
66 auto z_in = in + (int)gid.z * s.input_width * s.input_height;
69 result += float4(z_in[y * s.input_width + x]);
H A DMetalROIPooling.metal53 auto z_in = in + (ib * s.slices + iz) * s.input_size;
54 auto max4 = is_empty ? 0 : z_in[h_start * s.input_width + w_start];
56 auto y_in = z_in + y * s.input_width;
/dports/science/mcstas/mcstas-2.5-src/nlib/share/
H A Dmcstas-r.c152 double x_in, y_in, z_in, tt, t[6], a, b; in box_intersect() local
162 z_in = z + tt*vz; in box_intersect()
163 if( y_in > -dy/2 && y_in < dy/2 && z_in > -dz/2 && z_in < dz/2) in box_intersect()
170 z_in = z + tt*vz; in box_intersect()
171 if( y_in > -dy/2 && y_in < dy/2 && z_in > -dz/2 && z_in < dz/2) in box_intersect()
183 z_in = z + tt*vz; in box_intersect()
184 if( x_in > -dx/2 && x_in < dx/2 && z_in > -dz/2 && z_in < dz/2) in box_intersect()
191 z_in = z + tt*vz; in box_intersect()
192 if( x_in > -dx/2 && x_in < dx/2 && z_in > -dz/2 && z_in < dz/2) in box_intersect()
/dports/graphics/proj/proj-7.2.1/test/gie/
H A Dunitconvert.gie7 operation proj=unitconvert xy_in=m xy_out=dm z_in=cm z_out=mm
12 operation proj=unitconvert +xy_in=m +xy_out=m +z_in=m +z_out=m
42 operation proj=unitconvert z_in=rad z_out=m
58 operation proj=unitconvert z_in=0
64 operation proj=unitconvert z_in=1e400
/dports/astro/oskar/OSKAR-2.8.0/oskar/math/src/
H A Doskar_dft_c2r.c28 const oskar_Mem* z_in, in oskar_dft_c2r() argument
43 (z_in != NULL && z_out != NULL && oskar_mem_length(z_out) > 0); in oskar_dft_c2r()
73 if (oskar_mem_location(z_in) != location || in oskar_dft_c2r()
79 if (oskar_mem_type(z_in) != type || oskar_mem_type(z_out) != type) in oskar_dft_c2r()
96 oskar_mem_double_const(z_in, status), in oskar_dft_c2r()
109 oskar_mem_float_const(z_in, status), in oskar_dft_c2r()
200 {PTR_SZ, is_3d ? oskar_mem_buffer_const(z_in) : &np}, in oskar_dft_c2r()
H A Doskar_dftw.c45 const oskar_Mem* z_in, in oskar_dftw() argument
65 const int is_3d = (z_in != NULL && z_out != NULL); in oskar_dftw()
103 if (oskar_mem_location(z_in) != location || in oskar_dftw()
109 if (oskar_mem_type(z_in) != type || oskar_mem_type(z_out) != type) in oskar_dftw()
131 oskar_mem_double_const(z_in, status), in oskar_dftw()
147 oskar_mem_float_const(z_in, status), in oskar_dftw()
200 oskar_mem_double_const(z_in, status), in oskar_dftw()
216 oskar_mem_float_const(z_in, status), in oskar_dftw()
309 {PTR_SZ, is_3d ? oskar_mem_buffer_const(z_in) : &np}, in oskar_dftw()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/extensions/bayesian-spam-filter/
H A DnsIncompleteGamma.h136 static double nsLnGamma(double z_in, int* gsign) { in nsLnGamma() argument
140 int zi = (int)z_in; in nsLnGamma()
141 if (z_in == (double)zi) { in nsLnGamma()
146 for (scale = 1.0, z = z_in; z < 8.0; ++z) scale *= z; in nsLnGamma()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/src/
H A Dcomplex.cpp276 static complex<_Tp> powT(const complex<_Tp>& z_in, int n) { in powT() argument
277 complex<_Tp> z = z_in; in powT()
308 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const complex<float>& z_in, int n) in pow() argument
309 { return powT(z_in, n); } in pow()
320 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const complex<double>& z_in, int n) in pow() argument
321 { return powT(z_in, n); } in pow()
335 _STLP_DECLSPEC complex<long double> _STLP_CALL pow(const complex<long double>& z_in, int n) in pow() argument
336 { return powT(z_in, n); } in pow()
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/src/
H A Dcomplex.cpp276 static complex<_Tp> powT(const complex<_Tp>& z_in, int n) { in powT() argument
277 complex<_Tp> z = z_in; in powT()
308 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const complex<float>& z_in, int n) in pow() argument
309 { return powT(z_in, n); } in pow()
320 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const complex<double>& z_in, int n) in pow() argument
321 { return powT(z_in, n); } in pow()
335 _STLP_DECLSPEC complex<long double> _STLP_CALL pow(const complex<long double>& z_in, int n) in pow() argument
336 { return powT(z_in, n); } in pow()
/dports/science/qmcpack/qmcpack-3.11.0/src/Containers/OhmmsSoA/
H A DPosTransformer.h46 const T* restrict z_in=pin.data(2)+first; ASSUME_ALIGNED(z_in);
53 x_out[i]=x_in[i]*x00+y_in[i]*x10+z_in[i]*x20;
54 y_out[i]=x_in[i]*x01+y_in[i]*x11+z_in[i]*x21;
55 z_out[i]=x_in[i]*x02+y_in[i]*x12+z_in[i]*x22;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A Dangletypes.h79 Offset(int x_in, int y_in, int z_in) : x(x_in), y(y_in), z(z_in) { } in Offset()
110 …Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) : x(x_in), y(y_in), z… in Box()
/dports/astro/oskar/OSKAR-2.8.0/oskar/math/
H A Ddefine_dft_c2r.h8 GLOBAL_IN(FP, z_in),\
46 if (IS_3D) c_z[t] = z_in[g];\
73 if (IS_3D) t += zo * z_in[i];\
H A Ddefine_dftw_c2c.h9 GLOBAL_IN(FP, z_in),\
55 if (IS_3D) c_z[t] = z_in[g];\
93 if (IS_3D) t += zo * z_in[i];\
/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dquaternion.cpp48 CoordType z_in) in Quaternion() argument
51 CoordType norm = std::sqrt(w_in*w_in + x_in*x_in + y_in*y_in + z_in*z_in); in Quaternion()
56 m_vec[2] = z_in / norm; in Quaternion()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/regress/
H A Dziptool_regress.c85 if (zip_close(z_in[idx]) < 0) { in zin_close()
86 fprintf(stderr, "can't close source archive: %s\n", zip_strerror(z_in[idx])); in zin_close()
89 z_in[idx] = z_in[z_in_count]; in zin_close()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dangletypes.h90 Offset(int x_in, int y_in, int z_in) : x(x_in), y(y_in), z(z_in) { } in Offset()
124 …Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) : x(x_in), y(y_in), z… in Box()
/dports/archivers/libzip/libzip-1.7.3/regress/
H A Dziptool_regress.c116 if (zip_close(z_in[idx]) < 0) { in zin_close()
117 fprintf(stderr, "can't close source archive: %s\n", zip_strerror(z_in[idx])); in zin_close()
120 z_in[idx] = z_in[z_in_count]; in zin_close()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dangletypes.h90 Offset(int x_in, int y_in, int z_in) : x(x_in), y(y_in), z(z_in) { } in Offset()
124 …Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) : x(x_in), y(y_in), z… in Box()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dangletypes.h90 Offset(int x_in, int y_in, int z_in) : x(x_in), y(y_in), z(z_in) { } in Offset()
124 …Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) : x(x_in), y(y_in), z… in Box()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dangletypes.h90 Offset(int x_in, int y_in, int z_in) : x(x_in), y(y_in), z(z_in) { } in Offset()
124 …Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) : x(x_in), y(y_in), z… in Box()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dangletypes.h90 Offset(int x_in, int y_in, int z_in) : x(x_in), y(y_in), z(z_in) { } in Offset()
124 …Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) : x(x_in), y(y_in), z… in Box()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dangletypes.h90 Offset(int x_in, int y_in, int z_in) : x(x_in), y(y_in), z(z_in) { } in Offset()
124 …Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) : x(x_in), y(y_in), z… in Box()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dangletypes.h90 Offset(int x_in, int y_in, int z_in) : x(x_in), y(y_in), z(z_in) { } in Offset()
124 …Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) : x(x_in), y(y_in), z… in Box()

123456789