Home
last modified time | relevance | path

Searched refs:bufx (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplmap.c94 PLFLT bufx[200], bufy[200], x[2], y[2]; in plmap() local
126 bufx[i] = (t - OFFSET) / SCALE; in plmap()
134 while (bufx[i] < minlong) { in plmap()
135 bufx[i] += 360.0; in plmap()
137 while (bufx[i] > maxlong) { in plmap()
138 bufx[i] -= 360.0; in plmap()
194 plline(n,bufx,bufy); in plmap()
198 x[0] = bufx[i]; in plmap()
199 x[1] = bufx[i+1]; in plmap()
210 x[0] = bufx[i]; in plmap()
[all …]
/dports/mail/p5-Mail-Transport-Dbx/Mail-Transport-Dbx-0.07/libdbx/
H A Dlibdbx.c484 void **bufx; in _dbx_getitem() local
538 bufx = (void**)&(email->flag); in _dbx_getitem()
585 bufx = (void**)&(email->date); in _dbx_getitem()
611 bufx = NULL; in _dbx_getitem()
616 bufx=NULL; in _dbx_getitem()
622 bufx = NULL; in _dbx_getitem()
640 bufx = NULL; in _dbx_getitem()
656 bufx = NULL; in _dbx_getitem()
661 bufx = NULL; in _dbx_getitem()
673 bufx = NULL; in _dbx_getitem()
[all …]
/dports/graphics/meh/meh-0.3-27-g69f653a/src/
H A Dscale.c112 if((bufx >> 10) >= img->bufwidth - 1){ in bilinearscale()
116 a[x++] = 1023 ^ (bufx & 1023); in bilinearscale()
118 a[x++] = (bufx >> 10) * 3; in bilinearscale()
119 a[x++] = ((bufx >> 10) + 1) * 3; in bilinearscale()
120 a[x++] = (bufx & 1023); in bilinearscale()
121 a[x++] = 1023 ^ (bufx & 1023); in bilinearscale()
123 bufx += dx; in bilinearscale()
175 *newBuf++ = (ibuf[(bufx >> 10)*3+2]); in nearestscale()
176 *newBuf++ = (ibuf[(bufx >> 10)*3+1]); in nearestscale()
177 *newBuf++ = (ibuf[(bufx >> 10)*3+0]); in nearestscale()
[all …]
/dports/science/libcint/libcint-5.1.0/src/
H A Dg4c1e.c155 double *bufx = buf; in CINTg4c1e_ovlp() local
156 double *bufy = bufx + b_size; in CINTg4c1e_ovlp()
177 bufx[0] = 1; in CINTg4c1e_ovlp()
190 bufx[1] = -r1r12[0] * bufx[0]; in CINTg4c1e_ovlp()
196 bufx[i+1] = 0.5 * i / aijkl * bufx[i-1] - r1r12[0] * bufx[i]; in CINTg4c1e_ovlp()
204 bufx[i] = bufx[i+1-db] + r1r2[0] * bufx[i-db]; in CINTg4c1e_ovlp()
212 gx[i*dn+j*dm] = bufx[i+j*db]; in CINTg4c1e_ovlp()
227 bufx[1] = -r1r12[0] * bufx[0]; in CINTg4c1e_ovlp()
233 bufx[i+1] = 0.5 * i / aijkl * bufx[i-1] - r1r12[0] * bufx[i]; in CINTg4c1e_ovlp()
241 bufx[i] = bufx[i+1-db] + r1r2[0] * bufx[i-db]; in CINTg4c1e_ovlp()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimTileCache.cpp134 const unsigned char *bufx = (unsigned char*)(&aPt.x); in tileId() local
140 return (ossim_uint32)(bufx[0]*101 + bufx[1]*103 + in tileId()
141 bufx[2]*107 + bufx[3]*109 + in tileId()
142 bufx[4]*113 + bufx[5]*127 + in tileId()
143 bufx[6]*131 + bufx[7]*137 + in tileId()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-48.c91 extern char bufx[]; in test_ax()
92 nowarn_ax_extern_bufx ((struct AX*) bufx); in test_ax()
93 sink (bufx); in test_ax()
191 extern char bufx[]; in test_a0()
192 nowarn_a0_extern_bufx ((struct A0*) bufx); in test_a0()
193 sink (bufx); in test_a0()
299 extern char bufx[]; in test_a1()
300 nowarn_a1_extern_bufx ((struct A1*) bufx); in test_a1()
301 sink (bufx); in test_a1()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-48.c91 extern char bufx[]; in test_ax()
92 nowarn_ax_extern_bufx ((struct AX*) bufx); in test_ax()
93 sink (bufx); in test_ax()
191 extern char bufx[]; in test_a0()
192 nowarn_a0_extern_bufx ((struct A0*) bufx); in test_a0()
193 sink (bufx); in test_a0()
299 extern char bufx[]; in test_a1()
300 nowarn_a1_extern_bufx ((struct A1*) bufx); in test_a1()
301 sink (bufx); in test_a1()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-48.c92 extern char bufx[]; in test_ax()
93 nowarn_ax_extern_bufx ((struct AX*) bufx); in test_ax()
94 sink (bufx); in test_ax()
192 extern char bufx[]; in test_a0()
193 nowarn_a0_extern_bufx ((struct A0*) bufx); in test_a0()
194 sink (bufx); in test_a0()
300 extern char bufx[]; in test_a1()
301 nowarn_a1_extern_bufx ((struct A1*) bufx); in test_a1()
302 sink (bufx); in test_a1()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWarray-bounds-48.c92 extern char bufx[]; in test_ax()
93 nowarn_ax_extern_bufx ((struct AX*) bufx); in test_ax()
94 sink (bufx); in test_ax()
192 extern char bufx[]; in test_a0()
193 nowarn_a0_extern_bufx ((struct A0*) bufx); in test_a0()
194 sink (bufx); in test_a0()
300 extern char bufx[]; in test_a1()
301 nowarn_a1_extern_bufx ((struct A1*) bufx); in test_a1()
302 sink (bufx); in test_a1()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-48.c92 extern char bufx[]; in test_ax()
93 nowarn_ax_extern_bufx ((struct AX*) bufx); in test_ax()
94 sink (bufx); in test_ax()
192 extern char bufx[]; in test_a0()
193 nowarn_a0_extern_bufx ((struct A0*) bufx); in test_a0()
194 sink (bufx); in test_a0()
300 extern char bufx[]; in test_a1()
301 nowarn_a1_extern_bufx ((struct A1*) bufx); in test_a1()
302 sink (bufx); in test_a1()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A DWarray-bounds-48.c91 extern char bufx[]; in test_ax()
92 nowarn_ax_extern_bufx ((struct AX*) bufx); in test_ax()
93 sink (bufx); in test_ax()
191 extern char bufx[]; in test_a0()
192 nowarn_a0_extern_bufx ((struct A0*) bufx); in test_a0()
193 sink (bufx); in test_a0()
299 extern char bufx[]; in test_a1()
300 nowarn_a1_extern_bufx ((struct A1*) bufx); in test_a1()
301 sink (bufx); in test_a1()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A DWarray-bounds-48.c92 extern char bufx[]; in test_ax()
93 nowarn_ax_extern_bufx ((struct AX*) bufx); in test_ax()
94 sink (bufx); in test_ax()
192 extern char bufx[]; in test_a0()
193 nowarn_a0_extern_bufx ((struct A0*) bufx); in test_a0()
194 sink (bufx); in test_a0()
300 extern char bufx[]; in test_a1()
301 nowarn_a1_extern_bufx ((struct A1*) bufx); in test_a1()
302 sink (bufx); in test_a1()
H A DWarray-bounds-48-novec.c92 extern char bufx[]; in test_ax()
93 nowarn_ax_extern_bufx ((struct AX*) bufx); in test_ax()
94 sink (bufx); in test_ax()
192 extern char bufx[]; in test_a0()
193 nowarn_a0_extern_bufx ((struct A0*) bufx); in test_a0()
194 sink (bufx); in test_a0()
300 extern char bufx[]; in test_a1()
301 nowarn_a1_extern_bufx ((struct A1*) bufx); in test_a1()
302 sink (bufx); in test_a1()
/dports/science/bagel/bagel-1.2.2/src/integral/rys/
H A Dgncompute.cc79 double* const bufx = stack_->get(rank_*a2*b2); in compute() local
139 dgemm_("N", "N", rank_, b2*a2, amax_+1, 1.0, workx, rank_, transx, amax_+1, 0.0, bufx, rank_); in compute()
156 …bufx_a[r+rank_*(ia+a2*ib)] = 2.0*alpha*bufx[r+rank_*(ia+1+a2*(ib))] - ia*bufx[r+rank_*(ia-1+a2*(ib… in compute()
157 …bufx_b[r+rank_*(ia+a2*ib)] = 2.0*beta_*bufx[r+rank_*(ia+a2*(ib+1))] - ib*bufx[r+rank_*(ia+a2*(ib-1… in compute()
158 bufx_c[r+rank_*(ia+a2*ib)] = croots[r] * (xpPC2[0] * bufx[r+rank_*(ia+a2*ib)] in compute()
159 … + ia*bufx[r+rank_*(ia-1+a2*(ib))] + ib*bufx[r+rank_*(ia+a2*(ib-1))]); in compute()
192 …*current_data1 += bufx [r+rank_*(iax+a2*ibx)] * bufy_a[r+rank_*(iay+a2*iby)] * bufz [r+rank_*(ia… in compute()
193 …*current_data2 += bufx [r+rank_*(iax+a2*ibx)] * bufy [r+rank_*(iay+a2*iby)] * bufz_a[r+rank_*(ia… in compute()
195 …*current_data4 += bufx [r+rank_*(iax+a2*ibx)] * bufy_b[r+rank_*(iay+a2*iby)] * bufz [r+rank_*(ia… in compute()
196 …*current_data5 += bufx [r+rank_*(iax+a2*ibx)] * bufy [r+rank_*(iay+a2*iby)] * bufz_b[r+rank_*(ia… in compute()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/gdbscripts/
H A Dmsgbuf32 set $bufx=*(long*)((char *)msgbufp+1*sizeof(long))
36 printf "msgbufp %#x: bufx %d bufr %d bufs %d\n", msgbufp, $bufx, $bufr, $bufs
39 # set $l = $bufx - $bufr
49 set $p = (long)msgbufp+4*sizeof(long)+$bufx
50 set $l = $bufs - $bufx
56 set $l = $bufx
/dports/science/bagel/bagel-1.2.2/src/integral/os/
H A Dgocompute.cc68 double* const bufx = stack_->get(a2*b2); in compute() local
91 dgemv_("T", amax_+1, a2*b2, 1.0, transx, amax_+1, workx, 1, 0.0, bufx, 1); in compute()
98 bufx_a[ia+a2*ib] = 2.0*alpha*bufx[ia+1+a2*(ib)] - (ia != 0 ? ia*bufx[ia-1+a2*(ib)] : 0); in compute()
117 *current_data1++ += bufx [iax+a2*ibx] * bufy_a[iay+a2*iby] * bufz [iaz+a2*ibz]; in compute()
118 *current_data2++ += bufx [iax+a2*ibx] * bufy [iay+a2*iby] * bufz_a[iaz+a2*ibz]; in compute()
131 stack_->release(a2*b2, bufx); in compute()
211 double* const bufx = stack_->get(a2*b2); in compute() local
231 dgemv_("T", amax_+1, a2*b2, 1.0, transx, amax_+1, workx, 1, 0.0, bufx, 1); in compute()
241 bufx_a[ia+a2*ib] = 2.0*beta*bufx[ia+a2*(ib+1)] - (ib != 0 ? ib*bufx[ia+a2*(ib-1)] : 0); in compute()
249 bufx_a[ia+a2*ib] = 2.0*alpha*bufx[ia+1+a2*(ib)] - (ia != 0 ? ia*bufx[ia-1+a2*(ib)] : 0); in compute()
[all …]
H A Dgkcompute.cc68 double* const bufx = stack_->get(a2*b2); in compute() local
91 dgemv_("T", amax_+1, a2*b2, 1.0, transx, amax_+1, workx, 1, 0.0, bufx, 1); in compute()
97 const double* tmpx = bufx; in compute()
131 … + bufx [iax+a2*ibx ] * bufy_a[iay+a2*iby+a2*b2*2] * bufz [iaz+a2*ibz ] in compute()
132 … + bufx [iax+a2*ibx ] * bufy_a[iay+a2*iby ] * bufz_a[iaz+a2*ibz+a2*b2*1]; in compute()
134 … + bufx [iax+a2*ibx ] * bufy_a[iay+a2*iby+a2*b2*1] * bufz_a[iaz+a2*ibz ] in compute()
135 … + bufx [iax+a2*ibx ] * bufy [iay+a2*iby ] * bufz_a[iaz+a2*ibz+a2*b2*2]; in compute()
149 stack_->release(a2*b2, bufx); in compute()
/dports/math/clblas/clBLAS-2.10/src/tests/correctness/
H A Dcorr-ger.cpp74 cl_mem bufA, bufx, bufy; in gerCorrectnessTest() local
142bufx = base->createEnqueueBuffer(x, (lengthx + params->offBX) * sizeof(*x), 0, CL_MEM_READ_ONLY); in gerCorrectnessTest()
182 if ((bufA == NULL) || (bufx == NULL) || (bufy == NULL)) { in gerCorrectnessTest()
186 releaseMemObjects(bufA, bufx, bufy); in gerCorrectnessTest()
201bufx, params->offBX, params->incx, bufy, params->offCY, params->incy,bufA, params->offa, params->l… in gerCorrectnessTest()
206 releaseMemObjects(bufA, bufx, bufy); in gerCorrectnessTest()
216 releaseMemObjects(bufA, bufx, bufy); in gerCorrectnessTest()
227 releaseMemObjects(bufA, bufx, bufy); in gerCorrectnessTest()
H A Dcorr-gerc.cpp74 cl_mem bufA, bufx, bufy; in gercCorrectnessTest() local
142bufx = base->createEnqueueBuffer(x, (lengthx + params->offBX) * sizeof(*x), 0, CL_MEM_READ_ONLY); in gercCorrectnessTest()
185 if ((bufA == NULL) || (bufx == NULL) || (bufy == NULL)) { in gercCorrectnessTest()
189 releaseMemObjects(bufA, bufx, bufy); in gercCorrectnessTest()
204bufx, params->offBX, params->incx, bufy, params->offCY, params->incy,bufA, params->offa, params->l… in gercCorrectnessTest()
208 releaseMemObjects(bufA, bufx, bufy); in gercCorrectnessTest()
218 releaseMemObjects(bufA, bufx, bufy); in gercCorrectnessTest()
229 releaseMemObjects(bufA, bufx, bufy); in gercCorrectnessTest()
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-fstat.c104 struct shim_statx bufx; in stress_fstat_helper() local
119 SHIM_STATX_ALL, &bufx) < 0) && (errno != ENOMEM)) { in stress_fstat_helper()
124 ret = shim_statx(-1, "baddfd", AT_SYMLINK_NOFOLLOW, SHIM_STATX_ALL, &bufx); in stress_fstat_helper()
128 ret = shim_statx(AT_EMPTY_PATH, "", AT_SYMLINK_NOFOLLOW, SHIM_STATX_ALL, &bufx); in stress_fstat_helper()
132 ret = shim_statx(AT_EMPTY_PATH, si->path, ~0, SHIM_STATX_ALL, &bufx); in stress_fstat_helper()
136 ret = shim_statx(AT_EMPTY_PATH, si->path, AT_SYMLINK_NOFOLLOW, ~0, &bufx); in stress_fstat_helper()
/dports/security/py-pycryptodome/pycryptodome-3.10.1/src/test/
H A Dtest_ec_ws.c593 uint8_t bufx[32], bufy[32]; in test_ec_ws_get_xy() local
614 assert(0 == memcmp(bufx, Gx, 32)); in test_ec_ws_get_xy()
631 uint8_t bufx[32], bufy[32]; in test_ec_ws_double_p256() local
641 ec_ws_get_xy(bufx, bufy, 32, ecp); in test_ec_ws_double_p256()
659 uint8_t bufx[66], bufy[66]; in test_ec_ws_double_p521() local
669 ec_ws_get_xy(bufx, bufy, 66, ecp); in test_ec_ws_double_p521()
687 uint8_t bufx[32], bufy[32]; in test_ec_ws_add() local
701 ec_ws_get_xy(bufx, bufy, 32, ecp); in test_ec_ws_add()
720 uint8_t bufx[32], bufy[32]; in test_ec_ws_scalar() local
732 ec_ws_get_xy(bufx, bufy, 32, ecp); in test_ec_ws_scalar()
[all …]
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/src/test/
H A Dtest_ec_ws.c593 uint8_t bufx[32], bufy[32]; in test_ec_ws_get_xy() local
614 assert(0 == memcmp(bufx, Gx, 32)); in test_ec_ws_get_xy()
631 uint8_t bufx[32], bufy[32]; in test_ec_ws_double_p256() local
641 ec_ws_get_xy(bufx, bufy, 32, ecp); in test_ec_ws_double_p256()
659 uint8_t bufx[66], bufy[66]; in test_ec_ws_double_p521() local
669 ec_ws_get_xy(bufx, bufy, 66, ecp); in test_ec_ws_double_p521()
687 uint8_t bufx[32], bufy[32]; in test_ec_ws_add() local
701 ec_ws_get_xy(bufx, bufy, 32, ecp); in test_ec_ws_add()
720 uint8_t bufx[32], bufy[32]; in test_ec_ws_scalar() local
732 ec_ws_get_xy(bufx, bufy, 32, ecp); in test_ec_ws_scalar()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/spandsp-sim/
H A Drfc2198_sim.c133 uint8_t *bufx = (uint8_t *) _alloca(s->redundancy_depth*1024); in rfc2198_sim_get() local
135 uint8_t bufx[s->redundancy_depth*1024]; in rfc2198_sim_get() local
149 …len = g1050_get(s->g1050, bufx, s->redundancy_depth*1024, current_time, &seq_nox, departure_time, … in rfc2198_sim_get()
152 p = bufx; in rfc2198_sim_get()
/dports/comms/spandsp/spandsp-284fe91/spandsp-sim/
H A Drfc2198_sim.c133 uint8_t *bufx = (uint8_t *) _alloca(s->redundancy_depth*1024); in rfc2198_sim_get() local
135 uint8_t bufx[s->redundancy_depth*1024]; in rfc2198_sim_get() local
149 …len = g1050_get(s->g1050, bufx, s->redundancy_depth*1024, current_time, &seq_nox, departure_time, … in rfc2198_sim_get()
152 p = bufx; in rfc2198_sim_get()
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_msgpanel.c142 static char bufx[20], bufy[20], bufhyp[20]; variable
186 pw_text(canvas_win, ot1x, ot1y, INV_PAINT, MAX_DEPTH+1, roman_font, 0.0, bufx, in boxsize_msg()
198 sprintf(bufx,"%.3f", fabs(udx)); in boxsize_msg()
199 sizex = textsize(roman_font, strlen(bufx), bufx); in boxsize_msg()
209 pw_text(canvas_win, t1x, t1y, INV_PAINT, MAX_DEPTH+1, roman_font, 0.0, bufx, in boxsize_msg()
259 pw_text(canvas_win, ot1x, ot1y, INV_PAINT, MAX_DEPTH+1, roman_font, 0.0, bufx, in erase_box_lengths()
275 pw_text(canvas_win, ot1x, ot1y, INV_PAINT, MAX_DEPTH+1, roman_font, 0.0, bufx, in erase_lengths()
391 0.0, bufx, RED, COLOR_NONE); in altlength_msg()
409 sprintf(bufx,"%.3f", fabs(udx)); in altlength_msg()
410 sizex = textsize(roman_font, strlen(bufx), bufx); in altlength_msg()
[all …]

1234567891011