Home
last modified time | relevance | path

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

12345678910

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dutility.cpp66 void MulDD(double *rhi, double *rlo, double xh, double xl, double yh, double yl) in MulDD() argument
72 up = xh * c; in MulDD()
73 u1 = (xh - up) + up; in MulDD()
74 u2 = xh - u1; in MulDD()
80 mh = xh * yh; in MulDD()
82 ml += xh * yl + xl * yh; in MulDD()
88 void AddDD(double *rhi, double *rlo, double xh, double xl, double yh, double yl) in AddDD() argument
91 r = xh + yh; in AddDD()
92 s = (fabs(xh) > fabs(yh)) ? (xh - r + yh + yl + xl) in AddDD()
93 : (yh - r + xh + xl + yl); in AddDD()
Dutility.h219 void MulDD(double *rhi, double *rlo, double xh, double xl, double yh,
221 void AddDD(double *rhi, double *rlo, double xh, double xl, double yh,
/external/rust/crates/libm/src/math/
Dhypot.rs8 let xh: f64; in sq() localVariable
13 xh = x - xc + xc; in sq()
14 xl = x - xh; in sq()
16 let lo = xh * xh - hi + 2. * xh * xl + xl * xl; in sq()
/external/arm-optimized-routines/math/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/llvm-project/libc/AOR_v20.02/math/test/rtest/
Dsemi.c16 uint32 xh, xl, roundword; in test_rint() local
43 xh = in[0]; in test_rint()
50 xl = (xl >> 1) | ((xh & 1) << 31); in test_rint()
51 xh = xh >> 1; in test_rint()
55 xh += (xl==0); in test_rint()
58 xh = (xh << 1) | ((xl >> 31) & 1); in test_rint()
61 out[0] = xh; in test_rint()
430 uint32 xh, xl; in test_frexp() local
439 xh = x[0] & 0x7FFFFFFF; in test_frexp()
442 while (!(xh & 0x100000)) { in test_frexp()
[all …]
/external/icu/icu4c/source/data/lang/
Dxh.txt4 xh{
6 xh{"isiXhosa"}
Dsr_Cyrl_ME.txt17 xh{"исикоса"}
Dsr_Cyrl_XK.txt17 xh{"исикоса"}
/external/pffft/
Dfftpack.c2246 static void cosqb1(integer n, real *x, real *w, real *xh) in cosqb1() argument
2254 --xh; in cosqb1()
2271 rfftb(n, &x[1], &xh[1]); in cosqb1()
2274 xh[k] = w[k - 1] * x[kc] + w[kc - 1] * x[k]; in cosqb1()
2275 xh[kc] = w[k - 1] * x[k] - w[kc - 1] * x[kc]; in cosqb1()
2282 x[k] = xh[k] + xh[kc]; in cosqb1()
2283 x[kc] = xh[k] - xh[kc]; in cosqb1()
2310 static void cosqf1(integer n, real *x, real *w, real *xh) in cosqf1() argument
2318 --xh; in cosqf1()
2327 xh[k] = x[k] + x[kc]; in cosqf1()
[all …]
/external/llvm-project/llvm/test/tools/llvm-ar/
Dhelp-message.test5 # RUN: llvm-ar xh | FileCheck %s
7 # RUN: llvm-ar -xh | FileCheck %s
/external/tensorflow/tensorflow/core/kernels/rnn/
Dlstm_ops_gpu.cu.cc199 __global__ void concat_xh(T* xh, const T* x, const T* h_prev, in concat_xh() argument
220 xh[gid] = x[output_row * input_size + output_col]; in concat_xh()
222 xh[gid] = h_prev[output_row * cell_size + output_col - input_size]; in concat_xh()
234 typename TTypes<T>::Matrix xh, typename TTypes<T>::Matrix i, in LSTMBlockCellFpropWithCUDA() argument
251 xh.data(), x.data(), h_prev.data(), batch_size, in LSTMBlockCellFpropWithCUDA()
255 typename TTypes<T>::ConstMatrix const_xh(xh.data(), xh.dimensions()); in LSTMBlockCellFpropWithCUDA()
420 typename TTypes<T>::ConstVec b, typename TTypes<T>::Matrix xh, \
427 wci, wcf, wco, b, xh, i, cs, f, o, ci, co, gates, h, batch_size_, \
Dlstm_ops.h177 typename TTypes<T>::ConstVec b, typename TTypes<T>::Matrix xh,
225 typename TTypes<T>::Matrix xh, typename TTypes<T>::ConstMatrix i, in operator()
282 xh.slice(xh_x_offsets(), xh_x_extents()).device(d) = x; in operator()
283 xh.slice(xh_h_offsets(), xh_h_extents()).device(d) = h_prev; in operator()
284 typename TTypes<T>::ConstMatrix const_xh(xh.data(), xh.dimensions()); in operator()
/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/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/tensorflow/tensorflow/lite/experimental/kernels/
Dgru_cell.cc75 auto xh = MapAsArrayWithLastDimAsRows(concat, concat_shape); in GruCell() local
76 auto hr = xh.block(n_input, 0, n_output, n_batch); in GruCell()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_LSTMBlockCell.pbtxt120 xh = [x, h_prev]
121 [i, f, ci, o] = xh * w + b
/external/icu/icu4c/source/data/unit/
Dxh.txt4 xh{
/external/icu/icu4c/source/data/coll/
Dxh.txt4 xh{
/external/icu/icu4c/source/data/zone/
Dxh.txt4 xh{
/external/icu/icu4c/source/data/region/
Dxh.txt4 xh{
/external/icu/icu4c/source/data/translit/
Dxh_am.txt9 ::xh-xh_FONIPA;
Dxh_fa.txt9 ::xh-xh_FONIPA;
Dxh_ar.txt9 ::xh-xh_FONIPA;
Dxh_chr.txt9 ::xh-xh_FONIPA;
/external/icu/icu4c/source/data/curr/
Dxh.txt4 xh{

12345678910