Home
last modified time | relevance | path

Searched defs:cast_op (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/py-pybind11/pybind11-2.9.0/pybind11/include/pybind11/
H A Dcast.h37 template <typename T> typename make_caster<T>::template cast_op_type<T> cast_op(make_caster<T> &cas… in cast_op() function
41 cast_op(make_caster<T> &&caster) { in cast_op() function
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/include/pybind11/
H A Dcast.h54 template <typename T> typename make_caster<T>::template cast_op_type<T> cast_op(make_caster<T> &cas… in cast_op() function
58 cast_op(make_caster<T> &&caster) { in cast_op() function
/dports/devel/pybind11/pybind11-2.8.1/include/pybind11/
H A Dcast.h54 template <typename T> typename make_caster<T>::template cast_op_type<T> cast_op(make_caster<T> &cas… in cast_op() function
58 cast_op(make_caster<T> &&caster) { in cast_op() function
/dports/science/smoldyn/smoldyn-2.67/source/pybind11/include/pybind11/
H A Dcast.h54 template <typename T> typename make_caster<T>::template cast_op_type<T> cast_op(make_caster<T> &cas… in cast_op() function
58 cast_op(make_caster<T> &&caster) { in cast_op() function
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/pass/
H A Dfold_constant.cc258 static const Op& cast_op = Op::Get("cast"); in EvaluateShapeOf() local
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/pass/
H A Dfold_constant.cc258 static const Op& cast_op = Op::Get("cast"); in EvaluateShapeOf() local
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DVectorizeLoops.cpp1065 } else if (const Cast *cast_op = store->value.as<Cast>()) { in visit() local
1087 const Cast *cast_op = b.as<Cast>(); in visit() local
1093 const Cast *cast_op = b.as<Cast>(); in visit() local
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dsamplers.cpp134 CastOp cast_op; in getRectSubPix_Cn_() local
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/expressions/
H A Dexpression.py45 def cast_op(self, other): function
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/include/
H A Dundname.h1088 static BOOL handle_method(struct parsed_symbol* sym, BOOL cast_op) in handle_method()
/dports/devel/bloaty/bloaty-1.1/third_party/demumble/third_party/wine/
H A Dundname.c1121 static BOOL handle_method(struct parsed_symbol* sym, BOOL cast_op) in handle_method()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_cpp.hpp913 #define OPENCV_HAL_IMPL_ARITHM_OP(func, bin_op, cast_op, _Tp2) \ argument
H A Dintrin_sse.hpp1819 #define OPENCV_HAL_IMPL_SSE_CHECK_SIGNS(_Tpvec, suffix, cast_op, allmask) \ argument
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dcgmain.cpp6014 make_bitcast(OPERAND *cast_op, LL_Type *rslt_type) in make_bitcast()
11967 OPERAND *operand = NULL, *base_op, *index_op, *cast_op; in gen_base_addr_operand() local
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dir.cpp1184 ZigType *dest_type, Stage1AirInst *value, CastOp cast_op) in ir_build_cast()
5115 CastOp cast_op, in eval_const_expr_implicit_cast()
5242 ZigType *wanted_type, CastOp cast_op) in ir_resolve_cast()
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dir.cpp1184 ZigType *dest_type, Stage1AirInst *value, CastOp cast_op) in ir_build_cast()
5115 CastOp cast_op, in eval_const_expr_implicit_cast()
5242 ZigType *wanted_type, CastOp cast_op) in ir_resolve_cast()
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/
H A Dspirv_glsl.cpp4167 …string cast_op = expr_type.basetype != input_type ? bitcast_glsl(expected_type, op0) : to_unpacked… in emit_unary_func_op_cast() local
/dports/graphics/rx/rx-0.4.0/cargo-crates/spirv_cross-0.16.0/src/vendor/SPIRV-Cross/
H A Dspirv_glsl.cpp4115 …string cast_op = expr_type.basetype != input_type ? bitcast_glsl(expected_type, op0) : to_unpacked… in emit_unary_func_op_cast() local
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/
H A Dspirv_glsl.cpp4327 …string cast_op = expr_type.basetype != input_type ? bitcast_glsl(expected_type, op0) : to_unpacked… in emit_unary_func_op_cast() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/spirv-cross/spirv-cross/
H A Dspirv_glsl.cpp4683 …string cast_op = expr_type.basetype != input_type ? bitcast_glsl(expected_type, op0) : to_unpacked… in emit_unary_func_op_cast() local
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/
H A Dspirv_glsl.cpp4327 …string cast_op = expr_type.basetype != input_type ? bitcast_glsl(expected_type, op0) : to_unpacked… in emit_unary_func_op_cast() local
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_glsl.cpp4713 …string cast_op = expr_type.basetype != input_type ? bitcast_glsl(expected_type, op0) : to_unpacked… in emit_unary_func_op_cast() local
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_glsl.cpp5660 …string cast_op = expr_type.basetype != input_type ? bitcast_glsl(expected_type, op0) : to_unpacked… in emit_unary_func_op_cast() local
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_glsl.cpp5660 …string cast_op = expr_type.basetype != input_type ? bitcast_glsl(expected_type, op0) : to_unpacked… in emit_unary_func_op_cast() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/
H A Dspirv_glsl.cpp4859 …string cast_op = expr_type.basetype != input_type ? bitcast_glsl(expected_type, op0) : to_unpacked… in emit_unary_func_op_cast() local

12