Home
last modified time | relevance | path

Searched +defs:make +defs:vector (Results 1 – 24 of 24) sorted by relevance

/dports/science/colt/colt/src/cern/colt/matrix/
H A DObjectFactory1D.java62 public ObjectMatrix1D make(ObjectMatrix1D[] parts) { in make() method in ObjectFactory1D
68 ObjectMatrix1D vector = make(size); in make() local
83 public ObjectMatrix1D make(Object[] values) { in make() method in ObjectFactory1D
90 public ObjectMatrix1D make(int size) { in make() method in ObjectFactory1D
97 public ObjectMatrix1D make(int size, Object initialValue) { in make() method in ObjectFactory1D
107 public ObjectMatrix1D make(cern.colt.list.ObjectArrayList values) { in make() method in ObjectFactory1D
109 ObjectMatrix1D vector = make(size); in make() local
H A DDoubleFactory1D.java88 public DoubleMatrix1D make(double[] values) { in make() method in DoubleFactory1D
96 public DoubleMatrix1D make(DoubleMatrix1D[] parts) { in make() method in DoubleFactory1D
102 DoubleMatrix1D vector = make(size); in make() local
114 public DoubleMatrix1D make(int size) { in make() method in DoubleFactory1D
121 public DoubleMatrix1D make(int size, double initialValue) { in make() method in DoubleFactory1D
131 public DoubleMatrix1D make(cern.colt.list.AbstractDoubleList values) { in make() method in DoubleFactory1D
133 DoubleMatrix1D vector = make(size); in make() local
H A DObjectFactory2D.java503 public ObjectMatrix2D diagonal(ObjectMatrix1D vector) { in diagonal()
542 public ObjectMatrix2D make(Object[][] values) { in make() method in ObjectFactory2D
555 public ObjectMatrix2D make(Object values[], int rows) { in make() method in ObjectFactory2D
571 public ObjectMatrix2D make(int rows, int columns) { in make() method in ObjectFactory2D
578 public ObjectMatrix2D make(int rows, int columns, Object initialValue) { in make() method in ObjectFactory2D
H A DDoubleFactory2D.java668 public DoubleMatrix2D diagonal(DoubleMatrix1D vector) { in diagonal()
717 public DoubleMatrix2D make(double[][] values) { in make() method in DoubleFactory2D
730 public DoubleMatrix2D make(double values[], int rows) { in make() method in DoubleFactory2D
746 public DoubleMatrix2D make(int rows, int columns) { in make() method in DoubleFactory2D
755 public DoubleMatrix2D make(int rows, int columns, double initialValue) { in make() method in DoubleFactory2D
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/lib/
H A Dcomplex_to_interleaved_short_impl.cc33 complex_to_interleaved_short::sptr complex_to_interleaved_short::make(bool vector) in make() function in gr::blocks::complex_to_interleaved_short
38 complex_to_interleaved_short_impl::complex_to_interleaved_short_impl(bool vector) in complex_to_interleaved_short_impl()
H A Dcomplex_to_interleaved_char_impl.cc33 complex_to_interleaved_char::sptr complex_to_interleaved_char::make(bool vector) in make() function in gr::blocks::complex_to_interleaved_char
38 complex_to_interleaved_char_impl::complex_to_interleaved_char_impl(bool vector) in complex_to_interleaved_char_impl()
H A Dtcp_connection.cc34 tcp_connection::sptr tcp_connection::make(boost::asio::io_service& io_service, in make() function in gr::blocks::tcp_connection
55 void tcp_connection::send(pmt::pmt_t vector) in send()
99 pmt::pmt_t vector = in handle_read() local
H A Dsocket_pdu_impl.cc35 socket_pdu::sptr socket_pdu::make(std::string type, in make() function in gr::blocks::socket_pdu
172 pmt::pmt_t vector = in handle_tcp_read() local
206 pmt::pmt_t vector = pmt::cdr(msg); in tcp_server_send() local
233 pmt::pmt_t vector = pmt::cdr(msg); in tcp_client_send() local
250 pmt::pmt_t vector = pmt::cdr(msg); in udp_send() local
266 pmt::pmt_t vector = in handle_udp_read() local
H A Dmessage_debug_impl.cc35 message_debug::sptr message_debug::make() in make() function in gr::blocks::message_debug
61 pmt::pmt_t vector = pmt::cdr(pdu); in print_pdu() local
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DIR.cpp11 Expr Cast::make(Type t, Expr v) { in make() function in Halide::Internal::Cast
21 Expr Add::make(Expr a, Expr b) { in make() function in Halide::Internal::Add
33 Expr Sub::make(Expr a, Expr b) { in make() function in Halide::Internal::Sub
45 Expr Mul::make(Expr a, Expr b) { in make() function in Halide::Internal::Mul
57 Expr Div::make(Expr a, Expr b) { in make() function in Halide::Internal::Div
69 Expr Mod::make(Expr a, Expr b) { in make() function in Halide::Internal::Mod
105 Expr EQ::make(Expr a, Expr b) { in make() function in Halide::Internal::EQ
117 Expr NE::make(Expr a, Expr b) { in make() function in Halide::Internal::NE
205 Expr Not::make(Expr a) { in make() function in Halide::Internal::Not
769 Expr Shuffle::make_slice(Expr vector, int begin, int stride, int size) { in make_slice()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/lang/
H A Dir.cc68 Expr And::make(Expr a, Expr b) { in make() function in tvm::ir::And
82 Expr Or::make(Expr a, Expr b) { in make() function in tvm::ir::Or
96 Expr Not::make(Expr a) { in make() function in tvm::ir::Not
195 Expr Call::make(DataType type, in make() function in tvm::ir::Call
257 Expr Shuffle::make_extract_element(Expr vector, int index) { in make_extract_element()
310 Expr Any::make() { in make() function in tvm::ir::Any
327 Stmt AttrStmt::make(NodeRef node, in make() function in tvm::ir::AttrStmt
363 Stmt For::make(Var loop_var, in make() function in tvm::ir::For
418 Stmt Allocate::make(Var buffer_var, in make() function in tvm::ir::Allocate
459 Stmt Free::make(Var buffer_var) { in make() function in tvm::ir::Free
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/src/lang/
H A Dir.cc68 Expr And::make(Expr a, Expr b) { in make() function in tvm::ir::And
82 Expr Or::make(Expr a, Expr b) { in make() function in tvm::ir::Or
96 Expr Not::make(Expr a) { in make() function in tvm::ir::Not
195 Expr Call::make(DataType type, in make() function in tvm::ir::Call
257 Expr Shuffle::make_extract_element(Expr vector, int index) { in make_extract_element()
310 Expr Any::make() { in make() function in tvm::ir::Any
327 Stmt AttrStmt::make(NodeRef node, in make() function in tvm::ir::AttrStmt
363 Stmt For::make(Var loop_var, in make() function in tvm::ir::For
418 Stmt Allocate::make(Var buffer_var, in make() function in tvm::ir::Allocate
459 Stmt Free::make(Var buffer_var) { in make() function in tvm::ir::Free
[all …]
/dports/emulators/citra/citra-ac98458e0/src/common/
H A Dfile_util.h54 static const Path make(std::string& str) { in make() function
239 [[nodiscard]] std::vector<T> SliceVector(const std::vector<T>& vector, std::size_t first, in SliceVector()
/dports/emulators/citra-qt5/citra-ac98458e0/src/common/
H A Dfile_util.h54 static const Path make(std::string& str) { in make() function
239 [[nodiscard]] std::vector<T> SliceVector(const std::vector<T>& vector, std::size_t first, in SliceVector()
/dports/print/gutenprint/gutenprint-5.3.3/src/gutenprintui2/
H A Dpanel.c347 gfloat vector[256]; in set_stp_curve_values() local
1810 const gchar *make = stp_printer_get_manufacturer(the_printer); in create_printer_dialog() local
/dports/print/gimp-gutenprint/gutenprint-5.3.3/src/gutenprintui2/
H A Dpanel.c347 gfloat vector[256]; in set_stp_curve_values() local
1810 const gchar *make = stp_printer_get_manufacturer(the_printer); in create_printer_dialog() local
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/front/wgsl/
H A Dmod.rs1026 fn make(name: &str, name_span: Span) -> Result<Self, Error> { in make() method
2432 let vector = ctx.apply_load_rule(current_expr); in parse_postfix() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DTypeInference.cpp2652 RecompileInfoVector& vector = in addPendingRecompile() local
3703 bool TypeNewScript::make(JSContext* cx, ObjectGroup* group, JSFunction* fun) { in make() function in TypeNewScript
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/grid/
H A Dgrid_generator.cc468 auto move_nose_to_origin = [](std::vector<Point<2>> &vector) { in joukowski()
822 auto make = [](Triangulation<2> & tria, in make_coarse_grid() local
/dports/graphics/qgis/qgis-3.22.3/i18n/
H A Dqgis_fr.ts121089 …<source>There is no attribute &apos;%1&apos; in the current vector layer. Please select an existin… property
124637 …<source>If checked, the layout will always be kept as vector objects when exported to a compatible… property
127406 <source>Can not make &apos;%1&apos; user writable</source> property
128520 <source>Select Transformation for the vector layer</source> property
129429 …<source>Select the coordinate reference system for the vector file. The data points will be transf… property
134925 <source>Set style for vector layer</source> property
135416 <source>Input vector layer</source> property
135818 <source>Topology Checker for vector layer</source> property
138167 <source>You need to set either start coordinates OR a start points vector layer!</source> property
138258 … runs on Linux, Unix, Mac OSX, Windows and Android and supports numerous vector, raster, and datab… property
[all …]
/dports/x11-toolkits/pango/pango-1.48.11/docs/Pango/
H A Dindex.json1 …{"type":"alias","name":"Glyph","ctype":"PangoGlyph","summary":"A `PangoGlyph` represents a single …
/dports/x11-toolkits/gtk40/gtk-4.4.1/docs/reference/gdk/gdk4/
H A Dindex.json1 …type":"bitfield","name":"AnchorHints","ctype":"GdkAnchorHints","summary":"Positioning hints for al… array
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/bjeavons/zxcvbn-php/src/Matchers/
H A Dranked_frequency_lists.json1 …n":8,"margaret":9,"dorothy":10,"lisa":11,"nancy":12,"karen":13,"betty":14,"helen":15,"sandra":16,"…
/dports/x11-toolkits/gtk40/gtk-4.4.1/docs/reference/gtk/gtk4/
H A Dindex.json1 …type":"alias","name":"Allocation","ctype":"GtkAllocation","summary":"The rectangle representing th… array