Home
last modified time | relevance | path

Searched refs:r_num (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/benchmarks/imb/IMB_3.0/src/
H A DIMB_ones_unidir.c126 int s_num, r_num; in IMB_unidir_put() local
137 r_num=size/r_size; in IMB_unidir_put()
209 int s_num, r_num; in IMB_unidir_get() local
220 r_num=size/r_size; in IMB_unidir_get()
353 DIAGNOSTICS("MPI_Get: ",c_info,c_info->r_buffer,r_num,r_num,i,0); in IMB_ones_get()
450 ierr = MPI_Get((void*)(recv+i*r_num), r_num, c_info->r_data_type, in IMB_ones_mget()
462 n_sample*r_num, n_sample*r_num, asize, in IMB_ones_mget()
558 dest, i*r_num, r_num, c_info->r_data_type, c_info->WIN); in IMB_ones_put()
575 DIAGNOSTICS("MPI_Put: ",c_info,c_info->r_buffer,r_num,r_num,i,0); in IMB_ones_put()
673 dest, i*r_num, r_num, c_info->r_data_type, c_info->WIN); in IMB_ones_mput()
[all …]
H A DIMB_ones_bidir.c121 int s_num, r_num; in IMB_bidir_get() local
132 r_num=size/r_size; in IMB_bidir_get()
149 r_num, sender, in IMB_bidir_get()
155 r_num, sender, in IMB_bidir_get()
203 int s_num, r_num; in IMB_bidir_put() local
214 r_num=size/r_size; in IMB_bidir_put()
232 r_num, sender, in IMB_bidir_put()
239 r_num, sender, in IMB_bidir_put()
H A DIMB_allgatherv.c119 int s_num, r_num; in hyperfine_raw_command()
132 r_num=size/r_size; in hyperfine_raw_command()
139 c_info->rdispl[i] = r_num*i; in hyperfine_raw_command()
140 c_info->reccnt[i] = r_num; in hyperfine_raw_command()
H A DIMB_alltoallv.c119 int s_num, r_num; in IMB_alltoallv() local
132 r_num=size/r_size; in IMB_alltoallv()
141 c_info->rdispl[i] = r_num*i; in IMB_alltoallv()
142 c_info->reccnt[i] = r_num; in IMB_alltoallv()
H A DIMB_exchange.c119 int s_num, r_num; in IMB_exchange() local
136 r_num=size/r_size; in IMB_exchange()
163 ierr= MPI_Recv( c_info->r_buffer,r_num,c_info->r_data_type, in IMB_exchange()
172 ierr= MPI_Recv( c_info->r_buffer,r_num,c_info->r_data_type, in IMB_exchange()
/dports/lang/parrot/parrot-8.1.0/examples/benchmarks/
H A Drand.pir57 r_num = rand
58 r_num = rand
59 r_num = rand
60 r_num = rand
61 r_num = rand
62 r_num = rand
63 r_num = rand
64 r_num = rand
85 r_num = rand max_num
86 r_num = rand max_num
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Drotation.f90113 integer(c_int), value :: r_num
134 integer(c_int), value :: r_num
158 integer(c_int), value :: r_num
179 subroutine coriolis_v(r_num, c, v, vr) &
183 integer(c_int), value :: r_num
202 subroutine add_coriolis_t(r_num, c, tr) &
206 integer(c_int), value :: r_num
224 subroutine coriolis_t(r_num, c, tr) &
228 integer(c_int), value :: r_num
246 subroutine rotation_to_array(r_num, fra) &
[all …]
H A Dcs_rotation.c173 cs_f_rotation_angular_velocity(int r_num,
177 cs_f_rotation_velocity(int r_num,
182 cs_f_rotation_add_coriolis_v(int r_num,
188 cs_f_rotation_coriolis_v(int r_num,
199 cs_f_rotation_coriolis_t(int r_num,
246 cs_f_rotation_angular_velocity(int r_num, in cs_f_rotation_angular_velocity() argument
249 *omega = (cs_glob_rotation + r_num)->omega; in cs_f_rotation_angular_velocity()
262 cs_f_rotation_velocity(int r_num, in cs_f_rotation_velocity() argument
299 cs_f_rotation_coriolis_v(int r_num, in cs_f_rotation_coriolis_v() argument
334 cs_f_rotation_coriolis_t(int r_num, in cs_f_rotation_coriolis_t() argument
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A DMotionField.pde13 int r_num = height / block_size, c_num = width / block_size;
14 for (int i = 0; i < r_num * c_num; i++)
23 if (row >= 0 && row < r_num && col >= 0 && col < c_num) {
32 for (int i = 0; i < r_num; i++)
60 for (int i = 0; i < r_num * c_num; i++) {
69 int r_num = height / block_size, c_num = width / block_size;
70 for (int i = 0; i < r_num; i++)
81 int r_num = height / block_size;
83 String[] mvs = new String[r_num];
84 for (int i = 0; i < r_num; i++) {
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A DMotionField.pde13 int r_num = height / block_size, c_num = width / block_size;
14 for (int i = 0; i < r_num * c_num; i++)
23 if (row >= 0 && row < r_num && col >= 0 && col < c_num) {
32 for (int i = 0; i < r_num; i++)
60 for (int i = 0; i < r_num * c_num; i++) {
72 int r_num = height / block_size, c_num = width / block_size;
73 for (int i = 0; i < r_num; i++)
84 int r_num = height / block_size;
86 String[] mvs = new String[r_num];
87 for (int i = 0; i < r_num; i++) {
/dports/multimedia/libvpx/libvpx-1.11.0/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A DMotionField.pde13 int r_num = height / block_size, c_num = width / block_size;
14 for (int i = 0; i < r_num * c_num; i++)
23 if (row >= 0 && row < r_num && col >= 0 && col < c_num) {
32 for (int i = 0; i < r_num; i++)
60 for (int i = 0; i < r_num * c_num; i++) {
72 int r_num = height / block_size, c_num = width / block_size;
73 for (int i = 0; i < r_num; i++)
84 int r_num = height / block_size;
86 String[] mvs = new String[r_num];
87 for (int i = 0; i < r_num; i++) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A DMotionField.pde13 int r_num = height / block_size, c_num = width / block_size;
14 for (int i = 0; i < r_num * c_num; i++)
23 if (row >= 0 && row < r_num && col >= 0 && col < c_num) {
32 for (int i = 0; i < r_num; i++)
60 for (int i = 0; i < r_num * c_num; i++) {
72 int r_num = height / block_size, c_num = width / block_size;
73 for (int i = 0; i < r_num; i++)
84 int r_num = height / block_size;
86 String[] mvs = new String[r_num];
87 for (int i = 0; i < r_num; i++) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A DMotionField.pde13 int r_num = height / block_size, c_num = width / block_size;
14 for (int i = 0; i < r_num * c_num; i++)
23 if (row >= 0 && row < r_num && col >= 0 && col < c_num) {
32 for (int i = 0; i < r_num; i++)
60 for (int i = 0; i < r_num * c_num; i++) {
72 int r_num = height / block_size, c_num = width / block_size;
73 for (int i = 0; i < r_num; i++)
84 int r_num = height / block_size;
86 String[] mvs = new String[r_num];
87 for (int i = 0; i < r_num; i++) {
/dports/comms/mgetty+sendfax/mgetty-1.1.37/
H A Dg3file.c181 int r, w, r_num; variable
208 r_num = in_func( rbuf, sizeof(rbuf) );
248 if ( r >= r_num ) /* buffer empty, read more */
250 r_num = in_func( rbuf, sizeof(rbuf) );
251 if ( r_num < 0 )
258 (r_num == 0) ) /* or end of input */
290 while(r_num>0);
/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dcomcheck.c61 ComListElement *r_list, int r_num ));
727 print_marked_com_elts(r_list, r_num) in print_marked_com_elts()
729 int r_num; /* number of elements in whole list */
734 for (i=0,col=78; i<r_num; i++){
750 com_element_usage(name, r_cl, r_list, r_num) in com_element_usage()
755 int r_num;
778 if(warnings == r_num) {
782 print_marked_com_elts(r_list, r_num);
802 if(warnings == r_num) {
806 print_marked_com_elts(r_list, r_num);
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/
H A Drational.hpp235 IntType r_num = r.num; in operator +=() local
240 num = num * (r_den / g) + r_num * den; in operator +=()
252 IntType r_num = r.num; in operator -=() local
259 num = num * (r_den / g) - r_num * den; in operator -=()
271 IntType r_num = r.num; in operator *=() local
276 IntType gcd2 = gcd<IntType>(r_num, den); in operator *=()
277 num = (num/gcd1) * (r_num/gcd2); in operator *=()
286 IntType r_num = r.num; in operator /=() local
293 if (r_num == zero) in operator /=()
299 IntType gcd1 = gcd<IntType>(num, r_num); in operator /=()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/
H A Drational.hpp254 IntType r_num = r.num; in operator +=() local
259 num = num * (r_den / g) + r_num * den; in operator +=()
271 IntType r_num = r.num; in operator -=() local
278 num = num * (r_den / g) - r_num * den; in operator -=()
290 IntType r_num = r.num; in operator *=() local
295 IntType gcd2 = math::gcd(r_num, den); in operator *=()
296 num = (num/gcd1) * (r_num/gcd2); in operator *=()
305 IntType r_num = r.num; in operator /=() local
312 if (r_num == zero) in operator /=()
318 IntType gcd1 = math::gcd(num, r_num); in operator /=()
[all …]
/dports/sysutils/thefish/thefish-0.6.7/
H A Dgtk_ui.c94 static int r_num; variable
360 r_num = my_rc->knobs_size; in create_gtk_ui()
759 for (i=0; i<r_num; i++) { in knob_tree_on_row()
923 for (i=0; i < r_num; i++) { in knob_toggled_callback()
1159 for (i=0; i<r_num; i++) { in add_yes_pressed()
1237 r_ptr[r_num].knob_val = KNOB_IS_YES; in add_yes_pressed()
1238 r_ptr[r_num].knob_orig = KNOB_IS_YES; in add_yes_pressed()
1245 r_ptr[r_num].knob_val = KNOB_IS_NO; in add_yes_pressed()
1246 r_ptr[r_num].knob_orig = KNOB_IS_NO; in add_yes_pressed()
1258 KNOB_NAME, r_ptr[r_num].name, in add_yes_pressed()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dpce_cd.cpp1522 uint8_t r_num; in acard_r() local
1541 r_num = (offset & 0x30) >> 4; in acard_r()
1549 if (m_acard_ctrl[r_num] & 2) in acard_r()
1550 res = m_acard_ram[(m_acard_base_addr[r_num] + m_acard_addr_offset[r_num]) & 0x1fffff]; in acard_r()
1554 if (m_acard_ctrl[r_num] & 0x1) in acard_r()
1556 if (m_acard_ctrl[r_num] & 0x10) in acard_r()
1558 m_acard_base_addr[r_num] += m_acard_addr_inc[r_num]; in acard_r()
1559 m_acard_base_addr[r_num] &= 0xffffff; in acard_r()
1563 m_acard_addr_offset[r_num] += m_acard_addr_inc[r_num]; in acard_r()
1574 case 0x07: return (m_acard_addr_inc[r_num] >> 0) & 0xff; in acard_r()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dpce_cd.cpp1522 uint8_t r_num; in acard_r() local
1541 r_num = (offset & 0x30) >> 4; in acard_r()
1549 if (m_acard_ctrl[r_num] & 2) in acard_r()
1550 res = m_acard_ram[(m_acard_base_addr[r_num] + m_acard_addr_offset[r_num]) & 0x1fffff]; in acard_r()
1554 if (m_acard_ctrl[r_num] & 0x1) in acard_r()
1556 if (m_acard_ctrl[r_num] & 0x10) in acard_r()
1558 m_acard_base_addr[r_num] += m_acard_addr_inc[r_num]; in acard_r()
1559 m_acard_base_addr[r_num] &= 0xffffff; in acard_r()
1563 m_acard_addr_offset[r_num] += m_acard_addr_inc[r_num]; in acard_r()
1574 case 0x07: return (m_acard_addr_inc[r_num] >> 0) & 0xff; in acard_r()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/
H A Drational.hpp300 IntType r_num = r.num; in operator +=() local
305 num = num * (r_den / g) + r_num * den; in operator +=()
317 IntType r_num = r.num; in operator -=() local
324 num = num * (r_den / g) - r_num * den; in operator -=()
336 IntType r_num = r.num; in operator *=() local
341 IntType gcd2 = integer::gcd(r_num, den); in operator *=()
342 num = (num/gcd1) * (r_num/gcd2); in operator *=()
351 IntType r_num = r.num; in operator /=() local
358 if (r_num == zero) in operator /=()
364 IntType gcd1 = integer::gcd(num, r_num); in operator /=()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/
H A Drational.hpp300 IntType r_num = r.num; in operator +=() local
305 num = num * (r_den / g) + r_num * den; in operator +=()
317 IntType r_num = r.num; in operator -=() local
324 num = num * (r_den / g) - r_num * den; in operator -=()
336 IntType r_num = r.num; in operator *=() local
341 IntType gcd2 = integer::gcd(r_num, den); in operator *=()
342 num = (num/gcd1) * (r_num/gcd2); in operator *=()
351 IntType r_num = r.num; in operator /=() local
358 if (r_num == zero) in operator /=()
364 IntType gcd1 = integer::gcd(num, r_num); in operator /=()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/
H A Drational.hpp300 IntType r_num = r.num; in operator +=() local
305 num = num * (r_den / g) + r_num * den; in operator +=()
317 IntType r_num = r.num; in operator -=() local
324 num = num * (r_den / g) - r_num * den; in operator -=()
336 IntType r_num = r.num; in operator *=() local
341 IntType gcd2 = integer::gcd(r_num, den); in operator *=()
342 num = (num/gcd1) * (r_num/gcd2); in operator *=()
351 IntType r_num = r.num; in operator /=() local
358 if (r_num == zero) in operator /=()
364 IntType gcd1 = integer::gcd(num, r_num); in operator /=()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/
H A Drational.hpp300 IntType r_num = r.num; in operator +=() local
305 num = num * (r_den / g) + r_num * den; in operator +=()
317 IntType r_num = r.num; in operator -=() local
324 num = num * (r_den / g) - r_num * den; in operator -=()
336 IntType r_num = r.num; in operator *=() local
341 IntType gcd2 = integer::gcd(r_num, den); in operator *=()
342 num = (num/gcd1) * (r_num/gcd2); in operator *=()
351 IntType r_num = r.num; in operator /=() local
358 if (r_num == zero) in operator /=()
364 IntType gcd1 = integer::gcd(num, r_num); in operator /=()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/
H A Drational.hpp300 IntType r_num = r.num; in operator +=() local
305 num = num * (r_den / g) + r_num * den; in operator +=()
317 IntType r_num = r.num; in operator -=() local
324 num = num * (r_den / g) - r_num * den; in operator -=()
336 IntType r_num = r.num; in operator *=() local
341 IntType gcd2 = integer::gcd(r_num, den); in operator *=()
342 num = (num/gcd1) * (r_num/gcd2); in operator *=()
351 IntType r_num = r.num; in operator /=() local
358 if (r_num == zero) in operator /=()
364 IntType gcd1 = integer::gcd(num, r_num); in operator /=()
[all …]

1234567891011