Home
last modified time | relevance | path

Searched refs:next_g (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/cmph/cmph-2.0/src/
H A Dbmz8.c201 cmph_uint8 next_g; in bmz8_traverse_critical_nodes() local
231 if(next_g + bmz8->g[lav] >= bmz8->m) in bmz8_traverse_critical_nodes()
243 if (next_g > *biggest_g_value) *biggest_g_value = next_g; in bmz8_traverse_critical_nodes()
253 if(next_g + bmz8->g[lav] > *biggest_edge_value) in bmz8_traverse_critical_nodes()
257 bmz8->g[u] = next_g; // Labelling vertex u. in bmz8_traverse_critical_nodes()
270 cmph_uint8 next_g; in bmz8_traverse_critical_nodes_heuristic() local
312 if(next_g + bmz8->g[lav] >= bmz8->m) in bmz8_traverse_critical_nodes_heuristic()
332 unused_g_values[nunused_g_values++] = next_g; in bmz8_traverse_critical_nodes_heuristic()
335 if (next_g > *biggest_g_value) *biggest_g_value = next_g; in bmz8_traverse_critical_nodes_heuristic()
348 if(next_g + bmz8->g[lav] > *biggest_edge_value) in bmz8_traverse_critical_nodes_heuristic()
[all …]
H A Dbmz.c200 cmph_uint32 next_g; in bmz_traverse_critical_nodes() local
223 next_g = *biggest_g_value + 1; in bmz_traverse_critical_nodes()
230 if(next_g + bmz->g[lav] >= bmz->m) in bmz_traverse_critical_nodes()
242 if (next_g > *biggest_g_value) *biggest_g_value = next_g; in bmz_traverse_critical_nodes()
251 if(next_g + bmz->g[lav] > *biggest_edge_value) *biggest_edge_value = next_g + bmz->g[lav]; in bmz_traverse_critical_nodes()
254 bmz->g[u] = next_g; // Labelling vertex u. in bmz_traverse_critical_nodes()
267 cmph_uint32 next_g; in bmz_traverse_critical_nodes_heuristic() local
300 next_g = *biggest_g_value + 1; in bmz_traverse_critical_nodes_heuristic()
332 if (next_g > *biggest_g_value) *biggest_g_value = next_g; in bmz_traverse_critical_nodes_heuristic()
344 if(next_g + bmz->g[lav] > *biggest_edge_value) *biggest_edge_value = next_g + bmz->g[lav]; in bmz_traverse_critical_nodes_heuristic()
[all …]
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/girepository/cmph/
H A Dbmz.c195 cmph_uint32 next_g; in bmz_traverse_critical_nodes() local
218 next_g = *biggest_g_value + 1; in bmz_traverse_critical_nodes()
225 if(next_g + bmz->g[lav] >= bmz->m) in bmz_traverse_critical_nodes()
237 if (next_g > *biggest_g_value) *biggest_g_value = next_g; in bmz_traverse_critical_nodes()
246 if(next_g + bmz->g[lav] > *biggest_edge_value) *biggest_edge_value = next_g + bmz->g[lav]; in bmz_traverse_critical_nodes()
249 bmz->g[u] = next_g; // Labelling vertex u. in bmz_traverse_critical_nodes()
262 cmph_uint32 next_g; in bmz_traverse_critical_nodes_heuristic() local
295 next_g = *biggest_g_value + 1; in bmz_traverse_critical_nodes_heuristic()
327 if (next_g > *biggest_g_value) *biggest_g_value = next_g; in bmz_traverse_critical_nodes_heuristic()
339 if(next_g + bmz->g[lav] > *biggest_edge_value) *biggest_edge_value = next_g + bmz->g[lav]; in bmz_traverse_critical_nodes_heuristic()
[all …]
H A Dbmz8.c202 cmph_uint8 next_g; in bmz8_traverse_critical_nodes() local
232 if(next_g + bmz8->g[lav] >= bmz8->m) in bmz8_traverse_critical_nodes()
244 if (next_g > *biggest_g_value) *biggest_g_value = next_g; in bmz8_traverse_critical_nodes()
254 if(next_g + bmz8->g[lav] > *biggest_edge_value) in bmz8_traverse_critical_nodes()
258 bmz8->g[u] = next_g; // Labelling vertex u. in bmz8_traverse_critical_nodes()
271 cmph_uint8 next_g; in bmz8_traverse_critical_nodes_heuristic() local
300 next_g = unused_g_values[next_g_index++]; in bmz8_traverse_critical_nodes_heuristic()
313 if(next_g + bmz8->g[lav] >= bmz8->m) in bmz8_traverse_critical_nodes_heuristic()
336 if (next_g > *biggest_g_value) *biggest_g_value = next_g; in bmz8_traverse_critical_nodes_heuristic()
349 if(next_g + bmz8->g[lav] > *biggest_edge_value) in bmz8_traverse_critical_nodes_heuristic()
[all …]
/dports/games/devilutionX/devilutionX-1.2.1/Source/
H A Dpath.cpp202 int next_g; in path_parent_path() local
206 next_g = pPath->g + path_check_equal(pPath, dx, dy); in path_parent_path()
217 if (next_g < dxdy->g) { in path_parent_path()
221 dxdy->g = next_g; in path_parent_path()
222 dxdy->f = next_g + dxdy->h; in path_parent_path()
234 if (next_g < dxdy->g && path_solid_pieces(pPath, dx, dy)) { in path_parent_path()
237 dxdy->g = next_g; in path_parent_path()
238 dxdy->f = next_g + dxdy->h; in path_parent_path()
248 dxdy->g = next_g; in path_parent_path()
250 dxdy->f = next_g + dxdy->h; in path_parent_path()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqsrc/
H A Dresampv.c73 double next_g; member
164 susp->prev_g = susp->next_g; in resamplev__fetch()
177 susp->next_g = susp_fetch_sample(g, g_ptr, g_cnt); in resamplev__fetch()
180 if (susp->next_g < susp->prev_g) { in resamplev__fetch()
181 susp->next_g = susp->prev_g; // prevent time from going backward in resamplev__fetch()
188 (susp->next_g - susp->prev_g); in resamplev__fetch()
205 susp->phase_in_g * (susp->next_g - susp->prev_g); in resamplev__fetch()
371 susp->next_g = 0; in snd_make_resamplev()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DobjMeshOrientable.h58 …_g, const unsigned int& face_g, const int opposite_g, const unsigned int next_g // value of -1 den… in HalfEdge() argument
63 opposite_(opposite_g), next_(next_g) {} in HalfEdge()
86 void setNext(unsigned int next_g) { next_ = next_g; } in setNext() argument
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/objMesh/
H A DobjMeshOrientable.h58 …_g, const unsigned int& face_g, const int opposite_g, const unsigned int next_g // value of -1 den… in HalfEdge() argument
63 opposite_(opposite_g), next_(next_g) {} in HalfEdge()
86 void setNext(unsigned int next_g) { next_ = next_g; } in setNext() argument
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dframe.c97 rectangle next_g; member
654 mra->current_g = mra->next_g; in frame_next_move_resize_args()
676 target_g = &mra->next_g; in frame_get_hidden_pos()
697 target_g = &mra->next_g; in frame_get_hidden_pos()
753 fw, &mra->next_g, &mra->b_no_title_g, &tb_g); in frame_prepare_animation_shape()
775 mra->next_g = mra->start_g; in frame_mrs_prepare_vars()
987 &mra->current_g, &mra->next_g); in frame_mrs_setup_draw_decorations()
1109 dpy, FW_W_FRAME(fw), mra->next_g.x, mra->next_g.y, in frame_mrs_resize_move_windows()
1110 mra->next_g.width, mra->next_g.height); in frame_mrs_resize_move_windows()
1131 fw->g.frame = mra->next_g; in frame_move_resize_step()
[all …]
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dframe.c97 rectangle next_g; member
654 mra->current_g = mra->next_g; in frame_next_move_resize_args()
676 target_g = &mra->next_g; in frame_get_hidden_pos()
697 target_g = &mra->next_g; in frame_get_hidden_pos()
753 fw, &mra->next_g, &mra->b_no_title_g, &tb_g); in frame_prepare_animation_shape()
775 mra->next_g = mra->start_g; in frame_mrs_prepare_vars()
987 &mra->current_g, &mra->next_g); in frame_mrs_setup_draw_decorations()
1109 dpy, FW_W_FRAME(fw), mra->next_g.x, mra->next_g.y, in frame_mrs_resize_move_windows()
1110 mra->next_g.width, mra->next_g.height); in frame_mrs_resize_move_windows()
1131 fw->g.frame = mra->next_g; in frame_move_resize_step()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr20100-1.c10 next_g (void) in next_g() function
24 return g = next_g (); in inc_g()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/execute/
H A Dpr20100-1.c10 next_g (void) in next_g() function
24 return g = next_g (); in inc_g()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr20100-1.c10 next_g (void) in next_g() function
24 return g = next_g (); in inc_g()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/execute/
H A Dpr20100-1.c10 next_g (void) in next_g() function
24 return g = next_g (); in inc_g()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr20100-1.c10 next_g (void) in next_g() function
24 return g = next_g (); in inc_g()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr20100-1.c10 next_g (void) in next_g() function
24 return g = next_g (); in inc_g()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr20100-1.c10 next_g (void) in next_g() function
24 return g = next_g (); in inc_g()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr20100-1.c10 next_g (void) in next_g() function
24 return g = next_g (); in inc_g()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr20100-1.c10 next_g (void) in next_g() function
24 return g = next_g (); in inc_g()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr20100-1.c10 next_g (void) in next_g() function
24 return g = next_g (); in inc_g()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr20100-1.c10 next_g (void) in next_g() function
24 return g = next_g (); in inc_g()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.c-torture/execute/
H A Dpr20100-1.c10 next_g (void) in next_g() function
24 return g = next_g (); in inc_g()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr20100-1.c10 next_g (void) in next_g() function
24 return g = next_g (); in inc_g()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/execute/
H A Dpr20100-1.c10 next_g (void) in next_g() function
24 return g = next_g (); in inc_g()
/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dgcc-torture-execute-pr20100-1.c20 next_g (void) in next_g() function
34 return g = next_g (); in inc_g()

123