Home
last modified time | relevance | path

Searched defs:sctype (Results 1 – 24 of 24) sorted by relevance

/dports/math/octave-forge-io/io-2.6.4/inst/private/
H A D__JOD_spsh2oct__.m103 sctype = "FORMULA"; variable
105 sctype = char (scell.getValueType ()); variable
108 sctype = char (scell.getValueType ()); variable
148 sctype = STRING; variable
H A D__OXS_spsh2oct__.m95 sctype = scell.getCellType (); variable
/dports/math/curv/curv-0.5/libcurv/
H A Dreactive.cc26 SC_Type sctype, in Reactive_Expression()
H A Dpicker.cc191 Symbol_Ref name, std::string id, SC_Type sctype, Shared<const Phrase> ph) in Uniform_Variable()
/dports/devel/dev86/dev86-0.16.20/bcc/
H A Dtype.h79 EXTERN struct typestruct *sctype; variable
/dports/security/peda/peda-1.2/lib/
H A Dshellcode.py284 def shellcode(self, sctype, port=None, host=None): argument
/dports/math/py-numpy/numpy-1.20.3/numpy/core/
H A Dnumerictypes.py459 def sctype2char(sctype): argument
/dports/databases/grass7/grass-7.8.6/vector/v.vol.rst/
H A Duser1.c81 int nrec, nrec1, ctype, sctype; in INPUT() local
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/framing/src/
H A Dofdmflexframesync.c463 int sctype; in ofdmflexframesync_rxheader() local
688 int sctype; in ofdmflexframesync_rxpayload() local
H A Dofdmflexframegen.c663 int sctype; in ofdmflexframegen_gen_header() local
706 int sctype; in ofdmflexframegen_gen_payload() local
/dports/databases/grass7/grass-7.8.6/lib/rst/interp_float/
H A Dvinput2d.c74 int times, j1, ltype, cat, zctype = 0, sctype = 0; in IL_vector_input_data_2d() local
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/multichannel/src/
H A Dofdmframegen.c286 int sctype; in ofdmframegen_writesymbol() local
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/gamestate/
H A Dgenerator.cpp274 auto sctype = p->get_type(448); // scout cavarly in add_units() local
/dports/devel/py-tables/tables-3.6.1/tables/
H A Ddescription.py118 def from_sctype(class_, sctype, shape=(), dflt=None, pos=None): argument
H A Datom.py326 def from_sctype(class_, sctype, shape=(), dflt=None): argument
/dports/x11/nezd/nezd-0.1.0/
H A Ddraw.c69 enum sctype { LOCK_X, UNLOCK_X, TOP, BOTTOM, CENTER, LEFT, RIGHT }; enum
/dports/x11/dzen2/dzen-488ab66/
H A Ddraw.c67 enum sctype {LOCK_X, UNLOCK_X, TOP, BOTTOM, CENTER, LEFT, RIGHT}; enum
/dports/misc/rump/buildrump.sh-b914579/src/sys/altq/
H A Daltq_hfsc.h139 int sctype; member
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_avx512.hpp1177 #define OPENCV_HAL_IMPL_AVX512_REDUCE_8(sctype, func, _Tpvec, ifunc, scop) … argument
1200 #define OPENCV_HAL_IMPL_AVX512_REDUCE_16(sctype, func, _Tpvec, ifunc) … argument
1239 #define OPENCV_HAL_IMPL_AVX512_REDUCE_32(sctype, func, _Tpvec, ifunc) … argument
1257 #define OPENCV_HAL_IMPL_AVX512_REDUCE_64(sctype, func, _Tpvec, ifunc) … argument
1271 #define OPENCV_HAL_IMPL_AVX512_REDUCE_64_SUM(sctype, _Tpvec, suffix) … in OPENCV_HAL_IMPL_AVX512_REDUCE_64() argument
H A Dintrin_avx.hpp1141 #define OPENCV_HAL_IMPL_AVX_REDUCE_32(_Tpvec, sctype, func, intrin) \ argument
1157 #define OPENCV_HAL_IMPL_AVX_REDUCE_16(_Tpvec, sctype, func, intrin) \ in OPENCV_HAL_IMPL_AVX_REDUCE_32() argument
1174 #define OPENCV_HAL_IMPL_AVX_REDUCE_8(_Tpvec, sctype, func, intrin) \ argument
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dcopy.cpp939 int sctype = CV_MAKETYPE(depth, scalarcn); in ocl_copyMakeBorder() local
H A Dmatrix_operations.cpp151 int sctype = CV_MAKE_TYPE(depth, cn == 3 ? 4 : cn); in ocl_setIdentity() local
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.cpp1355 int sctype = CV_MAKETYPE(depth, scalarcn); in ocl_remap() local
2384 int sctype = CV_MAKETYPE(wdepth, cn); in ocl_warpTransform_cols4() local
2464 int sctype = CV_MAKETYPE(wdepth, scalarcn); in ocl_warpTransform() local
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/
H A Dnumpy.py26971 def sctype2char(sctype): argument