Home
last modified time | relevance | path

Searched refs:vtop (Results 1 – 15 of 15) sorted by relevance

/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout3009 static SValue __vstack[1+ 256], *vtop, *pvtop;
3309 static SValue __vstack[1+256], *vtop, *pvtop;
3386 if (!(vtop->r & 0x0100))
3392 if (pvtop != vtop)
3393 tcc_error("internal compiler error: vstack leak (%d)", vtop - pvtop);
3826 if (vtop >= (__vstack + 1) + (256 - 1))
3829 if (vtop >= (__vstack + 1) && !nocode_wanted) {
3830 v = vtop->r & 0x003f;
3835 vtop++;
3836 vtop->type = *type;
[all …]
/external/ComputeLibrary/src/core/NEON/kernels/detail/
DNEDirectConvolutionDetail.h254 const float32x4x3_t vtop = in single_convolve_3x3_dilation() local
278 float32x4_t out = vmulq_f32(vtop.val[0], m0.val[0]); in single_convolve_3x3_dilation()
279 out = vmlaq_f32(out, vtop.val[1], m0.val[1]); in single_convolve_3x3_dilation()
280 out = vmlaq_f32(out, vtop.val[2], m0.val[2]); in single_convolve_3x3_dilation()
368 const float32x4x2_t vtop = vld2q_f32(in_top); in convolve_3x3() local
375 out.val[0] = vmulq_f32(vtop.val[0], m0.val[0]); in convolve_3x3()
377 out.val[0] = vmlaq_f32(out.val[0], vtop.val[1], m0.val[1]); in convolve_3x3()
378 out.val[0] = vmlaq_f32(out.val[0], vextq_f32(vtop.val[0], vtop_end, 1), m0.val[2]); in convolve_3x3()
392 const float32x4x3_t vtop = in convolve_3x3() local
416 out.val[0] = vmulq_f32(vtop.val[0], m0.val[0]); in convolve_3x3()
[all …]
DNEDirectConvolution3x3.h53 const float32x4x3_t vtop = variable
80 vmulq_f32(vtop.val[0], m0.val[0]),
81 vmulq_f32(vtop.val[1], m0.val[0])
84 out.val[0] = vmlaq_f32(out.val[0], vextq_f32(vtop.val[0], vtop.val[1], 1), m0.val[1]);
85 out.val[0] = vmlaq_f32(out.val[0], vextq_f32(vtop.val[0], vtop.val[1], 2), m0.val[2]);
95 out.val[1] = vmlaq_f32(out.val[1], vextq_f32(vtop.val[1], vtop.val[2], 1), m0.val[1]);
96 out.val[1] = vmlaq_f32(out.val[1], vextq_f32(vtop.val[1], vtop.val[2], 2), m0.val[2]);
/external/arm-trusted-firmware/drivers/nxp/crypto/caam/src/
Djobdesc.c78 phys_addr_t *phys_addr_out = vtop(out_data); in cnstr_rng_jobdesc()
128 phys_key_idnfr = vtop((void *)key_idnfr); in cnstr_hw_encap_blob_jobdesc()
129 phys_addr_in = vtop((void *)plain_txt); in cnstr_hw_encap_blob_jobdesc()
130 phys_addr_out = vtop((void *)enc_blob); in cnstr_hw_encap_blob_jobdesc()
178 ptr_addr_e = vtop((void *)(pkin->e)); in cnstr_jobdesc_pkha_rsaexp()
179 ptr_addr_a = vtop((void *)(pkin->a)); in cnstr_jobdesc_pkha_rsaexp()
180 ptr_addr_n = vtop((void *)(pkin->n)); in cnstr_jobdesc_pkha_rsaexp()
181 ptr_addr_out = vtop((void *)(out)); in cnstr_jobdesc_pkha_rsaexp()
211 ptr_addr_in = (void *)vtop(msg); in cnstr_hash_jobdesc()
212 ptr_addr_out = (void *)vtop(digest); in cnstr_hash_jobdesc()
Dsec_jr_driver.c47 job_ring->input_ring = vtop(ip_ring); in init_job_ring()
50 job_ring->output_ring = (struct sec_outring_entry *)vtop(op_ring); in init_job_ring()
220 (phys_addr_t) vtop(jobdescr->desc)); in enq_jr_desc()
Dsec_hw_specific.c172 hw_set_input_ring_start_addr(regs, vtop(job_ring->input_ring)); in hw_reset_job_ring()
175 hw_set_output_ring_start_addr(regs, vtop(job_ring->output_ring)); in hw_reset_job_ring()
/external/arm-trusted-firmware/include/drivers/nxp/crypto/caam/
Dcaam_io.h52 static inline phys_addr_t *vtop(void *ptr) in vtop() function
/external/python/cpython2/Objects/
Dlongobject.c2083 digit wm1, wm2, carry, q, r, vtop, *v0, *vk, *w0, *ak; in x_divrem() local
2149 vtop = vk[size_w]; in x_divrem()
2150 assert(vtop <= wm1); in x_divrem()
2151 vv = ((twodigits)vtop << PyLong_SHIFT) | vk[size_w-1]; in x_divrem()
2176 assert((sdigit)vtop + zhi == -1 || (sdigit)vtop + zhi == 0); in x_divrem()
2177 if ((sdigit)vtop + zhi < 0) { in x_divrem()
/external/python/cpython3/Objects/
Dlongobject.c2605 digit wm1, wm2, carry, q, r, vtop, *v0, *vk, *w0, *ak; in x_divrem() local
2671 vtop = vk[size_w]; in x_divrem()
2672 assert(vtop <= wm1); in x_divrem()
2673 vv = ((twodigits)vtop << PyLong_SHIFT) | vk[size_w-1]; in x_divrem()
2698 assert((sdigit)vtop + zhi == -1 || (sdigit)vtop + zhi == 0); in x_divrem()
2699 if ((sdigit)vtop + zhi < 0) { in x_divrem()
/external/e2fsprogs/doc/
Dtexinfo.tex310 \vtop to0pt{%
673 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
697 \setbox\groupbox = \vtop\bgroup
707 % The \vtop produces a box with normal height and large depth; thus, TeX puts
716 \egroup % End the \vtop.
750 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak
768 \vtop to #1\mil{\strut\vfil}%
825 \vtop to \strutdepth{%
1833 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
2839 % \vtop will set a single line and will also let text wrap and
[all …]
/external/e2fsprogs/lib/et/
Dtexinfo.tex310 \vtop to0pt{%
673 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
697 \setbox\groupbox = \vtop\bgroup
707 % The \vtop produces a box with normal height and large depth; thus, TeX puts
716 \egroup % End the \vtop.
750 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak
768 \vtop to #1\mil{\strut\vfil}%
825 \vtop to \strutdepth{%
1833 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
2839 % \vtop will set a single line and will also let text wrap and
[all …]
/external/libffi/
Dtexinfo.tex350 \vtop to0pt{%
633 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
657 \setbox\groupbox = \vtop\bgroup
667 % The \vtop produces a box with normal height and large depth; thus, TeX puts
676 \egroup % End the \vtop.
719 \vtop to #1\mil{\strut\vfil}%
776 \vtop to \strutdepth{%
2736 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
3037 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below.
3955 % \vtop will set a single line and will also let text wrap and
[all …]
/external/libconfig/aux-build/
Dtexinfo.tex350 \vtop to0pt{%
633 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
657 \setbox\groupbox = \vtop\bgroup
667 % The \vtop produces a box with normal height and large depth; thus, TeX puts
676 \egroup % End the \vtop.
719 \vtop to #1\mil{\strut\vfil}%
776 \vtop to \strutdepth{%
2736 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
3037 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below.
3955 % \vtop will set a single line and will also let text wrap and
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
Dtexinfo.tex350 \vtop to0pt{%
633 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
657 \setbox\groupbox = \vtop\bgroup
667 % The \vtop produces a box with normal height and large depth; thus, TeX puts
676 \egroup % End the \vtop.
719 \vtop to #1\mil{\strut\vfil}%
776 \vtop to \strutdepth{%
2736 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
3037 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below.
3955 % \vtop will set a single line and will also let text wrap and
[all …]
/external/mtools/
Dtexinfo.tex641 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
665 \setbox\groupbox = \vtop\bgroup
675 % The \vtop produces a box with normal height and large depth; thus, TeX puts
684 \egroup % End the \vtop.
732 \vtop to #1\mil{\strut\vfil}%
789 \vtop to \strutdepth{%
3190 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
3534 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below.
4410 % \vtop will set a single line and will also let text wrap and
4415 \vtop{%
[all …]