Home
last modified time | relevance | path

Searched refs:t_back (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/embree/embree-3.13.2/kernels/geometry/
H A Dsphere_intersector.h68 const vfloat<M> t_back = projC0 + td; in intersect() local
71 const vbool<M> valid_back = valid & (ray.tnear() <= t_back ) & (t_back <= ray.tfar); in intersect()
81 const vfloat<M> t_first = select(valid_front, t_front, t_back); in intersect()
89 const vfloat<M> t_second = t_back; in intersect()
148 const vfloat<M> t_back = projC0 + td; in intersect() local
151 const vbool<M> valid_back = valid & (ray.tnear()[k] <= t_back ) & (t_back <= ray.tfar[k]); in intersect()
161 const vfloat<M> t_first = select(valid_front, t_front, t_back); in intersect()
169 const vfloat<M> t_second = t_back; in intersect()
/dports/astro/py-astropy/astropy-5.0/astropy/time/tests/
H A Dtest_ut1.py65 t_back = t.ut1.utc
66 assert allclose_jd(t.jd, t_back.jd)
93 t_back = t.utc.ut1
94 assert allclose_jd(t.jd, t_back.jd)
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dgtk_i.c683 GdkColor *t_back; in create_yellow_tooltips() local
685 t_back = (GdkColor*)g_malloc( sizeof(GdkColor)); in create_yellow_tooltips()
688 if ( gdk_color_parse("linen", t_back)){ in create_yellow_tooltips()
690 t_back, in create_yellow_tooltips()
692 gtk_tooltips_set_colors(tip, t_back, NULL); in create_yellow_tooltips()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dgtk_i.c683 GdkColor *t_back; in create_yellow_tooltips() local
685 t_back = (GdkColor*)g_malloc( sizeof(GdkColor)); in create_yellow_tooltips()
688 if ( gdk_color_parse("linen", t_back)){ in create_yellow_tooltips()
690 t_back, in create_yellow_tooltips()
692 gtk_tooltips_set_colors(tip, t_back, NULL); in create_yellow_tooltips()
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/interface/
H A Dgtk_i.c683 GdkColor *t_back; in create_yellow_tooltips() local
685 t_back = (GdkColor*)g_malloc( sizeof(GdkColor)); in create_yellow_tooltips()
688 if ( gdk_color_parse("linen", t_back)){ in create_yellow_tooltips()
690 t_back, in create_yellow_tooltips()
692 gtk_tooltips_set_colors(tip, t_back, NULL); in create_yellow_tooltips()
/dports/audio/timidity++/TiMidity++-2.15.0/interface/
H A Dgtk_i.c683 GdkColor *t_back; in create_yellow_tooltips() local
685 t_back = (GdkColor*)g_malloc( sizeof(GdkColor)); in create_yellow_tooltips()
688 if ( gdk_color_parse("linen", t_back)){ in create_yellow_tooltips()
690 t_back, in create_yellow_tooltips()
692 gtk_tooltips_set_colors(tip, t_back, NULL); in create_yellow_tooltips()
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/interface/
H A Dgtk_i.c683 GdkColor *t_back; in create_yellow_tooltips() local
685 t_back = (GdkColor*)g_malloc( sizeof(GdkColor)); in create_yellow_tooltips()
688 if ( gdk_color_parse("linen", t_back)){ in create_yellow_tooltips()
690 t_back, in create_yellow_tooltips()
692 gtk_tooltips_set_colors(tip, t_back, NULL); in create_yellow_tooltips()
/dports/audio/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dgtk_i.c683 GdkColor *t_back; in create_yellow_tooltips() local
685 t_back = (GdkColor*)g_malloc( sizeof(GdkColor)); in create_yellow_tooltips()
688 if ( gdk_color_parse("linen", t_back)){ in create_yellow_tooltips()
690 t_back, in create_yellow_tooltips()
692 gtk_tooltips_set_colors(tip, t_back, NULL); in create_yellow_tooltips()
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/interface/
H A Dgtk_i.c683 GdkColor *t_back; in create_yellow_tooltips() local
685 t_back = (GdkColor*)g_malloc( sizeof(GdkColor)); in create_yellow_tooltips()
688 if ( gdk_color_parse("linen", t_back)){ in create_yellow_tooltips()
690 t_back, in create_yellow_tooltips()
692 gtk_tooltips_set_colors(tip, t_back, NULL); in create_yellow_tooltips()
/dports/audio/timidity++-motif/TiMidity++-2.15.0/interface/
H A Dgtk_i.c683 GdkColor *t_back; in create_yellow_tooltips() local
685 t_back = (GdkColor*)g_malloc( sizeof(GdkColor)); in create_yellow_tooltips()
688 if ( gdk_color_parse("linen", t_back)){ in create_yellow_tooltips()
690 t_back, in create_yellow_tooltips()
692 gtk_tooltips_set_colors(tip, t_back, NULL); in create_yellow_tooltips()
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/interface/
H A Dgtk_i.c683 GdkColor *t_back; in create_yellow_tooltips() local
685 t_back = (GdkColor*)g_malloc( sizeof(GdkColor)); in create_yellow_tooltips()
688 if ( gdk_color_parse("linen", t_back)){ in create_yellow_tooltips()
690 t_back, in create_yellow_tooltips()
692 gtk_tooltips_set_colors(tip, t_back, NULL); in create_yellow_tooltips()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h1346 LiVESWidget *t_back; member
H A Dgui.c1907 mainw->t_back = LIVES_WIDGET(lives_tool_button_new(LIVES_WIDGET(tmp_toolbar_icon), "")); in create_LiVES()
1908 lives_toolbar_insert(LIVES_TOOLBAR(mainw->toolbar), LIVES_TOOL_ITEM(mainw->t_back), 7); in create_LiVES()
1909 lives_widget_set_tooltip_text(mainw->t_back, _("Skip back (ctrl-left)")); in create_LiVES()
2952 lives_signal_sync_connect(LIVES_GUI_OBJECT(mainw->t_back), LIVES_WIDGET_CLICKED_SIGNAL, in create_LiVES()
3261 lives_widget_show(mainw->t_back); in fade_background()
/dports/graphics/bmeps/dktools-4.31.1/src/wxd2lat/
H A Dwxd2lah.ctr2261 if (0 != res) { $? ". t_back = %g", t
2296 if (0 != res) { $? ". t_back = %g", t
2360 if ((0 != res) && (0 != res2)) { $? ". t_back = %g", t