Home
last modified time | relevance | path

Searched refs:ga (Results 1 – 25 of 8837) sorted by relevance

12345678910>>...354

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/
H A Dgeneric.cpp145ga->first_frame = bm_load_animation(ga->filename, &ga->num_frames, &fps, &ga->keyframe, &ga->total… in generic_anim_load()
206 ga->bitmap_id = bm_create(bpp, ga->width, ga->height, ga->buffer, (bpp==8)?BMP_AABITMAP:0); in generic_anim_stream()
233 ga->height = ga->png.anim->h; in generic_anim_stream()
234 ga->width = ga->png.anim->w; in generic_anim_stream()
237 ga->bitmap_id = bm_create(ga->png.anim->bpp, ga->width, ga->height, ga->buffer, 0); in generic_anim_stream()
262 bm_get_info(ga->bitmap_id, &ga->width, &ga->height); in generic_anim_stream()
430ga->ani.instance->data = unpack_frame(ga->ani.instance, ga->ani.instance->data, ga->buffer, ga->wi… in generic_render_ani_stream()
461ga->ani.instance->data = unpack_frame(ga->ani.instance, ga->ani.instance->data, ga->buffer, ga->wi… in generic_render_ani_stream()
469 gr_update_texture(ga->bitmap_id, bpp, ga->buffer, ga->width, ga->height); in generic_render_ani_stream()
572 ga->anim_time = fmod(ga->anim_time, ga->total_time); in generic_anim_render_fixed_frame_delay()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A Dgeneric.cpp137 ga->first_frame = bm_load_animation(ga->filename, &ga->num_frames, &fps, &ga->keyframe); in generic_anim_load()
201 ga->width = ga->ani.animation->width; in generic_anim_stream()
203 ga->bitmap_id = bm_create(bpp, ga->width, ga->height, ga->buffer, (bpp==8)?BMP_AABITMAP:0); in generic_anim_stream()
228 bm_get_info(ga->bitmap_id, &ga->width, &ga->height); in generic_anim_stream()
364ga->ani.instance->data = ga->ani.animation->data + ga->ani.animation->keys[ga->current_frame].offs… in generic_render_ani_stream()
370ga->ani.instance->data = unpack_frame(ga->ani.instance, ga->ani.instance->data, ga->buffer, ga->wi… in generic_render_ani_stream()
381 ga->ani.instance->data = ga->ani.animation->data + ga->keyoffset; in generic_render_ani_stream()
401ga->ani.instance->data = unpack_frame(ga->ani.instance, ga->ani.instance->data, ga->buffer, ga->wi… in generic_render_ani_stream()
409 gr_update_texture(ga->bitmap_id, bpp, ga->buffer, ga->width, ga->height); in generic_render_ani_stream()
470 ga->anim_time = fmod(ga->anim_time, ga->total_time); in generic_anim_render()
[all …]
/dports/audio/fossmixer/detroit-0.2.3/examples/gui_vesmir/
H A Dgalaxy.c103 ga->name[ga->name_t] = 0; in galaxy_create_name()
104 ga->name[ga->name_t + 1] = 0; in galaxy_create_name()
105 ga->name[ga->name_t + 2] = 0; in galaxy_create_name()
106 ga->name[ga->name_t + 3] = 0; in galaxy_create_name()
146 ga->nick[ga->nick_t] = 0; in galaxy_create_nick()
147 ga->nick[ga->nick_t + 1] = 0; in galaxy_create_nick()
148 ga->nick[ga->nick_t + 2] = 0; in galaxy_create_nick()
149 ga->nick[ga->nick_t + 3] = 0; in galaxy_create_nick()
238 d = ga->gd_b.x - ga->gd_a.x; in galaxy_live()
240 if(ga->gd_b.y - ga->gd_a.y > d) d = ga->gd_b.y - ga->gd_a.y; in galaxy_live()
[all …]
H A Duniverse.c47 struct galaxy *ga; in universe_run() local
66 ga = sp->ga[a]; in universe_run()
68 (void) galaxy_run(ga); in universe_run()
71 sa = ga->sa[b]; in universe_run()
113 return(sp->ga[a]); in universe_get_galaxy_by_id()
121 return(sp->ga[a]->sa[b]); in universe_get_star_by_id()
125 …if(a > sp->galaxies || b > sp->ga[a]->stars || c > sp->ga[a]->sa[b]->planets || sp->ga[a]->sa[b]->… in universe_get_planet_by_id()
133 … > sp->galaxies || b > sp->ga[a]->stars || c > sp->ga[a]->sa[b]->planets || d > sp->ga[a]->sa[b]->… in universe_get_satellite_by_id()
180 if((ga->sa = malloc(sizeof(struct star *) * ga->stars)) == NULL) {
193 ga->stars
[all …]
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/src/
H A Dremmina_avahi.c192 RemminaAvahi* ga; in remmina_avahi_new() local
196 ga->started = FALSE; in remmina_avahi_new()
200 ga->priv->sb = NULL; in remmina_avahi_new()
204 return ga; in remmina_avahi_new()
212 if (ga->started) in remmina_avahi_start()
215 ga->started = TRUE; in remmina_avahi_start()
223ga->priv->client = avahi_client_new(avahi_simple_poll_get(ga->priv->simple_poll), 0, remmina_avahi… in remmina_avahi_start()
249 if (ga->priv->sb) { in remmina_avahi_stop()
267 if (ga == NULL) in remmina_avahi_free()
272 g_free(ga->priv); in remmina_avahi_free()
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/locales/ga/
H A Dga.go1 package ga package
12 type ga struct { struct
77 func (ga *ga) Locale() string { argument
186 func (ga *ga) MonthsNarrow() []string { argument
196 func (ga *ga) MonthsWide() []string { argument
216 func (ga *ga) WeekdaysNarrow() []string { argument
226 func (ga *ga) WeekdaysShort() []string { argument
236 func (ga *ga) WeekdaysWide() []string { argument
241 func (ga *ga) Decimal() string { argument
246 func (ga *ga) Group() string { argument
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/locales/locales-0.13.0/ga/
H A Dga.go1 package ga package
12 type ga struct { struct
79 func (ga *ga) Locale() string { argument
188 func (ga *ga) MonthsNarrow() []string { argument
198 func (ga *ga) MonthsWide() []string { argument
218 func (ga *ga) WeekdaysNarrow() []string { argument
228 func (ga *ga) WeekdaysShort() []string { argument
238 func (ga *ga) WeekdaysWide() []string { argument
243 func (ga *ga) Decimal() string { argument
248 func (ga *ga) Group() string { argument
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/locales/ga/
H A Dga.go1 package ga package
12 type ga struct { struct
79 func (ga *ga) Locale() string { argument
188 func (ga *ga) MonthsNarrow() []string { argument
198 func (ga *ga) MonthsWide() []string { argument
218 func (ga *ga) WeekdaysNarrow() []string { argument
228 func (ga *ga) WeekdaysShort() []string { argument
238 func (ga *ga) WeekdaysWide() []string { argument
243 func (ga *ga) Decimal() string { argument
248 func (ga *ga) Group() string { argument
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/pga/source/
H A Dcreate.c192 ctx->ga.fw = ctx->ga.StringLen/WL; in PGACreate()
193 ctx->ga.eb = ctx->ga.StringLen%WL; in PGACreate()
194 if ( ctx->ga.eb == 0 ) in PGACreate()
195 ctx->ga.tw = ctx->ga.fw; in PGACreate()
197 ctx->ga.tw = ctx->ga.fw+1; in PGACreate()
434 ctx->ga.NumReplace = (int) ceil(ctx->ga.PopSize * 0.1); in PGASetUp()
436 if ( ctx->ga.NumReplace > ctx->ga.PopSize) in PGASetUp()
461 ctx->ga.MutationProb = 1. / ctx->ga.StringLen; in PGASetUp()
516 if ( ctx->ga.NoDuplicates && ((ctx->ga.StoppingRule & PGA_STOP_TOOSIMILAR) in PGASetUp()
753 ctx->ga.selected = (int *)malloc( sizeof(int) * ctx->ga.PopSize ); in PGASetUp()
[all …]
H A Dselect.c87 switch (ctx->ga.SelectType) { in PGASelect()
117 ctx->ga.selected[j] = ctx->ga.selected[i]; in PGASelect()
118 ctx->ga.selected[i] = temp; in PGASelect()
147 if (ctx->ga.SelectIndex < ctx->ga.PopSize) { in PGASelectNextIndex()
149 return(ctx->ga.selected[ctx->ga.SelectIndex++]); in PGASelectNextIndex()
243 return(ctx->ga.SelectType); in PGAGetSelectType()
303 return ctx->ga.PTournamentProb; in PGAGetPTournamentProb()
335 for (i=0; i<ctx->ga.PopSize; i++) in PGASelectProportional()
383 for(i=0;i<ctx->ga.PopSize;i++) in PGASelectSUS()
386 for(i=0;i<ctx->ga.PopSize;i++) in PGASelectSUS()
[all …]
/dports/math/ggobi/ggobi-2.1.11/plugins/GraphAction/
H A Dinit.c13 ga->nnodes = -1; in graphact_init()
15 ga->d = NULL; in graphact_init()
16 ga->e = NULL; in graphact_init()
18 ga->inEdges = NULL; in graphact_init()
19 ga->outEdges = NULL; in graphact_init()
36 GGobiData *d = ga->d; in init_edge_vectors()
37 GGobiData *e = ga->e; in init_edge_vectors()
51 ga->nnodes = d->nrows; in init_edge_vectors()
52 ga->nedges = e->nrows; in init_edge_vectors()
54 ga->inEdges = (vector_i *) g_malloc (ga->nnodes * sizeof (vector_i)); in init_edge_vectors()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/multiprecision/test/
H A Dtest_cpp_bin_float.cpp348 good_type ga(1); in test_special_cases() local
350 BOOST_CHECK_EQUAL(good_type(test_type(a - b)), good_type(ga - gb)); in test_special_cases()
351 BOOST_CHECK_EQUAL(good_type(test_type(b - a)), good_type(gb - ga)); in test_special_cases()
352 BOOST_CHECK_EQUAL(good_type(test_type(a + b)), good_type(ga + gb)); in test_special_cases()
353 BOOST_CHECK_EQUAL(good_type(test_type(b + a)), good_type(gb + ga)); in test_special_cases()
372 BOOST_CHECK_EQUAL(good_type(test_type(a - b)), good_type(ga - gb)); in test_special_cases()
437 ga = ga + ldexp(ga, -20); in test_special_cases()
526 ga = 1; in test_special_cases()
527 ga = boost::math::float_prior(ga); in test_special_cases()
615 ga = boost::math::float_next(good_type(1)); in test_special_cases()
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/src/
H A Dgrib_loader_from_array.c63 grib_handle* h = ga->parent->h; in grib_init_accessor_from_array()
145 , ga->name,grib_accessor_get_native_type(ga),ga->creator->cclass->name); in grib_init_accessor_from_array()
169 , ga->name,grib_accessor_get_native_type(ga)); in grib_init_accessor_from_array()
175 ga->name,type); in grib_init_accessor_from_array()
183 ga->name, strvalue); in grib_init_accessor_from_array()
188 ga->name); in grib_init_accessor_from_array()
197 ga->name); in grib_init_accessor_from_array()
206 ga->name); in grib_init_accessor_from_array()
212 ga->name, strvalue); in grib_init_accessor_from_array()
216 ga->name); in grib_init_accessor_from_array()
[all …]
H A Dgrib_loader_from_handle.c87 ga->name); in grib_init_accessor_from_handle()
104 if(copy_values(h,ga) == GRIB_SUCCESS) in grib_init_accessor_from_handle()
122 if(copy_values(g,ga) == GRIB_SUCCESS) { in grib_init_accessor_from_handle()
139 name = ga->name; in grib_init_accessor_from_handle()
169 grib_pack_missing(ga); in grib_init_accessor_from_handle()
173 switch(grib_accessor_get_native_type(ga)) in grib_init_accessor_from_handle()
196 if(ga->same) in grib_init_accessor_from_handle()
198 ret = grib_set_long_array(ga->parent->h,ga->name,lval,len); in grib_init_accessor_from_handle()
234 if(ga->same) in grib_init_accessor_from_handle()
236 ret = grib_set_double_array(ga->parent->h,ga->name,dval,len); in grib_init_accessor_from_handle()
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_loader_from_array.c61 grib_handle* h = grib_handle_of_accessor(ga); in grib_init_accessor_from_array()
86 if (ga->flags & GRIB_ACCESSOR_FLAG_READ_ONLY) { in grib_init_accessor_from_array()
144 …_ERROR, "Setting %s, cannot establish type %d [%s]", ga->name, grib_accessor_get_native_type(ga), in grib_init_accessor_from_array()
173 ga->name, type); in grib_init_accessor_from_array()
181 ga->name, strvalue); in grib_init_accessor_from_array()
186 ga->name); in grib_init_accessor_from_array()
195 ga->name); in grib_init_accessor_from_array()
204 ga->name); in grib_init_accessor_from_array()
210 ga->name, strvalue); in grib_init_accessor_from_array()
214 ga->name); in grib_init_accessor_from_array()
[all …]
/dports/science/py-esda/esda-2.4.1/esda/
H A Dshape.py65 ga = _cast(collection)
74 pygeos.get_num_coordinates(ga) - pygeos.get_num_geometries(ga),
156 ga = _cast(collection)
157 return (4 * numpy.pi * pygeos.area(ga)) / (pygeos.measurement.length(ga) ** 2)
167 ga = _cast(collection)
262 return pygeos.area(ga) / pygeos.area(pygeos.convex_hull(ga))
273 A = pygeos.area(ga)
313 return ((numpy.sqrt(pygeos.area(ga)) * 4) / pygeos.length(ga)) ** 2
333 return pygeos.area(ga) / pygeos.area(pygeos.minimum_rotated_rectangle(ga))
397 A = pygeos.area(ga)
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/locales/ga_IE/
H A Dga_IE.go78 return ga.locale
83 return ga.pluralsCardinal
88 return ga.pluralsOrdinal
93 return ga.pluralsRange
197 return ga.monthsWide[1:]
217 return ga.daysNarrow
227 return ga.daysShort
237 return ga.daysWide
242 return ga.decimal
247 return ga.group
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/locales/ga_GB/
H A Dga_GB.go78 return ga.locale
83 return ga.pluralsCardinal
88 return ga.pluralsOrdinal
93 return ga.pluralsRange
197 return ga.monthsWide[1:]
217 return ga.daysNarrow
227 return ga.daysShort
237 return ga.daysWide
242 return ga.decimal
247 return ga.group
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/locales/locales-0.13.0/ga_IE/
H A Dga_IE.go80 return ga.locale
85 return ga.pluralsCardinal
90 return ga.pluralsOrdinal
95 return ga.pluralsRange
199 return ga.monthsWide[1:]
219 return ga.daysNarrow
229 return ga.daysShort
239 return ga.daysWide
244 return ga.decimal
249 return ga.group
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/locales/ga_IE/
H A Dga_IE.go80 return ga.locale
85 return ga.pluralsCardinal
90 return ga.pluralsOrdinal
95 return ga.pluralsRange
199 return ga.monthsWide[1:]
219 return ga.daysNarrow
229 return ga.daysShort
239 return ga.daysWide
244 return ga.decimal
249 return ga.group
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/multiprecision/test/
H A Dtest_cpp_bin_float.cpp348 good_type ga(1); in test_special_cases() local
350 BOOST_CHECK_EQUAL(good_type(test_type(a - b)), good_type(ga - gb)); in test_special_cases()
351 BOOST_CHECK_EQUAL(good_type(test_type(b - a)), good_type(gb - ga)); in test_special_cases()
352 BOOST_CHECK_EQUAL(good_type(test_type(a + b)), good_type(ga + gb)); in test_special_cases()
353 BOOST_CHECK_EQUAL(good_type(test_type(b + a)), good_type(gb + ga)); in test_special_cases()
372 BOOST_CHECK_EQUAL(good_type(test_type(a - b)), good_type(ga - gb)); in test_special_cases()
373 BOOST_CHECK_EQUAL(good_type(test_type(b - a)), good_type(gb - ga)); in test_special_cases()
374 BOOST_CHECK_EQUAL(good_type(test_type(a + b)), good_type(ga + gb)); in test_special_cases()
437 ga = ga + ldexp(ga, -20); in test_special_cases()
526 ga = 1; in test_special_cases()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/multiprecision/test/
H A Dtest_cpp_bin_float.cpp348 good_type ga(1); in test_special_cases() local
350 BOOST_CHECK_EQUAL(good_type(test_type(a - b)), good_type(ga - gb)); in test_special_cases()
351 BOOST_CHECK_EQUAL(good_type(test_type(b - a)), good_type(gb - ga)); in test_special_cases()
352 BOOST_CHECK_EQUAL(good_type(test_type(a + b)), good_type(ga + gb)); in test_special_cases()
353 BOOST_CHECK_EQUAL(good_type(test_type(b + a)), good_type(gb + ga)); in test_special_cases()
372 BOOST_CHECK_EQUAL(good_type(test_type(a - b)), good_type(ga - gb)); in test_special_cases()
373 BOOST_CHECK_EQUAL(good_type(test_type(b - a)), good_type(gb - ga)); in test_special_cases()
374 BOOST_CHECK_EQUAL(good_type(test_type(a + b)), good_type(ga + gb)); in test_special_cases()
437 ga = ga + ldexp(ga, -20); in test_special_cases()
526 ga = 1; in test_special_cases()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/multiprecision/test/
H A Dtest_cpp_bin_float.cpp348 good_type ga(1); in test_special_cases() local
350 BOOST_CHECK_EQUAL(good_type(test_type(a - b)), good_type(ga - gb)); in test_special_cases()
351 BOOST_CHECK_EQUAL(good_type(test_type(b - a)), good_type(gb - ga)); in test_special_cases()
352 BOOST_CHECK_EQUAL(good_type(test_type(a + b)), good_type(ga + gb)); in test_special_cases()
353 BOOST_CHECK_EQUAL(good_type(test_type(b + a)), good_type(gb + ga)); in test_special_cases()
372 BOOST_CHECK_EQUAL(good_type(test_type(a - b)), good_type(ga - gb)); in test_special_cases()
373 BOOST_CHECK_EQUAL(good_type(test_type(b - a)), good_type(gb - ga)); in test_special_cases()
374 BOOST_CHECK_EQUAL(good_type(test_type(a + b)), good_type(ga + gb)); in test_special_cases()
437 ga = ga + ldexp(ga, -20); in test_special_cases()
526 ga = 1; in test_special_cases()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/api/objs/
H A Dstreaminganim.cpp12 return (ga.num_frames > 0); in IsValid()
15 generic_anim_init(&ga, filename); in streaminganim_h()
20 generic_anim_unload(&ga); in ~streaminganim_h()
24 ga = other.ga; in streaminganim_h()
30 generic_anim_unload(&ga); in operator =()
32 ga = other.ga; in operator =()
239 if (sah->ga.use_hud_color)
255 ge.width = sah->ga.width;
275 sah->ga.current_frame = 0;
276 sah->ga.anim_time = 0.0f;
[all …]
/dports/irc/atheme-services/atheme-7.2.9/modules/groupserv/main/
H A Dgroupserv.c120 groupacs_t *ga; in groupacs_add() local
128 ga->mg = mg; in groupacs_add()
129 ga->mt = mt; in groupacs_add()
132 mowgli_node_add(ga, &ga->gnode, &mg->acs); in groupacs_add()
135 return ga; in groupacs_add()
162 out = ga; in groupacs_find()
168 if (ga->mt == mt && ga->mg == mg && (ga->flags & flags)) in groupacs_find()
169 out = ga; in groupacs_find()
171 else if (ga->mt == mt && ga->mg == mg) in groupacs_find()
172 out = ga; in groupacs_find()
[all …]

12345678910>>...354