Home
last modified time | relevance | path

Searched refs:homogenous (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/dports/math/z3/z3-z3-4.8.13/src/muz/spacer/
H A Dspacer_manager.h106 bool homogenous = true) const
107 {m_mux.shift_expr(f, o_index(o_idx), n_index(), result, homogenous);}
110 bool homogenous = true) const
111 {m_mux.shift_expr(f, n_index(), o_index(o_idx), result, homogenous);}
113 void formula_n2o(unsigned o_idx, bool homogenous, expr_ref & result) const in formula_n2o() argument
115 result, homogenous);} in formula_n2o()
118 unsigned tgt_idx, bool homogenous = true) const
120 tgt, homogenous);}
H A Dspacer_sym_mux.cpp138 unsigned to_idx, bool homogenous) in conv_rewriter_cfg()
143 m_homogenous(homogenous), m_pinned(m) {(void) m_homogenous;} in conv_rewriter_cfg()
163 expr_ref & res, bool homogenous) const { in shift_expr()
166 conv_rewriter_cfg r_cfg(*this, src_idx, tgt_idx, homogenous); in shift_expr()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/spacer/
H A Dspacer_manager.h106 bool homogenous = true) const
107 {m_mux.shift_expr(f, o_index(o_idx), n_index(), result, homogenous);}
110 bool homogenous = true) const
111 {m_mux.shift_expr(f, n_index(), o_index(o_idx), result, homogenous);}
113 void formula_n2o(unsigned o_idx, bool homogenous, expr_ref & result) const in formula_n2o() argument
115 result, homogenous);} in formula_n2o()
118 unsigned tgt_idx, bool homogenous = true) const
120 tgt, homogenous);}
H A Dspacer_sym_mux.cpp138 unsigned to_idx, bool homogenous) in collect_statistics()
143 m_homogenous(homogenous), m_pinned(m) {(void) m_homogenous;} in collect_statistics()
163 expr_ref & res, bool homogenous) const {
166 conv_rewriter_cfg r_cfg(*this, src_idx, tgt_idx, homogenous);
/dports/x11-toolkits/p5-Gtk2-Ex-FormFactory/Gtk2-Ex-FormFactory-0.67/lib/Gtk2/Ex/FormFactory/
H A DVBox.pm9 sub get_homogenous { shift->{homogenous} }
13 sub set_homogenous { shift->{homogenous} = $_[1] }
20 my ($homogenous, $spacing, $no_frame) =
25 $self->set_homogenous($homogenous);
H A DHBox.pm9 sub get_homogenous { shift->{homogenous} }
13 sub set_homogenous { shift->{homogenous} = $_[1] }
20 my ($homogenous, $spacing, $no_frame) =
25 $self->set_homogenous($homogenous);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Shader/
H A DVertexPipeline.hpp37 Vector4f transformBlend(const Register &src, const Pointer<Byte> &matrix, bool homogenous);
38 Vector4f transform(const Register &src, const Pointer<Byte> &matrix, bool homogenous);
39 …ctor4f transform(const Register &src, const Pointer<Byte> &matrix, UInt index[4], bool homogenous);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Shader/
H A DVertexPipeline.hpp37 Vector4f transformBlend(const Register &src, const Pointer<Byte> &matrix, bool homogenous);
38 Vector4f transform(const Register &src, const Pointer<Byte> &matrix, bool homogenous);
39 …ctor4f transform(const Register &src, const Pointer<Byte> &matrix, UInt index[4], bool homogenous);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/d3d9/shaders/
H A DBlit.vs16 // Input 0 is the homogenous position.
17 // Outputs the homogenous position as-is.
31 // Input 0 is the homogenous position.
32 // Outputs the homogenous position as-is.
/dports/devel/agar/agar-1.5.0/ada-gui/
H A Dagar-gui-widget-hbox.adb6 homogenous : c.int);
22 homogenous : boolean := true) is
24 if homogenous then
H A Dagar-gui-widget-vbox.adb6 homogenous : c.int);
22 homogenous : boolean := true) is
24 if homogenous then
H A Dagar-gui-widget-box.adb6 homogenous : c.int);
48 homogenous : boolean) is
51 if homogenous then hflag := 1; end if;
H A Dag_vbox.c11 agar_gui_widget_vbox_set_homogenous (AG_VBox *box, int homogenous) in agar_gui_widget_vbox_set_homogenous() argument
13 AG_VBoxSetHomogenous (box, homogenous); in agar_gui_widget_vbox_set_homogenous()
H A Dag_hbox.c11 agar_gui_widget_hbox_set_homogenous (AG_HBox *box, int homogenous) in agar_gui_widget_hbox_set_homogenous() argument
13 AG_HBoxSetHomogenous (box, homogenous); in agar_gui_widget_hbox_set_homogenous()
/dports/databases/p5-Text-Query-SQL/Text-Query-SQL-0.09/lib/Text/Query/
H A DBuildSQL.pm224 my($homogenous) = 1;
228 $homogenous = 0;
239 $homogenous = 0;
243 $homogenous = 0;
249 return $homogenous;
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_widget_list.c23 e_widget_list_add(Evas *evas, int homogenous, int horiz) in e_widget_list_add() argument
37 elm_box_homogeneous_set(o, homogenous); in e_widget_list_add()
147 e_widget_list_homogeneous_set(Evas_Object *obj, int homogenous) in e_widget_list_homogeneous_set() argument
150 elm_box_homogeneous_set(wd->o_box, homogenous); in e_widget_list_homogeneous_set()
H A De_widget_list.h6 E_API Evas_Object *e_widget_list_add(Evas *evas, int homogenous, int horiz);
10 E_API void e_widget_list_homogeneous_set(Evas_Object *obj, int homogenous);
/dports/audio/ardour6/Ardour-6.8.0/libs/canvas/
H A Dbox.cc33 , homogenous (false) in Box()
46 , homogenous (false) in Box()
60 , homogenous (false) in Box()
170 if (homogenous) { in reposition_children()
187 if (homogenous) { in reposition_children()
H A Dgrid.cc37 , homogenous (false) in Grid()
51 , homogenous (false) in Grid()
65 , homogenous (true) in Grid()
76 homogenous = yn; in set_homogenous()
212 if (homogenous) { in reposition_children()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/
H A DBlit.vs17 // Input 0 is the homogenous position.
18 // Outputs the homogenous position as-is.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/
H A DBlit.vs17 // Input 0 is the homogenous position.
18 // Outputs the homogenous position as-is.
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/shaders/
H A DBlit.vs17 // Input 0 is the homogenous position.
18 // Outputs the homogenous position as-is.
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/shaders/
H A DBlit.vs17 // Input 0 is the homogenous position.
18 // Outputs the homogenous position as-is.
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/shaders/
H A DBlit.vs17 // Input 0 is the homogenous position.
18 // Outputs the homogenous position as-is.
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/shaders/
H A DBlit.vs17 // Input 0 is the homogenous position.
18 // Outputs the homogenous position as-is.

12345678910>>...20