Home
last modified time | relevance | path

Searched defs:_w (Results 26 – 50 of 1581) sorted by relevance

12345678910>>...64

/dports/math/singular/Singular-Release-4-2-1/IntegerProgramming/
H A Dideal.cc118 ideal& ideal::Conti_Traverso_ideal(matrix& A,const term_ordering& _w) in Conti_Traverso_ideal()
172 ideal& ideal::Positive_Conti_Traverso_ideal(matrix& A,const term_ordering& _w) in Positive_Conti_Traverso_ideal()
214 ideal& ideal::Pottier_ideal(matrix& A, const term_ordering& _w) in Pottier_ideal()
344 ideal& ideal::Hosten_Sturmfels_ideal(matrix& A, const term_ordering& _w) in Hosten_Sturmfels_ideal()
445 ideal& ideal::DiBiase_Urbanke_ideal(matrix& A, const term_ordering& _w) in DiBiase_Urbanke_ideal()
568 ideal& ideal::Bigatti_LaScala_Robbiano_ideal(matrix& A,const term_ordering& _w) in Bigatti_LaScala_Robbiano_ideal()
703 ideal::ideal(matrix& A, const term_ordering& _w, const int& algorithm) in ideal()
867 ideal::ideal(ifstream& input, const term_ordering& _w, const int& in ideal()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/
H A Dmat.cpp62 Mat Mat::reshape(int _w, Allocator* _allocator) const in reshape()
95 Mat Mat::reshape(int _w, int _h, Allocator* _allocator) const in reshape()
128 Mat Mat::reshape(int _w, int _h, int _c, Allocator* _allocator) const in reshape()
170 void Mat::create(int _w, size_t _elemsize, Allocator* _allocator) in create()
200 void Mat::create(int _w, int _h, size_t _elemsize, Allocator* _allocator) in create()
230 void Mat::create(int _w, int _h, int _c, size_t _elemsize, Allocator* _allocator) in create()
260 void Mat::create(int _w, size_t _elemsize, int _elempack, Allocator* _allocator) in create()
386 void VkMat::create(int _w, size_t _elemsize, VkAllocator* _allocator) in create()
415 void VkMat::create(int _w, int _h, size_t _elemsize, VkAllocator* _allocator) in create()
593 void VkImageMat::create(int _w, size_t _elemsize, VkAllocator* _allocator) in create()
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/
H A Dmat.cpp62 Mat Mat::reshape(int _w, Allocator* _allocator) const in reshape()
95 Mat Mat::reshape(int _w, int _h, Allocator* _allocator) const in reshape()
128 Mat Mat::reshape(int _w, int _h, int _c, Allocator* _allocator) const in reshape()
170 void Mat::create(int _w, size_t _elemsize, Allocator* _allocator) in create()
200 void Mat::create(int _w, int _h, size_t _elemsize, Allocator* _allocator) in create()
230 void Mat::create(int _w, int _h, int _c, size_t _elemsize, Allocator* _allocator) in create()
260 void Mat::create(int _w, size_t _elemsize, int _elempack, Allocator* _allocator) in create()
386 void VkMat::create(int _w, size_t _elemsize, VkAllocator* _allocator) in create()
415 void VkMat::create(int _w, int _h, size_t _elemsize, VkAllocator* _allocator) in create()
593 void VkImageMat::create(int _w, size_t _elemsize, VkAllocator* _allocator) in create()
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/
H A Dmat.cpp62 Mat Mat::reshape(int _w, Allocator* _allocator) const in reshape()
95 Mat Mat::reshape(int _w, int _h, Allocator* _allocator) const in reshape()
128 Mat Mat::reshape(int _w, int _h, int _c, Allocator* _allocator) const in reshape()
170 void Mat::create(int _w, size_t _elemsize, Allocator* _allocator) in create()
200 void Mat::create(int _w, int _h, size_t _elemsize, Allocator* _allocator) in create()
230 void Mat::create(int _w, int _h, int _c, size_t _elemsize, Allocator* _allocator) in create()
260 void Mat::create(int _w, size_t _elemsize, int _elempack, Allocator* _allocator) in create()
386 void VkMat::create(int _w, size_t _elemsize, VkAllocator* _allocator) in create()
415 void VkMat::create(int _w, int _h, size_t _elemsize, VkAllocator* _allocator) in create()
593 void VkImageMat::create(int _w, size_t _elemsize, VkAllocator* _allocator) in create()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/mir-opt/
H A Dretag.rs36 let _w = w as *mut _; in main() localVariable
44 let _w = c(&x); in main() localVariable
50 let _w = _w as *const _; in main() localVariable
/dports/biology/p5-AcePerl/AcePerl-1.92/acelib/wh/
H A Dbump.h40 #define bumpItem(_b,_w,_h,_px,_py) bumpAdd(_b,_w,_h,_px,_py,TRUE) argument
41 #define bumpTest(_b,_w,_h,_px,_py) bumpAdd(_b,_w,_h,_px,_py,FALSE) argument
/dports/devel/py-ddtrace/ddtrace-0.56.1/tests/contrib/flask/
H A Dtest_idempotency.py42 def test_patch_idempotency(self, _w): argument
63 def test_unpatch_idempotency(self, _u, _w): argument
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/simplejson/
H A Ddecoder.py144 _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
236 def JSONArray(state, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
363 def decode(self, s, _w=WHITESPACE.match, _PY3=PY3): argument
376 def raw_decode(self, s, idx=0, _w=WHITESPACE.match, _PY3=PY3): argument
/dports/devel/py-simplejson/simplejson-3.17.5/simplejson/
H A Ddecoder.py144 _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
236 def JSONArray(state, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
363 def decode(self, s, _w=WHITESPACE.match, _PY3=PY3): argument
376 def raw_decode(self, s, idx=0, _w=WHITESPACE.match, _PY3=PY3): argument
/dports/games/scummvm/scummvm-2.5.1/engines/hadesch/
H A Dpod_image.h60 int _w, _h; member
65 int _w, _h; variable
/dports/graphics/libprojectm/projectm-3.1.12/vendor/glm/detail/
H A Dtype_vec4_simd.inl407 …IFIER GLM_CONSTEXPR_SIMD vec<4, float, aligned_lowp>::vec(float _x, float _y, float _z, float _w) :
412 …ER GLM_CONSTEXPR_SIMD vec<4, float, aligned_mediump>::vec(float _x, float _y, float _z, float _w) :
417 …FIER GLM_CONSTEXPR_SIMD vec<4, float, aligned_highp>::vec(float _x, float _y, float _z, float _w) :
423 …IFIER GLM_CONSTEXPR_SIMD vec<4, int32, aligned_lowp>::vec(int32 _x, int32 _y, int32 _z, int32 _w) :
429 …ER GLM_CONSTEXPR_SIMD vec<4, int32, aligned_mediump>::vec(int32 _x, int32 _y, int32 _z, int32 _w) :
435 …FIER GLM_CONSTEXPR_SIMD vec<4, int32, aligned_highp>::vec(int32 _x, int32 _y, int32 _z, int32 _w) :
441 …IFIER GLM_CONSTEXPR_SIMD vec<4, float, aligned_lowp>::vec(int32 _x, int32 _y, int32 _z, int32 _w) :
447 …ER GLM_CONSTEXPR_SIMD vec<4, float, aligned_mediump>::vec(int32 _x, int32 _y, int32 _z, int32 _w) :
453 …FIER GLM_CONSTEXPR_SIMD vec<4, float, aligned_highp>::vec(int32 _x, int32 _y, int32 _z, int32 _w) :
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/filter/src/
H A Diirdes.pll.c47 void iirdes_pll_active_lag(float _w, in iirdes_pll_active_lag()
88 void iirdes_pll_active_PI(float _w, in iirdes_pll_active_PI()
/dports/math/glm/glm-0.9.9.8/glm/detail/
H A Dtype_vec4_simd.inl428 GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, int, aligned_lowp>::vec(int _x, int _y, int _z, int _w) :
434 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, int, aligned_mediump>::vec(int _x, int _y, int _z, int _w)…
440 GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, int, aligned_highp>::vec(int _x, int _y, int _z, int _w) :
446 GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_lowp>::vec(int _x, int _y, int _z, int _w) :
452 …_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_mediump>::vec(int _x, int _y, int _z, int _w) :
458 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_highp>::vec(int _x, int _y, int _z, int _w)…
737 GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_lowp>::vec(int _x, int _y, int _z, int _w) :
743 …_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_mediump>::vec(int _x, int _y, int _z, int _w) :
749 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_highp>::vec(int _x, int _y, int _z, int _w)…
755 …FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_lowp>::vec(uint _x, uint _y, uint _z, uint _w) :
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/glm/glm/detail/
H A Dtype_vec4_simd.inl428 GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, int, aligned_lowp>::vec(int _x, int _y, int _z, int _w) :
434 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, int, aligned_mediump>::vec(int _x, int _y, int _z, int _w)…
440 GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, int, aligned_highp>::vec(int _x, int _y, int _z, int _w) :
446 GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_lowp>::vec(int _x, int _y, int _z, int _w) :
452 …_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_mediump>::vec(int _x, int _y, int _z, int _w) :
458 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_highp>::vec(int _x, int _y, int _z, int _w)…
737 GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_lowp>::vec(int _x, int _y, int _z, int _w) :
743 …_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_mediump>::vec(int _x, int _y, int _z, int _w) :
749 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_highp>::vec(int _x, int _y, int _z, int _w)…
755 …FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_lowp>::vec(uint _x, uint _y, uint _z, uint _w) :
[all …]
/dports/emulators/kcemu/KCemu-0.5.1/src/ui/gtk/
H A Dvdip.cc34 VDIPWindow *_w; member in CMD_ui_vdip_window_toggle
52 VDIPWindow *_w; member in CMD_ui_vdip_update
76 VDIPWindow *_w; member in CMD_ui_vdip_attach
/dports/devel/upp/upp/uppsrc/plugin/glm/detail/
H A Dtype_vec4_simd.inl412 …_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_lowp>::vec(float _x, float _y, float _z, float _w) :
417 …ALIFIER GLM_CONSTEXPR vec<4, float, aligned_mediump>::vec(float _x, float _y, float _z, float _w) :
422 …QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_highp>::vec(float _x, float _y, float _z, float _w) :
428 GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, int, aligned_lowp>::vec(int _x, int _y, int _z, int _w) :
434 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, int, aligned_mediump>::vec(int _x, int _y, int _z, int _w)…
440 GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, int, aligned_highp>::vec(int _x, int _y, int _z, int _w) :
446 GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_lowp>::vec(int _x, int _y, int _z, int _w) :
452 …_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_mediump>::vec(int _x, int _y, int _z, int _w) :
458 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR vec<4, float, aligned_highp>::vec(int _x, int _y, int _z, int _w)…
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/glm/detail/
H A Dtype_vec4_simd.inl430 …IFIER GLM_CONSTEXPR_SIMD vec<4, float, aligned_lowp>::vec(float _x, float _y, float _z, float _w) :
435 …ER GLM_CONSTEXPR_SIMD vec<4, float, aligned_mediump>::vec(float _x, float _y, float _z, float _w) :
440 …FIER GLM_CONSTEXPR_SIMD vec<4, float, aligned_highp>::vec(float _x, float _y, float _z, float _w) :
446 …IFIER GLM_CONSTEXPR_SIMD vec<4, int32, aligned_lowp>::vec(int32 _x, int32 _y, int32 _z, int32 _w) :
452 …ER GLM_CONSTEXPR_SIMD vec<4, int32, aligned_mediump>::vec(int32 _x, int32 _y, int32 _z, int32 _w) :
458 …FIER GLM_CONSTEXPR_SIMD vec<4, int32, aligned_highp>::vec(int32 _x, int32 _y, int32 _z, int32 _w) :
464 …IFIER GLM_CONSTEXPR_SIMD vec<4, float, aligned_lowp>::vec(int32 _x, int32 _y, int32 _z, int32 _w) :
470 …ER GLM_CONSTEXPR_SIMD vec<4, float, aligned_mediump>::vec(int32 _x, int32 _y, int32 _z, int32 _w) :
476 …FIER GLM_CONSTEXPR_SIMD vec<4, float, aligned_highp>::vec(int32 _x, int32 _y, int32 _z, int32 _w) :
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/math/
H A DVector4f.h17 …Vector4f(const float _x, const float _y, const float _z, const float _w) : mX(_x), … in Vector4f()
20 …explicit Vector4f(const Vector2f& _v, const float _z, const float _w) : mX(((Vector4f&… in Vector4f()
22 …explicit Vector4f(const Vector3f& _v, const float _w) : mX(((Vector4f&… in Vector4f()
/dports/databases/mariadb104-server/mariadb-10.4.24/strings/
H A Dctype-uca-scanner_next.inl22 #define SCANNER_NEXT_RETURN(_w,_n) \ argument
35 #define SCANNER_NEXT_RETURN(_w,_n) do { return _w; } while (0) argument
/dports/databases/mariadb104-client/mariadb-10.4.24/strings/
H A Dctype-uca-scanner_next.inl22 #define SCANNER_NEXT_RETURN(_w,_n) \ argument
35 #define SCANNER_NEXT_RETURN(_w,_n) do { return _w; } while (0) argument
/dports/databases/mariadb105-client/mariadb-10.5.15/strings/
H A Dctype-uca-scanner_next.inl22 #define SCANNER_NEXT_RETURN(_w,_n) \ argument
35 #define SCANNER_NEXT_RETURN(_w,_n) do { return _w; } while (0) argument
/dports/databases/mariadb105-server/mariadb-10.5.15/strings/
H A Dctype-uca-scanner_next.inl22 #define SCANNER_NEXT_RETURN(_w,_n) \ argument
35 #define SCANNER_NEXT_RETURN(_w,_n) do { return _w; } while (0) argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/simplejson/
H A Ddecoder.py182 _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
276 def JSONArray((s, end), scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
401 def decode(self, s, _w=WHITESPACE.match): argument
412 def raw_decode(self, s, idx=0, _w=WHITESPACE.match): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/simplejson/
H A Ddecoder.py182 _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
276 def JSONArray((s, end), scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
401 def decode(self, s, _w=WHITESPACE.match): argument
412 def raw_decode(self, s, idx=0, _w=WHITESPACE.match): argument
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/utils/converter/opcode/Ice/
H A DIceHPoint.h34 …inline_ HPoint& Set(float _x, float _y, float _z, float _w ) { x = _x; y = _y; z = _z; w = _… in Set()
41 …inline_ HPoint& Add(float _x, float _y, float _z, float _w ) { x += _x; y += _y; z += _z; w += _… in Add()
46 …inline_ HPoint& Sub(float _x, float _y, float _z, float _w ) { x -= _x; y -= _y; z -= _z; w -= _… in Sub()

12345678910>>...64