Home
last modified time | relevance | path

Searched refs:float_x (Results 1 – 23 of 23) sorted by relevance

/dports/net-im/tkabber-plugins/tkabber-plugins-1.1.2/floatingcontact/
H A Dfloatingcontact.tcl62 float_x
83 variable float_x
93 set float_x($xlib,$jid) $x
102 variable float_x
118 if {[info exists float_x($xlib,$jid)] && \
122 $float_x($xlib,$jid) \
124 unset float_x($xlib,$jid)
139 variable float_x
167 if {![info exists float_x($xlib,$jid)] || \
248 variable float_x
[all …]
/dports/biology/sigviewer/sigviewer-0.6.4-13-gf62f8d9/src/gui_impl/signal_browser/
H A Dx_axis_widget_4.cpp110 for (float32 float_x = float_x_start; in paintEvent() local
111 float_x < float_x_end; in paintEvent()
112 float_x += intervall_) in paintEvent()
114 int32 x = (int32)(float_x + 0.5); in paintEvent()
118 QString::number(float_x / pixel_per_sec_)); in paintEvent()
H A Dsignal_graphics_item.cpp633 for (float32 float_x = float_x_start; in drawXGrid() local
634 float_x < float_x_end; in drawXGrid()
635 float_x += interval_) in drawXGrid()
637 int32 x = (int32)(float_x + 0.5); in drawXGrid()
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_poly.cpp63 double float_x = 0.0; in UpdateCentre() local
66 float_x += ((vertices_[i].y_ - vertices_[j].y_) in UpdateCentre()
71 float_x /= (6 * area); in UpdateCentre()
74 …centre = Vector2(static_cast<int32>(std::lround(float_x)), static_cast<int32>(std::lround(float_y)… in UpdateCentre()
/dports/emulators/tme/tme-0.8/generic/
H A Dfloat.c74 #define TME_FP_X_MAP(fp_x, float_x) if (sticky & (fp_x)) exceptions_new |= (float_x) in _tme_float_exceptions_update() argument
/dports/lang/fpc-source/fpc-3.2.2/packages/libndsfpc/examples/graphics/3D/nehe/lesson11/
H A Dlesson11.pp41 float_x, float_y, float_xb, float_yb: t16;
61 float_x := inttot16(x) shl 2;
66 glTexCoord2t16( float_x, float_y);
69 glTexCoord2t16( float_x, float_yb );
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/FrameReflower/
H A DBlock.php730 $float_x = $cb_x;
737 $float_x += $line_box->left;
740 $float_x += ($cb_w - $line_box->right - $float_w);
745 $float_x += ($cb_w - $float_w);
749 if ($cb_w < $float_x + $float_w - $old_x) {
759 $child->set_position($float_x, $float_y);
760 $child->move($float_x - $old_x, $float_y - $old_y, true);
/dports/graphics/glexcess/glexcess/
H A Dscene03.cpp92 GLfloat float_x = float(x)/127.0f; in dolist() local
97 glTexCoord2f( float_x, float_y); in dolist()
100 glTexCoord2f( float_x, float_yb ); in dolist()
219 float float_x, float_y, float_xb, float_yb; in b_DrawGLScene() local
360 float_x = float(x)/127.0f; in b_DrawGLScene()
365 glTexCoord2f( float_x, float_y); in b_DrawGLScene()
367 glTexCoord2f( float_x, float_yb ); in b_DrawGLScene()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/sparc/
H A Dbearch_sparc.c283 ir_node *float_x = get_Conv_op(node); in rewrite_float_unsigned_Conv() local
286 ir_mode *mode_f = get_irn_mode(float_x); in rewrite_float_unsigned_Conv()
289 ir_node *cmp = new_rd_Cmp(dbgi, block, float_x, limitc, in rewrite_float_unsigned_Conv()
303 ir_node *sub = new_rd_Sub(dbgi, true_block, float_x, limitc, in rewrite_float_unsigned_Conv()
309 ir_node *converted = new_rd_Conv(dbgi, false_block, float_x,mode_s); in rewrite_float_unsigned_Conv()
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/layout/
H A Dfloating.py127 if win.float_x is not None and win.float_y is not None:
129 new_x = new_screen.x + win.float_x
262 if client.float_x is None or client.float_y is None:
/dports/devel/py-game/pygame-2.1.0/src_py/
H A Ddraw_py.py320 def draw_two_pixel(float_x, in_y, factor): argument
321 fl_x = floor(float_x)
323 factor * inv_frac(float_x), blend)
325 factor * frac(float_x), blend)
/dports/x11-toolkits/gdl/gdl-3.34.0/gdl/
H A Dgdl-dock.c140 gint float_x; member
332 dock->priv->float_x = event->x; in gdl_dock_floating_configure_event_cb()
383 dock->priv->float_x, in gdl_dock_constructor()
433 dock->priv->float_x = g_value_get_int (value); in gdl_dock_set_property()
491 g_value_set_int (value, dock->priv->float_x); in gdl_dock_get_property()
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/backend/wayland/
H A Dwindow.py101 self.float_x: Optional[int] = None
323 screen.x + self.float_x,
435 self.float_x = x - self.group.screen.x
504 "x": self.float_x,
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/view/presentation/opengl/
H A Dpresentationgl.cpp1526 float float_x, float_y, float_xb, float_yb; in effectFlutter() local
1533 float_x = (float) x / 40.0f; in effectFlutter()
1537 glTexCoord2f(float_x, float_y); in effectFlutter()
1539 glTexCoord2f(float_x, float_yb); in effectFlutter()
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/backend/x11/
H A Dwindow.py514 self.float_x: Optional[int] = None
673 "x": self.float_x,
876 self.float_x = x - self.group.screen.x
1052 "x": self.float_x,
1284 … screen.x + self.float_x, screen.y + self.float_y, self._float_width, self._float_height
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/
H A Dscratchpad.py189 win.float_x = x
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/r_opengl/
H A Dr_opengl.c3072 float float_x, float_y, float_nextx, float_nexty; in HWRAPI() local
3117 float_x = (float)(x/(xfix)); in HWRAPI()
3123 stCoords[0] = float_x; in HWRAPI()
3125 stCoords[2] = float_x; in HWRAPI()
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/backend/
H A Dbase.py224 float_x: Optional[int]
/dports/lang/fpc-source/fpc-3.2.2/packages/gnome1/src/libgnomeui/
H A Dgnomedock.inc30 float_x : gint;
/dports/devel/sdl12-compat/sdl12-compat-release-1.2.52/src/
H A DSDL12_compat.c2289 float float_x, float_y; in AdjustOpenGLLogicalScalingVector() local
2304 float_x = *x * scale_x + (rx ? *rx : 0.f); in AdjustOpenGLLogicalScalingVector()
2307 trunc_x = SDL20_truncf(float_x); in AdjustOpenGLLogicalScalingVector()
2314 *rx = float_x - trunc_x; in AdjustOpenGLLogicalScalingVector()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/LLVM3DBuilder/
H A DBuiltinsFrontendDefinitions.hpp949 llvm::Value* float_x = nullptr; in Create_SamplePos() local
984 float_x = this->CreateExtractElement(temp, int32_selIndex); in Create_SamplePos()
988 packed_ret_value = this->CreateInsertElement(packed_ret_value, float_x, this->getInt32(0)); in Create_SamplePos()
/dports/lang/zig-devel/zig-0.9.0/test/
H A Dcompile_errors.zig5748 \\const float_x = @as(f32, 1.0) / @as(f32, 0.0);
5753 \\export fn entry4() usize { return @sizeOf(@TypeOf(float_x)); }
/dports/lang/zig/zig-0.9.0/test/
H A Dcompile_errors.zig5748 \\const float_x = @as(f32, 1.0) / @as(f32, 0.0);
5753 \\export fn entry4() usize { return @sizeOf(@TypeOf(float_x)); }