Home
last modified time | relevance | path

Searched refs:num_sweep (Results 1 – 7 of 7) sorted by relevance

/dports/science/hypre/hypre-2.23.0/src/test/
H A Dhypre_set_precond.c507 num_grid_sweeps[0] = num_sweep; in hypre_set_precond_params()
510 grid_relax_points[0] = hypre_CTAlloc(HYPRE_Int, num_sweep, HYPRE_MEMORY_HOST); in hypre_set_precond_params()
511 for (i=0; i<num_sweep; i++) in hypre_set_precond_params()
515 num_grid_sweeps[1] = num_sweep; in hypre_set_precond_params()
518 grid_relax_points[1] = hypre_CTAlloc(HYPRE_Int, num_sweep, HYPRE_MEMORY_HOST); in hypre_set_precond_params()
519 for (i=0; i<num_sweep; i++) in hypre_set_precond_params()
523 num_grid_sweeps[2] = num_sweep; in hypre_set_precond_params()
526 grid_relax_points[2] = hypre_CTAlloc(HYPRE_Int, num_sweep, HYPRE_MEMORY_HOST); in hypre_set_precond_params()
527 for (i=0; i<num_sweep; i++) in hypre_set_precond_params()
H A Dtest_ij.c781 num_grid_sweeps[0] = num_sweep; in main()
783 for (i=0; i<num_sweep; i++) in main()
791 for (i=0; i<num_sweep; i++) in main()
797 num_grid_sweeps[2] = num_sweep; in main()
799 for (i=0; i<num_sweep; i++) in main()
844 for (i=0; i<2*num_sweep; i+=2) in main()
861 for (i=0; i<2*num_sweep; i+=2) in main()
878 for (i=0; i<2*num_sweep; i+=2) in main()
2050 for (i=0; i<num_sweep; i++) in main()
2058 for (i=0; i<num_sweep; i++) in main()
[all …]
H A Dhypre_test.h69 HYPRE_Int num_sweep = 1; variable
H A Dij.c329 HYPRE_Int num_sweep = 1; in main() local
4767 num_sweeps = num_sweep; in main()
5154 num_sweeps = num_sweep; in main()
/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_cycle.c77 HYPRE_Int num_sweep; in hypre_BoomerAMGCycle() local
292 num_sweep = num_grid_sweeps[cycle_param]; in hypre_BoomerAMGCycle()
311 num_sweep = num_grid_sweeps[cycle_param]; in hypre_BoomerAMGCycle()
318 num_sweep = hypre_ParAMGDataSmoothNumSweeps(amg_data); in hypre_BoomerAMGCycle()
329 num_sweep = num_grid_sweeps[0]; in hypre_BoomerAMGCycle()
384 for (j = 0; j < num_sweep; j++) in hypre_BoomerAMGCycle()
500 num_sweep); in hypre_BoomerAMGCycle()
H A Dpar_amg_solveT.c341 HYPRE_Int num_sweep; in hypre_BoomerAMGCycleT() local
430 num_sweep = num_grid_sweeps[cycle_param]; in hypre_BoomerAMGCycleT()
437 for (j = 0; j < num_sweep; j++) in hypre_BoomerAMGCycleT()
/dports/games/libretro-emux/emux-640d4ba/controllers/audio/
H A Dpapu.c67 uint8_t num_sweep:3; member
387 papu->channel1.env_counter = papu->regs.nr12.num_sweep; in channel1_write()
465 papu->channel2.env_counter = papu->regs.nr22.num_sweep; in channel2_write()
548 papu->channel4.env_counter = papu->regs.nr42.num_sweep; in channel4_write()
907 papu->channel1.env_counter = papu->regs.nr12.num_sweep; in vol_env_tick()
924 papu->channel2.env_counter = papu->regs.nr22.num_sweep; in vol_env_tick()
941 papu->channel4.env_counter = papu->regs.nr42.num_sweep; in vol_env_tick()