/external/u-boot/arch/arm/lib/ |
D | div64.S | 19 #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 …]
|
D | muldi3.S | 14 #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/ |
D | darwin-ldouble.c | 52 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/ |
D | semi.c | 15 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/ |
D | e_powf.c | 331 #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/ |
D | xh.txt | 3 xh{ 7 xh{"isiXhosa"}
|
D | sr_Cyrl_XK.txt | 16 xh{"исикоса"}
|
D | sr_Cyrl_ME.txt | 16 xh{"исикоса"}
|
D | sr_Cyrl_BA.txt | 17 xh{"исикоса"}
|
D | sr_Latn_ME.txt | 16 xh{"isikosa"}
|
/external/tensorflow/tensorflow/contrib/rnn/kernels/ |
D | lstm_ops_gpu.cu.cc | 194 __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, \
|
D | lstm_ops.h | 165 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/ |
D | subpel_variance_sse2.asm | 84 %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/ |
D | subpel_variance_sse2.asm | 81 %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/ |
D | xh.txt | 3 xh{
|
/external/icu/icu4c/source/data/coll/ |
D | xh.txt | 3 xh{
|
/external/icu/icu4c/source/data/unit/ |
D | xh.txt | 3 xh{
|
/external/icu/icu4c/source/data/region/ |
D | xh.txt | 3 xh{
|
/external/icu/icu4c/source/data/translit/ |
D | xh_am.txt | 8 ::xh-xh_FONIPA;
|
D | xh_ar.txt | 8 ::xh-xh_FONIPA;
|
D | xh_chr.txt | 8 ::xh-xh_FONIPA;
|
D | xh_fa.txt | 8 ::xh-xh_FONIPA;
|
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib2.cpp | 1609 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/ |
D | xh.txt | 3 xh{
|
/external/icu/android_icu4j/src/main/tests/android/icu/extratest/ |
D | expected_transliteration_id_list.txt | 498 xh-am 499 xh-ar 500 xh-chr 501 xh-fa 502 xh-xh_FONIPA
|