Home
last modified time | relevance | path

Searched refs:t_i3 (Results 1 – 5 of 5) sorted by relevance

/dports/x11/py-i3ipc/i3ipc-2.2.1/examples/i3-focus/
H A Dhistory-server.py31 t_i3 = threading.Thread(target=self._launch_i3)
33 for t in (t_i3, t_server):
/dports/x11/py-i3ipc/i3ipc-2.2.1/examples/
H A Dfocus-last.py75 t_i3 = threading.Thread(target=self.launch_i3)
77 for t in (t_i3, t_server):
H A Di3-cycle-focus.py115 t_i3 = threading.Thread(target=self.launch_i3)
117 for t in (t_i3, t_server):
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_project.h344 double t_i1, t_i2, t_i3, t_i4, t_i5; member
H A Dgmt_proj.c1191 GMT->current.proj.t_i3 = (21.0/8.0) * e1 * e1 - (1537.0/128.0) * pow (e1, 4.0); in gmtproj_vtm()
1243 …phi1 = mu + s * (GMT->current.proj.t_i2 + c * (GMT->current.proj.t_i3 + c * (GMT->current.proj.t_i… in gmtproj_itm()