Home
last modified time | relevance | path

Searched refs:yl (Results 1 – 25 of 224) sorted by relevance

123456789

/external/u-boot/arch/arm/lib/
Ddiv64.S22 #define yl r3 macro
26 #define yl r2 macro
63 @ The aligned divisor is stored in yl preserving the original.
68 clz yl, r4
70 sub yl, yl, ip
72 mov ip, ip, lsl yl
73 mov yl, r4, lsl yl
77 mov yl, r4
79 1: cmp yl, #0x80000000
80 cmpcc yl, xh
[all …]
Dmuldi3.S17 #define yl r3 macro
21 #define yl r2 macro
29 mul xh, yl, xh
32 mov yh, yl, lsr #16
34 bic yl, yl, yh, lsl #16
37 mul xl, yl, xl
38 mul ip, yl, ip
/external/walt/pywalt/pywalt/
Dminimization.py62 yl = numpy.interp(tl + shift, ty, y)
65 residuals0.append(calc_ssr(xl[side == 0], yl[side == 0]))
66 residuals1.append(calc_ssr(xl[side == 1], yl[side == 1]))
119 yl = numpy.interp(tl + shift, ty, y)
126 yls = yl[sides == side]
/external/OpenCL-CTS/test_conformance/math_brute_force/
DUtility.cpp62 void MulDD(double *rhi, double *rlo, double xh, double xl, double yh, double yl) in MulDD() argument
78 ml += xh*yl + xl*yh; in MulDD()
84 void AddDD(double *rhi, double *rlo, double xh, double xl, double yh, double yl) in AddDD() argument
88 s = (fabs(xh) > fabs(yh)) ? (xh - r + yh + yl + xl) : (yh - r + xh + xl + yl); in AddDD()
DUtility.h244 void MulDD(double *rhi, double *rlo, double xh, double xl, double yh, double yl);
245 void AddDD(double *rhi, double *rlo, double xh, double xl, double yh, double yl);
/external/selinux/python/sepolgen/src/sepolgen/
Doutput.py64 yl = util.set_to_list(y)
65 yl.sort()
67 if len(xl) != len(yl):
68 return cmp(xl[0], yl[0])
69 for v in zip(xl, yl):
/external/arm-optimized-routines/math/test/
Dulp.h130 RT(double) yl = T(call_long) (f, a); in T()
131 p->y = (RT(float)) yl; in T()
142 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in T()
144 p->tail = RT(lscalbn) (yl - p->y, -p->ulpexp); in T()
158 RT(double) yl = T(call_long) (f, a); in T()
159 p->y = (RT(float)) yl; in T()
164 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in T()
166 p->tail = RT(lscalbn) (yl - p->y, -p->ulpexp); in T()
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc225 inline uint8x8_t ComputeLerpx8Tmpl(const quint8* const yl, const quint8* yu, in ComputeLerpx8Tmpl() argument
230 yl + xl[ID0] + CH0, yl + xu[ID0] + CH0, yu + xl[ID0] + CH0, in ComputeLerpx8Tmpl()
231 yu + xu[ID0] + CH0, xlp + ID0, yl + xl[ID1] + CH1, yl + xu[ID1] + CH1, in ComputeLerpx8Tmpl()
232 yu + xl[ID1] + CH1, yu + xu[ID1] + CH1, xlp + ID1, yl + xl[ID2] + CH2, in ComputeLerpx8Tmpl()
233 yl + xu[ID2] + CH2, yu + xl[ID2] + CH2, yu + xu[ID2] + CH2, xlp + ID2, in ComputeLerpx8Tmpl()
234 yl + xl[ID3] + CH3, yl + xu[ID3] + CH3, yu + xl[ID3] + CH3, in ComputeLerpx8Tmpl()
235 yu + xu[ID3] + CH3, xlp + ID3, yl + xl[ID4] + CH4, yl + xu[ID4] + CH4, in ComputeLerpx8Tmpl()
236 yu + xl[ID4] + CH4, yu + xu[ID4] + CH4, xlp + ID4, yl + xl[ID5] + CH5, in ComputeLerpx8Tmpl()
237 yl + xu[ID5] + CH5, yu + xl[ID5] + CH5, yu + xu[ID5] + CH5, xlp + ID5, in ComputeLerpx8Tmpl()
238 yl + xl[ID6] + CH6, yl + xu[ID6] + CH6, yu + xl[ID6] + CH6, in ComputeLerpx8Tmpl()
[all …]
/external/icu/icu4c/source/data/region/
Dnus.txt40 CK{"Kuk ɣa̱ylɛn"}
46 CV{"Kɛp bedi ɣa̱ylɛn"}
52 KY{"Kaymɛn ɣa̱ylɛn"}
/external/libjpeg-turbo/simd/powerpc/
Djdcolext-altivec.c48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec() local
86 yl = (__vector signed short)VEC_UNPACKHU(y); in jsimd_ycc_rgb_convert_altivec()
121 bl = vec_add(bl, yl); in jsimd_ycc_rgb_convert_altivec()
132 rl = vec_add(rl, yl); in jsimd_ycc_rgb_convert_altivec()
152 gl = vec_add(gl, yl); in jsimd_ycc_rgb_convert_altivec()
Djcgryext-altivec.c47 __vector unsigned short yl, yh; in jsimd_rgb_gray_convert_altivec() local
220 yl = vec_perm((__vector unsigned short)y0, (__vector unsigned short)y1, in jsimd_rgb_gray_convert_altivec()
224 y = vec_pack(yl, yh); in jsimd_rgb_gray_convert_altivec()
Djccolext-altivec.c47 __vector unsigned short yl, yh, crl, crh, cbl, cbh; in jsimd_rgb_ycc_convert_altivec() local
221 yl = vec_perm((__vector unsigned short)y0, (__vector unsigned short)y1, in jsimd_rgb_ycc_convert_altivec()
225 y = vec_pack(yl, yh); in jsimd_rgb_ycc_convert_altivec()
/external/adhd/scripts/volume_tuning/
Dvolume.js250 var yl = getFix(left);
253 if (xl == xr) return yl;
255 return yl + (yr - yl) * (x - xl) / (xr - xl);
/external/u-boot/post/drivers/
Drtc.c79 unsigned int yl = 2000; in rtc_post_test() local
151 tm.tm_year = yl; in rtc_post_test()
/external/ImageMagick/PerlMagick/t/reference/filter/
DRaise.miff15 …QG�<3�91�:3�8+�8-�kk����z��r�Md�?\��^Me<\cEH^<KiBZxMd�Vi�Zn�_��|����ylylyl�wk�yl�xn�yn�|m�|m�{l…
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Dg722_encode.c197 int16_t yl; in limitValues() local
199 yl = (rl > 16383) ? 16383 : ((rl < -16384) ? -16384 : rl); in limitValues()
201 return (yl); in limitValues()
/external/hyphenation-patterns/en-US/
Dushyphex.tex372 eth-yl-am-ine
373 eth-yl-ate
374 eth-yl-ated
375 eth-yl-ene
629 meth-yl-am-mo-nium
630 meth-yl-ate
631 meth-yl-ated
632 meth-yl-a-tion
633 meth-yl-ene
823 poly-eth-yl-ene
Dhyph-en-us.hyp.txt373 eth-yl-am-ine
374 eth-yl-ate
375 eth-yl-ated
376 eth-yl-ene
630 meth-yl-am-mo-nium
631 meth-yl-ate
632 meth-yl-ated
633 meth-yl-a-tion
634 meth-yl-ene
824 poly-eth-yl-ene
/external/icu/icu4c/source/data/locales/
Dtk.txt1645 dn{"ýyl"}
1647 "-1"{"geçen ýyl"}
1648 "0"{"şu ýyl"}
1649 "1"{"indiki ýyl"}
1657 one{"{0} ýyl öň"}
1658 other{"{0} ýyl öň"}
/external/honggfuzz/examples/apache-httpd/corpus_http2/
De688054144168d17591bbb792be16248.00002281.honggfuzz.cov15 ��,U� �@yG���|G�yl�*pT Z����$;��8��C�S\����Y#�c����S8��� �G���L��S�
/external/ImageMagick/PerlMagick/t/reference/read/
Dinput_bmp.miff62 …����y�sm{B!!1!//)^5 -->>F<EFFF@IHM��������������������yl!!1/2!(++0H…
Dinput_gif.miff61 …����y�sm{B!!1!//)^5 -->>F<EFFF@IHM��������������������yl!!1/2!(++0H…
/external/cldr/common/testData/transforms/
Dky-fonipa-t-ky.txt593 изилдөөчүлөр izildøːt͡ʃylør
715 күлкү ɡylʲky
1086 үлгүлөрү ylɡyløry
Dug-fonipa-t-ug.txt36 گۈل ɡyl
593 كۆڭۈل køŋyl
1075 ئۈلگە ʔylɡɛ
1347 ئەتىرگۈل ʔɛtirɡyl
1921 ئايگۈل ʔajɡyl
/external/OpenCL-CTS/test_conformance/clcpp/integer_funcs/
Dnumeric_funcs.hpp329 cl_long yl = static_cast<cl_long>(y); in operator ()() local
330 return static_cast<OUT1>((xl * yl) >> (8 * sizeof(OUT1))); in operator ()()

123456789