/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/share/scripts/inverse/ |
H A D | add_POT.pl | 41 my @r_cur; 44 (readin_table($infile,@r_cur,@pot_cur,@flag_cur)) || die "$progname: error at readin_table\n"; 54 die "Different grids\n" if (($r_delta[1]-$r_delta[0]-$r_cur[1]+$r_cur[0])>0.0001); 55 die "Different start potential point $r_delta[0] $r_cur[0]\n" if (($r_delta[0]-$r_cur[0]) > 0.0001… 56 die "Different end potential point \n" if ( $#r_cur != $#r_delta ); 65 for (my $i=0;$i<=$#r_cur;$i++){ 86 saveto_table($outfile,@r_cur,@pot,@flag) || die "$progname: error at save table\n";
|
H A D | table_switch_border.pl | 37 my @r_cur; 40 (readin_table($infile,@r_cur,@pot_cur,@flag_cur)) || die "$progname: error at readin_table\n"; 51 for ($last=$#r_cur;$last>0;$last--) { 59 for (my $i=0;$i<=$#r_cur;$i++){ 62 if($r_cur[$i]>$a) { 63 $pot[$i] = $pot_cur[$i] * cos(PI*($r_cur[$i]-$a)/(2.0*($r_cur[$last]-$a))) 69 saveto_table($outfile,@r_cur,@pot,@flag_cur) || die "$progname: error at save table\n";
|
H A D | tables_jackknife.pl | 60 my @r_cur; 64 (readin_table($file_cur,@r_cur,@val_cur,@flag_cur)) || die "$progname: error at readin_table\n"; 66 die "Different grids\n" if (($r_full[1]-$r_full[0]-$r_cur[1]+$r_cur[0])>0.0001); 67 die "Different start potential point \n" if (($r_full[0]-$r_cur[0]) > 0.0001); 68 die "Different end potential point \n" if ( $#r_cur != $#r_full ); 70 for (my $i=0;$i<=$#r_cur;$i++) {
|
H A D | kbibi_ramp_correction.pl | 78 my @r_cur; 81 (readin_table($cur_kbint_file,@r_cur,@kbint_cur,@flags_cur)) || die "$progname: error at readin_tab… 84 die "Different grids \n" if (($r_aim[1]-$r_aim[0]-$r_cur[1]+$r_cur[0])>0.0001); 85 die "Different start potential point \n" if (($r_aim[0]-$r_cur[0]) > 0.0001); 86 die "Different end potential point \n" if ( $#r_aim != $#r_cur );
|
H A D | update_ibi_pot.pl | 47 my @r_cur; 50 (readin_table($cur_rdf_file,@r_cur,@rdf_cur,@flags_cur)) || die "$progname: error at readin_table\n… 59 die "Different grids \n" if (($r_aim[1]-$r_aim[0]-$r_cur[1]+$r_cur[0]) > 0.0001); 60 die "Different start potential point \n" if (($r_aim[0]-$r_cur[0]) > 0.0001); 61 die "Different end potential point \n" if ( $#r_aim != $#r_cur );
|
H A D | table_smooth.pl | 37 my @r_cur; 40 (readin_table($infile,@r_cur,@pot_cur,@flag_cur)) || die "$progname: error at readin_table\n"; 47 for (my $i=1;$i<$#r_cur;$i++){ 64 saveto_table($outfile,@r_cur,@pot,@flag_cur) || die "$progname: error at save table\n";
|
H A D | pressure_cor_wjk.pl | 57 my @r_cur; 61 (readin_table($cur_rdf_file,@r_cur,@rdf_cur,@flags_cur)) || die "$progname: error at readin_table\n…
|
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/share/scripts/inverse/ |
H A D | add_POT.pl | 41 my @r_cur; 44 (readin_table($infile,@r_cur,@pot_cur,@flag_cur)) || die "$progname: error at readin_table\n"; 54 die "Different grids\n" if (($r_delta[1]-$r_delta[0]-$r_cur[1]+$r_cur[0])>0.0001); 55 die "Different start potential point $r_delta[0] $r_cur[0]\n" if (($r_delta[0]-$r_cur[0]) > 0.0001… 56 die "Different end potential point \n" if ( $#r_cur != $#r_delta ); 65 for (my $i=0;$i<=$#r_cur;$i++){ 86 saveto_table($outfile,@r_cur,@pot,@flag) || die "$progname: error at save table\n";
|
H A D | table_switch_border.pl | 37 my @r_cur; 40 (readin_table($infile,@r_cur,@pot_cur,@flag_cur)) || die "$progname: error at readin_table\n"; 51 for ($last=$#r_cur;$last>0;$last--) { 59 for (my $i=0;$i<=$#r_cur;$i++){ 62 if($r_cur[$i]>$a) { 63 $pot[$i] = $pot_cur[$i] * cos(PI*($r_cur[$i]-$a)/(2.0*($r_cur[$last]-$a))) 69 saveto_table($outfile,@r_cur,@pot,@flag_cur) || die "$progname: error at save table\n";
|
H A D | tables_jackknife.pl | 60 my @r_cur; 64 (readin_table($file_cur,@r_cur,@val_cur,@flag_cur)) || die "$progname: error at readin_table\n"; 66 die "Different grids\n" if (($r_full[1]-$r_full[0]-$r_cur[1]+$r_cur[0])>0.0001); 67 die "Different start potential point \n" if (($r_full[0]-$r_cur[0]) > 0.0001); 68 die "Different end potential point \n" if ( $#r_cur != $#r_full ); 70 for (my $i=0;$i<=$#r_cur;$i++) {
|
H A D | kbibi_ramp_correction.pl | 78 my @r_cur; 81 (readin_table($cur_kbint_file,@r_cur,@kbint_cur,@flags_cur)) || die "$progname: error at readin_tab… 84 die "Different grids \n" if (($r_aim[1]-$r_aim[0]-$r_cur[1]+$r_cur[0])>0.0001); 85 die "Different start potential point \n" if (($r_aim[0]-$r_cur[0]) > 0.0001); 86 die "Different end potential point \n" if ( $#r_aim != $#r_cur );
|
H A D | update_ibi_pot.pl | 47 my @r_cur; 50 (readin_table($cur_rdf_file,@r_cur,@rdf_cur,@flags_cur)) || die "$progname: error at readin_table\n… 59 die "Different grids \n" if (($r_aim[1]-$r_aim[0]-$r_cur[1]+$r_cur[0]) > 0.0001); 60 die "Different start potential point \n" if (($r_aim[0]-$r_cur[0]) > 0.0001); 61 die "Different end potential point \n" if ( $#r_aim != $#r_cur );
|
H A D | table_smooth.pl | 37 my @r_cur; 40 (readin_table($infile,@r_cur,@pot_cur,@flag_cur)) || die "$progname: error at readin_table\n"; 47 for (my $i=1;$i<$#r_cur;$i++){ 64 saveto_table($outfile,@r_cur,@pot,@flag_cur) || die "$progname: error at save table\n";
|
H A D | pressure_cor_wjk.pl | 57 my @r_cur; 61 (readin_table($cur_rdf_file,@r_cur,@rdf_cur,@flags_cur)) || die "$progname: error at readin_table\n…
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_pipe.c | 66 struct mdp5_hw_pipe *r_cur = in mdp5_pipe_assign() local 70 if (r_cur->caps != cur->caps) in mdp5_pipe_assign() 74 if (cur->pipe > r_cur->pipe) in mdp5_pipe_assign() 77 *r_hwpipe = r_cur; in mdp5_pipe_assign()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_pipe.c | 66 struct mdp5_hw_pipe *r_cur = in mdp5_pipe_assign() local 70 if (r_cur->caps != cur->caps) in mdp5_pipe_assign() 74 if (cur->pipe > r_cur->pipe) in mdp5_pipe_assign() 77 *r_hwpipe = r_cur; in mdp5_pipe_assign()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_pipe.c | 66 struct mdp5_hw_pipe *r_cur = in mdp5_pipe_assign() local 70 if (r_cur->caps != cur->caps) in mdp5_pipe_assign() 74 if (cur->pipe > r_cur->pipe) in mdp5_pipe_assign() 77 *r_hwpipe = r_cur; in mdp5_pipe_assign()
|
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/operations/ |
H A D | get.cc | 194 unsigned r_cur; member 230 rck->r_cur++; in rget_callback() 231 nextix = lcbvb_vbreplica(cq->config, rck->vbucket, rck->r_cur); in rget_callback() 237 } while (rck->r_cur < rck->r_max); in rget_callback() 239 if (err == LCB_SUCCESS || rck->r_cur == rck->r_max || nextpl == NULL) { in rget_callback() 266 r_cur(0), r_max(LCBT_NREPLICAS(instance_)), remaining(0), in RGetCookie() 345 rck->r_cur = r0; in lcb_rget3()
|
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/oinksie/ |
H A D | gfx-palette.c | 69 priv->pal_fades[i].r_cur = priv->pal_old.colors[i].r; in _oink_gfx_palette_transform() 79 priv->pal_fades[i].r_cur += priv->pal_fades[i].r; in _oink_gfx_palette_transform() 83 priv->pal_old.colors[i].r = priv->pal_fades[i].r_cur; in _oink_gfx_palette_transform()
|
H A D | oinksie.h | 36 float r_cur; member
|
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudastereo/src/cuda/ |
H A D | stereocsbp.cu | 527 … const T* u_cur, const T* d_cur, const T* l_cur, const T* r_cur, in get_first_k_element_increase() argument 552 r_new[i * disp_step1] = r_cur[id * disp_step2]; in get_first_k_element_increase() 574 const T* r_cur = r_cur_ + (y/2) * msg_step + ::max(0, x/2 - 1); in init_message() local 585 … T val = data_cost[d * disp_step1] + u_cur[idx2] + d_cur[idx2] + l_cur[idx2] + r_cur[idx2]; in init_message() 600 r_cur = r_cur_ + y/2 * msg_step + x/2; in init_message() 602 get_first_k_element_increase(u_new, d_new, l_new, r_new, u_cur, d_cur, l_cur, r_cur, in init_message() 612 const T* u_cur, const T* d_cur, const T* l_cur, const T* r_cur, in init_message() argument 628 u_cur, d_cur, l_cur, r_cur, in init_message() 641 … const short* u_cur, const short* d_cur, const short* l_cur, const short* r_cur, 647 … const float* u_cur, const float* d_cur, const float* l_cur, const float* r_cur,
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/ |
H A D | dwc_gmac_var.h | 73 int r_cur, r_next; member
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/libyasm/ |
H A D | section.c | 670 yasm_reloc *r_cur, *r_next; in yasm_section_destroy() local 687 r_cur = STAILQ_FIRST(§->relocs); in yasm_section_destroy() 688 while (r_cur) { in yasm_section_destroy() 689 r_next = STAILQ_NEXT(r_cur, link); in yasm_section_destroy() 690 yasm_intnum_destroy(r_cur->addr); in yasm_section_destroy() 691 sect->destroy_reloc(r_cur); in yasm_section_destroy() 692 r_cur = r_next; in yasm_section_destroy()
|
/dports/devel/yasm/yasm-1.3.0/libyasm/ |
H A D | section.c | 670 yasm_reloc *r_cur, *r_next; in yasm_section_destroy() local 687 r_cur = STAILQ_FIRST(§->relocs); in yasm_section_destroy() 688 while (r_cur) { in yasm_section_destroy() 689 r_next = STAILQ_NEXT(r_cur, link); in yasm_section_destroy() 690 yasm_intnum_destroy(r_cur->addr); in yasm_section_destroy() 691 sect->destroy_reloc(r_cur); in yasm_section_destroy() 692 r_cur = r_next; in yasm_section_destroy()
|
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/sim/ |
H A D | sim_plot_panel.cpp | 87 double r_cur = pow( 10, powers[i].exponent ); in getSISuffix() local 89 if( fabs( x ) >= r_cur && fabs( x ) < r_cur * 1000.0 ) in getSISuffix()
|