Home
last modified time | relevance | path

Searched refs:stars (Results 1 – 25 of 3997) sorted by relevance

12345678910>>...160

/dports/lang/snobol4/snobol4-2.2.2/test/
H A Ddiag1.sno146 test = ?a<4> stars
147 test = ?a<0> stars
162 test = ?d<2,1> stars
188 test = lt(5,4) stars
189 test = lt(4,4) stars
191 test = le(5,2) stars
194 test = eq(4,5) stars
195 test = eq(5,4) stars
197 test = ne(4,4) stars
200 test = gt(4,6) stars
[all …]
/dports/astro/openuniverse/openuniverse-1.0beta3/src/
H A Dstars.cpp59 &stars[i].declination, &stars[i].magnitude, in InitStars()
60 &stars[i].type); in InitStars()
63 INITVECTOR(stars[i].pos, in InitStars()
104 switch (stars[i].type) { in InitStars()
106 stars[i].color[0] = 0.8; in InitStars()
107 stars[i].color[1] = 0.8; in InitStars()
108 stars[i].color[2] = 1.0; in InitStars()
111 stars[i].color[0] = 0.9; in InitStars()
112 stars[i].color[1] = 0.9; in InitStars()
198 glColor3f(stars[i].color[0], stars[i].color[1], stars[i].color[2]); in InitStars()
[all …]
/dports/astro/stellarium/stellarium-0.21.3/skycultures/western_SnT/
H A Dgenerate_star_names.py64 stars = defaultdict(dict) variable
76 if m.group(1) in stars:
84 for name in sorted(stars):
103 stars["Rmk 14"]['hip'] = 59654
104 stars["V1002"]['hip'] = 69995
105 stars["H N 28"]['hip'] = 73184
117 stars["Arkab"]['hip'] = 95241
120 for name in [ *stars.keys() ]:
121 if 'hip' not in stars[name] or not stars[name]['hip']:
123 del(stars[name])
[all …]
/dports/games/toppler/toppler-1.1.6/
H A Dstars.cc38 static _star *stars = (_star *)0; variable
43 …scr_blit(objectsprites.data((long)star_spr_nr + stars[t].size - (stars[t].state != 0)), stars[t].x… in sts_draw()
47 if (stars) { in sts_init()
56 stars = new _star[nstar]; in sts_init()
63 stars[t].state = 0; in sts_init()
72 if (stars) delete [] stars; in sts_done()
74 stars = 0; in sts_done()
80 if (stars[t].state > 0) stars[t].state = (stars[t].state + 1) % 4; in sts_blink()
90 stars[t].x += starstep * x; in sts_move()
91 stars[t].y += y; in sts_move()
[all …]
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/ai/weapons/
H A Dwhimstar.cpp42 Whimstar *stars = wh->stars; in run_whimstar() local
65 stars[i].xinertia += (stars[i].x < tgtx) ? 0x80 : -0x80; in run_whimstar()
66 stars[i].yinertia += (stars[i].y < tgty) ? 0xAA : -0xAA; in run_whimstar()
68 if (stars[i].xinertia > 0xA00) stars[i].xinertia = 0xA00; in run_whimstar()
69 if (stars[i].xinertia < -0xA00) stars[i].xinertia = -0xA00; in run_whimstar()
70 if (stars[i].yinertia > 0xA00) stars[i].yinertia = 0xA00; in run_whimstar()
71 if (stars[i].yinertia < -0xA00) stars[i].yinertia = -0xA00; in run_whimstar()
73 stars[i].x += stars[i].xinertia; in run_whimstar()
74 stars[i].y += stars[i].yinertia; in run_whimstar()
80 CreateObject(stars[i].x, stars[i].y, OBJ_WHIMSICAL_STAR); in run_whimstar()
[all …]
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/ai/weapons/
H A Dwhimstar.cpp33 wh->stars[i].x = px; in init_whimstar()
34 wh->stars[i].y = py; in init_whimstar()
52 Whimstar *stars = wh->stars; in run_whimstar() local
71 tgtx = stars[i - 1].x; in run_whimstar()
72 tgty = stars[i - 1].y; in run_whimstar()
75 stars[i].xinertia += (stars[i].x < tgtx) ? 0x80 : -0x80; in run_whimstar()
76 stars[i].yinertia += (stars[i].y < tgty) ? 0xAA : -0xAA; in run_whimstar()
87 stars[i].x += stars[i].xinertia; in run_whimstar()
88 stars[i].y += stars[i].yinertia; in run_whimstar()
94 CreateObject(stars[i].x, stars[i].y, OBJ_WHIMSICAL_STAR); in run_whimstar()
[all …]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/samples/
H A Dstar.c129 stars[n].x[1] = stars[n].x[0]; in MoveStars()
130 stars[n].y[1] = stars[n].y[0]; in MoveStars()
131 stars[n].z[1] = stars[n].z[0]; in MoveStars()
132 stars[n].x[0] += stars[n].offsetX*dt; in MoveStars()
133 stars[n].y[0] += stars[n].offsetY*dt; in MoveStars()
135 stars[n].rotation += stars[n].offsetR*dt; in MoveStars()
150 x0 = stars[n].x[0] * windW / stars[n].z[0]; in StarPoint()
151 y0 = stars[n].y[0] * windH / stars[n].z[0]; in StarPoint()
158 x1 = stars[n].x[1] * windW / stars[n].z[1]; in StarPoint()
159 y1 = stars[n].y[1] * windH / stars[n].z[1]; in StarPoint()
[all …]
H A Doverlay.c124 stars[n].x[1] = stars[n].x[0]; in MoveStars()
125 stars[n].y[1] = stars[n].y[0]; in MoveStars()
126 stars[n].z[1] = stars[n].z[0]; in MoveStars()
127 stars[n].x[0] += stars[n].offsetX; in MoveStars()
128 stars[n].y[0] += stars[n].offsetY; in MoveStars()
130 stars[n].rotation += stars[n].offsetR; in MoveStars()
142 x0 = stars[n].x[0] * windW / stars[n].z[0]; in StarPoint()
143 y0 = stars[n].y[0] * windH / stars[n].z[0]; in StarPoint()
150 x1 = stars[n].x[1] * windW / stars[n].z[1]; in StarPoint()
151 y1 = stars[n].y[1] * windH / stars[n].z[1]; in StarPoint()
[all …]
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/samples/
H A Dstar.c129 stars[n].x[1] = stars[n].x[0]; in MoveStars()
130 stars[n].y[1] = stars[n].y[0]; in MoveStars()
131 stars[n].z[1] = stars[n].z[0]; in MoveStars()
132 stars[n].x[0] += stars[n].offsetX*dt; in MoveStars()
133 stars[n].y[0] += stars[n].offsetY*dt; in MoveStars()
135 stars[n].rotation += stars[n].offsetR*dt; in MoveStars()
150 x0 = stars[n].x[0] * windW / stars[n].z[0]; in StarPoint()
151 y0 = stars[n].y[0] * windH / stars[n].z[0]; in StarPoint()
158 x1 = stars[n].x[1] * windW / stars[n].z[1]; in StarPoint()
159 y1 = stars[n].y[1] * windH / stars[n].z[1]; in StarPoint()
[all …]
H A Doverlay.c124 stars[n].x[1] = stars[n].x[0]; in MoveStars()
125 stars[n].y[1] = stars[n].y[0]; in MoveStars()
126 stars[n].z[1] = stars[n].z[0]; in MoveStars()
127 stars[n].x[0] += stars[n].offsetX; in MoveStars()
128 stars[n].y[0] += stars[n].offsetY; in MoveStars()
130 stars[n].rotation += stars[n].offsetR; in MoveStars()
142 x0 = stars[n].x[0] * windW / stars[n].z[0]; in StarPoint()
143 y0 = stars[n].y[0] * windH / stars[n].z[0]; in StarPoint()
150 x1 = stars[n].x[1] * windW / stars[n].z[1]; in StarPoint()
151 y1 = stars[n].y[1] * windH / stars[n].z[1]; in StarPoint()
[all …]
/dports/astro/siril/siril/src/registration/
H A D3stars.c41 fitted_PSF *stars[3]; member
120 com.stars = realloc(com.stars, 4 * sizeof(fitted_PSF *)); // to be sure... in _3stars_seqpsf_end()
191 if (!com.stars) in on_select_star_button_clicked()
199 if (!results[refimage].stars[0] || !results[refimage].stars[1]) { in register_3stars()
244 if (nb_stars == 2 && (!results[in_index].stars[0] || !results[in_index].stars[1])) in affine_transform_hook()
246 …== 2 || (nb_stars == 3 && results[in_index].stars[0] && results[in_index].stars[1] && results[in_i… in affine_transform_hook()
249 { results[refimage].stars[0]->xpos, results[refimage].stars[0]->ypos }, in affine_transform_hook()
250 { results[refimage].stars[1]->xpos, results[refimage].stars[1]->ypos }, in affine_transform_hook()
258 { results[in_index].stars[0]->xpos, results[in_index].stars[0]->ypos }, in affine_transform_hook()
259 { results[in_index].stars[1]->xpos, results[in_index].stars[1]->ypos }, in affine_transform_hook()
[all …]
/dports/games/popstar/popstar-0.0.2/
H A Dpopstar.c393 stars[i].x += stars[i].xm; in game()
394 stars[i].y += stars[i].ym; in game()
402 stars[i].xm = -stars[i].xm; in game()
407 stars[i].xm = -stars[i].xm; in game()
413 stars[i].ym = -stars[i].ym; in game()
418 stars[i].ym = -stars[i].ym; in game()
426 stars[i].spin += stars[i].spinm; in game()
722 inside(stars[i].x, stars[i].y)) in select_star()
727 add_bonus(stars[i].x >> 4, stars[i].y >> 4); in select_star()
728 add_pop(stars[i].x >> 4, stars[i].y >> 4, in select_star()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/tools/stardb/
H A Dbuildstardb.pl154 my %stars = (); # star details
204 $stars{$HIP} = {
246 if (exists $stars{$HIP})
268 my $numStars = keys %stars;
298 my $absMag = AppMagToAbsMag($stars{$HIP}{'Vmag'}, $stars{$HIP}{'Plx'});
302 rad2deg($stars{$HIP}{'RArad'}), rad2deg($stars{$HIP}{'DErad'}),
303 $dist, $stars{$HIP}{'Vmag'}, $stars{$HIP}{'SpType'});
318 foreach my $HIP (keys %stars)
349 $stars{$HIP}{'SpType'} = GuessSpType($stars{$HIP}{'B-V'}) if($stars{$HIP}{'B-V'} ne '');
374 $brightdrop++ if(($stars{$HIP}{'Vmag'} ne '') && ($stars{$HIP}{'Vmag'} <= 6));
[all …]
/dports/astro/celestia/celestia-1.6.1/src/tools/stardb/
H A Dbuildstardb.pl154 my %stars = (); # star details
204 $stars{$HIP} = {
246 if (exists $stars{$HIP})
268 my $numStars = keys %stars;
298 my $absMag = AppMagToAbsMag($stars{$HIP}{'Vmag'}, $stars{$HIP}{'Plx'});
302 rad2deg($stars{$HIP}{'RArad'}), rad2deg($stars{$HIP}{'DErad'}),
303 $dist, $stars{$HIP}{'Vmag'}, $stars{$HIP}{'SpType'});
318 foreach my $HIP (keys %stars)
349 $stars{$HIP}{'SpType'} = GuessSpType($stars{$HIP}{'B-V'}) if($stars{$HIP}{'B-V'} ne '');
374 $brightdrop++ if(($stars{$HIP}{'Vmag'} ne '') && ($stars{$HIP}{'Vmag'} <= 6));
[all …]
/dports/astro/kstars/kstars-3.5.6/Tests/internalguide/
H A Dteststarcorrespondence.cpp48 QList<Edge> stars; in runTest() local
49 stars.append(makeEdge(90, 70)); in runTest()
51 stars.append(makeEdge(0, 0)); in runTest()
52 stars.append(makeEdge(10, 30)); in runTest()
53 stars.append(makeEdge(20, 70)); in runTest()
54 stars.append(makeEdge(70, 10)); in runTest()
55 stars.append(makeEdge(70, 80)); in runTest()
138 stars.removeAt(guideStar); in runTest()
155 QList<Edge> stars; in runAdaptationTest() local
168 stars[1].x = 151; in runAdaptationTest()
[all …]
/dports/games/powermanga/powermanga-0.93.1/src/
H A Dstarfield.c83 if (stars == NULL) in starfield_once_init()
85 stars = in starfield_once_init()
88 if (stars == NULL) in starfield_once_init()
208 stars[i + 48].coor_x = in starfield_init()
211 stars[i + 48].speed = in starfield_init()
231 stars[i + 24].speed = in starfield_init()
247 stars[i].coor_x = in starfield_init()
271 if (stars != NULL) in starfield_free()
274 stars = NULL; in starfield_free()
295 star = &stars[i]; in starfield_handle()
[all …]
/dports/textproc/redisearch/RediSearch-2.2.5/docs/
H A DClients.md30 [redisearch-py-stars]: https://img.shields.io/github/stars/RediSearch/redisearch-py.svg?style=socia…
34 [JRediSearch-stars]: https://img.shields.io/github/stars/RediSearch/JRediSearch.svg?style=social&am…
38 [lettucemod-stars]: https://img.shields.io/github/stars/redis-developer/lettucemod.svg?style=social…
42 [spring-redisearch-stars]: https://img.shields.io/github/stars/RediSearch/spring-redisearch.svg?sty…
50 [redisearch-go-stars]: https://img.shields.io/github/stars/RediSearch/redisearch-go.svg?style=socia…
54 [RedRediSearch-stars]: https://img.shields.io/github/stars/stockholmux/redredisearch.svg?style=soci…
70 [redisearch-php-stars]: https://img.shields.io/github/stars/ethanhann/redisearch-php.svg?style=soci…
74 [php-redisearch-stars]: https://img.shields.io/github/stars/MacFJA/php-redisearch.svg?style=social&…
78 [front-redisearch-stars]: https://img.shields.io/github/stars/front/redisearch.svg?style=social&amp…
86 [redisearch-rb-stars]: https://img.shields.io/github/stars/vruizext/redisearch-rb.svg?style=social&…
[all …]
/dports/textproc/redisearch20/RediSearch-2.0.15/docs/
H A DClients.md30 [redisearch-py-stars]: https://img.shields.io/github/stars/RediSearch/redisearch-py.svg?style=socia…
34 [JRediSearch-stars]: https://img.shields.io/github/stars/RediSearch/JRediSearch.svg?style=social&am…
38 [lettusearch-stars]: https://img.shields.io/github/stars/RediSearch/lettusearch.svg?style=social&am…
42 [spring-redisearch-stars]: https://img.shields.io/github/stars/RediSearch/spring-redisearch.svg?sty…
50 [redisearch-go-stars]: https://img.shields.io/github/stars/RediSearch/redisearch-go.svg?style=socia…
54 [RedRediSearch-stars]: https://img.shields.io/github/stars/stockholmux/redredisearch.svg?style=soci…
70 [redisearch-php-stars]: https://img.shields.io/github/stars/ethanhann/redisearch-php.svg?style=soci…
74 [php-redisearch-stars]: https://img.shields.io/github/stars/MacFJA/php-redisearch.svg?style=social&…
78 [front-redisearch-stars]: https://img.shields.io/github/stars/front/redisearch.svg?style=social&amp…
86 [redisearch-rb-stars]: https://img.shields.io/github/stars/vruizext/redisearch-rb.svg?style=social&…
[all …]
/dports/multimedia/qmmp-plugin-pack-qt5/qmmp-plugin-pack-1.5.2/src/Visual/goom/
H A Dflying_stars_fx.c89 Star *stars; member
154 free (data->stars); in fs_free()
173 fs->stars[i].x = mx; in addABomb()
174 fs->stars[i].y = my; in addABomb()
183 fs->stars[i].ax = 0; in addABomb()
305 (int)(data->stars[i].x-data->stars[i].vx*6), in fs_apply()
306 (int)(data->stars[i].y-data->stars[i].vy*6), in fs_apply()
310 (int)(data->stars[i].x-data->stars[i].vx*2), in fs_apply()
311 (int)(data->stars[i].y-data->stars[i].vy*2), in fs_apply()
320 … ||((data->stars[i].vy>=0)&&(data->stars[i].y - 16*data->stars[i].vy > info->screen.height)) in fs_apply()
[all …]
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/goom/
H A Dflying_stars_fx.c88 Star *stars; member
161 free (data->stars); in fs_free()
182 fs->stars[i].x = mx; in addABomb()
183 fs->stars[i].y = my; in addABomb()
192 fs->stars[i].ax = 0; in addABomb()
327 (int) (data->stars[i].x - data->stars[i].vx * 6), in fs_apply()
328 (int) (data->stars[i].y - data->stars[i].vy * 6), col, in fs_apply()
332 (int) (data->stars[i].x - data->stars[i].vx * 2), in fs_apply()
333 (int) (data->stars[i].y - data->stars[i].vy * 2), col, in fs_apply()
342 && (data->stars[i].y - 16 * data->stars[i].vy > in fs_apply()
[all …]
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/goom/
H A Dflying_stars_fx.c88 Star *stars; member
161 free (data->stars); in fs_free()
182 fs->stars[i].x = mx; in addABomb()
183 fs->stars[i].y = my; in addABomb()
192 fs->stars[i].ax = 0; in addABomb()
327 (int) (data->stars[i].x - data->stars[i].vx * 6), in fs_apply()
328 (int) (data->stars[i].y - data->stars[i].vy * 6), col, in fs_apply()
332 (int) (data->stars[i].x - data->stars[i].vx * 2), in fs_apply()
333 (int) (data->stars[i].y - data->stars[i].vy * 2), col, in fs_apply()
342 && (data->stars[i].y - 16 * data->stars[i].vy > in fs_apply()
[all …]
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/goom/
H A Dflying_stars_fx.c88 Star *stars; member
161 free (data->stars); in fs_free()
182 fs->stars[i].x = mx; in addABomb()
183 fs->stars[i].y = my; in addABomb()
192 fs->stars[i].ax = 0; in addABomb()
327 (int) (data->stars[i].x - data->stars[i].vx * 6), in fs_apply()
328 (int) (data->stars[i].y - data->stars[i].vy * 6), col, in fs_apply()
332 (int) (data->stars[i].x - data->stars[i].vx * 2), in fs_apply()
333 (int) (data->stars[i].y - data->stars[i].vy * 2), col, in fs_apply()
342 && (data->stars[i].y - 16 * data->stars[i].vy > in fs_apply()
[all …]
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/goom/
H A Dflying_stars_fx.c88 Star *stars; member
161 free (data->stars); in fs_free()
182 fs->stars[i].x = mx; in addABomb()
183 fs->stars[i].y = my; in addABomb()
192 fs->stars[i].ax = 0; in addABomb()
327 (int) (data->stars[i].x - data->stars[i].vx * 6), in fs_apply()
328 (int) (data->stars[i].y - data->stars[i].vy * 6), col, in fs_apply()
332 (int) (data->stars[i].x - data->stars[i].vx * 2), in fs_apply()
333 (int) (data->stars[i].y - data->stars[i].vy * 2), col, in fs_apply()
342 && (data->stars[i].y - 16 * data->stars[i].vy > in fs_apply()
[all …]
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/goom/
H A Dflying_stars_fx.c88 Star *stars; member
161 free (data->stars); in fs_free()
182 fs->stars[i].x = mx; in addABomb()
183 fs->stars[i].y = my; in addABomb()
192 fs->stars[i].ax = 0; in addABomb()
327 (int) (data->stars[i].x - data->stars[i].vx * 6), in fs_apply()
328 (int) (data->stars[i].y - data->stars[i].vy * 6), col, in fs_apply()
332 (int) (data->stars[i].x - data->stars[i].vx * 2), in fs_apply()
333 (int) (data->stars[i].y - data->stars[i].vy * 2), col, in fs_apply()
342 && (data->stars[i].y - 16 * data->stars[i].vy > in fs_apply()
[all …]
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/goom/
H A Dflying_stars_fx.c88 Star *stars; member
161 free (data->stars); in fs_free()
182 fs->stars[i].x = mx; in addABomb()
183 fs->stars[i].y = my; in addABomb()
192 fs->stars[i].ax = 0; in addABomb()
327 (int) (data->stars[i].x - data->stars[i].vx * 6), in fs_apply()
328 (int) (data->stars[i].y - data->stars[i].vy * 6), col, in fs_apply()
332 (int) (data->stars[i].x - data->stars[i].vx * 2), in fs_apply()
333 (int) (data->stars[i].y - data->stars[i].vy * 2), col, in fs_apply()
342 && (data->stars[i].y - 16 * data->stars[i].vy > in fs_apply()
[all …]

12345678910>>...160