Home
last modified time | relevance | path

Searched refs:xh (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/external/u-boot/arch/arm/lib/
Ddiv64.S19 #define xh r0 macro
25 #define xh r1 macro
58 cmp xh, r4
69 clz ip, xh
80 cmpcc yl, xh
89 2: cmp xh, yl
91 subscs xh, xh, yl
97 3: cmp xh, #0
100 movlo xh, xl
108 adcs xh, xh, xh
[all …]
Dmuldi3.S14 #define xh r0 macro
20 #define xh r1 macro
29 mul xh, yl, xh
30 mla xh, xl, yh, xh
35 mla xh, yh, ip, xh
40 adc xh, xh, yh, lsr #16
42 adc xh, xh, ip, lsr #16
/external/u-boot/post/lib_powerpc/fpu/
Ddarwin-ldouble.c52 double z, q, zz, xh; in __gcc_qadd() local
74 xh = z + zz; in __gcc_qadd()
75 if (nonfinite(xh)) in __gcc_qadd()
76 return xh; in __gcc_qadd()
78 x.dval[0] = xh; in __gcc_qadd()
79 x.dval[1] = z - xh + zz; in __gcc_qadd()
/external/arm-optimized-routines/test/rtest/
Dsemi.c15 uint32 xh, xl, roundword; in test_rint() local
42 xh = in[0]; in test_rint()
49 xl = (xl >> 1) | ((xh & 1) << 31); in test_rint()
50 xh = xh >> 1; in test_rint()
54 xh += (xl==0); in test_rint()
57 xh = (xh << 1) | ((xl >> 31) & 1); in test_rint()
60 out[0] = xh; in test_rint()
429 uint32 xh, xl; in test_frexp() local
438 xh = x[0] & 0x7FFFFFFF; in test_frexp()
441 while (!(xh & 0x100000)) { in test_frexp()
[all …]
/external/arm-optimized-routines/math/single/
De_powf.c331 #define PHMULTIPLY(rh,rl, xh,xl, yh,yl) do { \ in powf() argument
333 tmph = (xh) * (yh); \ in powf()
334 tmpl = (xh) * (yl) + (xl) * ((yh)+(yl)); \ in powf()
346 #define PHMULTIPLY_SATURATE(rh,rl, xh,xl, yh,yl, bound) do { \ in powf() argument
348 tmph = (xh) * (yh); \ in powf()
353 tmpl = (xh) * (yl) + (xl) * ((yh)+(yl)); \ in powf()
/external/icu/icu4c/source/data/lang/
Dxh.txt3 xh{
7 xh{"isiXhosa"}
Dsr_Cyrl_XK.txt16 xh{"исикоса"}
Dsr_Cyrl_ME.txt16 xh{"исикоса"}
Dsr_Cyrl_BA.txt17 xh{"исикоса"}
Dsr_Latn_ME.txt16 xh{"isikosa"}
/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dlstm_ops_gpu.cu.cc194 __global__ void concat_xh(T* xh, const T* x, const T* h_prev, in concat_xh() argument
215 xh[gid] = x[output_row * input_size + output_col]; in concat_xh()
217 xh[gid] = h_prev[output_row * cell_size + output_col - input_size]; in concat_xh()
229 typename TTypes<T>::Matrix xh, typename TTypes<T>::Matrix i, in LSTMBlockCellFpropWithCUDA() argument
246 xh.data(), x.data(), h_prev.data(), batch_size, in LSTMBlockCellFpropWithCUDA()
250 typename TTypes<T>::ConstMatrix const_xh(xh.data(), xh.dimensions()); in LSTMBlockCellFpropWithCUDA()
418 typename TTypes<T>::ConstVec b, typename TTypes<T>::Matrix xh, \
425 wcf, wco, b, xh, i, cs, f, o, ci, co, icfo, \
Dlstm_ops.h165 typename TTypes<T>::ConstVec b, typename TTypes<T>::Matrix xh,
213 typename TTypes<T>::Matrix xh, typename TTypes<T>::ConstMatrix i, in operator()
269 xh.slice(xh_x_offsets(), xh_x_extents()).device(d) = x; in operator()
270 xh.slice(xh_h_offsets(), xh_h_extents()).device(d) = h_prev; in operator()
271 typename TTypes<T>::ConstMatrix const_xh(xh.data(), xh.dimensions()); in operator()
/external/libaom/libaom/aom_dsp/x86/
Dsubpel_variance_sse2.asm84 %else ; 4xh
122 cglobal sub_pixel_avg_variance%1xh, 9, 10, 13, src, src_stride, \
127 cglobal sub_pixel_variance%1xh, 7, 8, 13, src, src_stride, \
136 cglobal sub_pixel_avg_variance%1xh, 7, 7, 13, src, src_stride, \
142 cglobal sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, \
167 cglobal sub_pixel_avg_variance%1xh, 7, 7, 13, src, src_stride, \
174 cglobal sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, \
475 %else ; 4xh
530 %else ; 4xh
545 %else ; 4xh
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dsubpel_variance_sse2.asm81 %else ; 4xh
119 cglobal sub_pixel_avg_variance%1xh, 9, 10, 13, src, src_stride, \
124 cglobal sub_pixel_variance%1xh, 7, 8, 13, src, src_stride, \
133 cglobal sub_pixel_avg_variance%1xh, 7, 7, 13, src, src_stride, \
139 cglobal sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, \
164 cglobal sub_pixel_avg_variance%1xh, 7, 7, 13, src, src_stride, \
171 cglobal sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, \
472 %else ; 4xh
527 %else ; 4xh
542 %else ; 4xh
[all …]
/external/icu/icu4c/source/data/zone/
Dxh.txt3 xh{
/external/icu/icu4c/source/data/coll/
Dxh.txt3 xh{
/external/icu/icu4c/source/data/unit/
Dxh.txt3 xh{
/external/icu/icu4c/source/data/region/
Dxh.txt3 xh{
/external/icu/icu4c/source/data/translit/
Dxh_am.txt8 ::xh-xh_FONIPA;
Dxh_ar.txt8 ::xh-xh_FONIPA;
Dxh_chr.txt8 ::xh-xh_FONIPA;
Dxh_fa.txt8 ::xh-xh_FONIPA;
/external/mesa3d/src/amd/addrlib/core/
Daddrlib2.cpp1609 UINT_32 xh, yh, zh; in ComputeSurface3DMicroBlockOffset() local
1617 xh = pIn->x >> 3; in ComputeSurface3DMicroBlockOffset()
1627 xh = pIn->x >> 2; in ComputeSurface3DMicroBlockOffset()
1637 xh = pIn->x >> 2; in ComputeSurface3DMicroBlockOffset()
1647 xh = pIn->x >> 2; in ComputeSurface3DMicroBlockOffset()
1656 xh = pIn->x >> 1; in ComputeSurface3DMicroBlockOffset()
1661 microBlockOffset |= ((MortonGen3d(xh, yh, zh, 1) << 7) & 0x380); in ComputeSurface3DMicroBlockOffset()
/external/icu/icu4c/source/data/curr/
Dxh.txt3 xh{
/external/icu/android_icu4j/src/main/tests/android/icu/extratest/
Dexpected_transliteration_id_list.txt498 xh-am
499 xh-ar
500 xh-chr
501 xh-fa
502 xh-xh_FONIPA

12345678910>>...17