/external/u-boot/arch/arm/lib/ |
D | div64.S | 22 #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 …]
|
D | muldi3.S | 17 #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/arm-optimized-routines/math/single/ |
D | e_powf.c | 331 #define PHMULTIPLY(rh,rl, xh,xl, yh,yl) do { \ in powf() argument 334 tmpl = (xh) * (yl) + (xl) * ((yh)+(yl)); \ in powf() 346 #define PHMULTIPLY_SATURATE(rh,rl, xh,xl, yh,yl, bound) do { \ in powf() argument 353 tmpl = (xh) * (yl) + (xl) * ((yh)+(yl)); \ in powf() 582 float yh, yl; in powf() local 586 yl = y - yh; in powf() 597 PHMULTIPLY_SATURATE(rlogh, rlogl, logh, logl, yh, yl, 4096.0f); in powf()
|
/external/walt/pywalt/pywalt/ |
D | minimization.py | 62 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/selinux/python/sepolgen/src/sepolgen/ |
D | output.py | 64 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/tensorflow/tensorflow/core/kernels/ |
D | quantized_resize_bilinear_op.cc | 225 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/ |
D | nus.txt | 40 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/ |
D | jdcolext-altivec.c | 48 __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()
|
D | jcgryext-altivec.c | 47 __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()
|
D | jccolext-altivec.c | 47 __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/ |
D | volume.js | 250 var yl = getFix(left); 253 if (xl == xr) return yl; 255 return yl + (yr - yl) * (x - xl) / (xr - xl);
|
/external/u-boot/post/drivers/ |
D | rtc.c | 79 unsigned int yl = 2000; in rtc_post_test() local 151 tm.tm_year = yl; in rtc_post_test()
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Raise.miff | 15 …QG�<3�91�:3�8+�8-�kk����z��r�Md�?\��^Me<\cEH^<KiBZxMd�Vi�Zn�_��|����yl�yl�yl�wk�yl�xn�yn�|m�|m�{l…
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
D | g722_encode.c | 197 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/ |
D | ushyphex.tex | 372 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
|
D | hyph-en-us.hyp.txt | 373 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/ |
D | tk.txt | 1603 dn{"ýyl"} 1605 "-1"{"geçen ýyl"} 1606 "0"{"şu ýyl"} 1607 "1"{"indiki ýyl"} 1615 one{"{0} ýyl öň"} 1616 other{"{0} ýyl öň"}
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | e688054144168d17591bbb792be16248.00002281.honggfuzz.cov | 15 ��,U��@yG���|G�yl�*pT Z����$;��8��C�S\����Y#�c����S8����G���L��S�
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/ |
D | ky-fonipa-t-ky.txt | 593 изилдөөчүлөр izildøːt͡ʃylør 715 күлкү ɡylʲky 1086 үлгүлөрү ylɡyløry
|
D | ug-fonipa-t-ug.txt | 36 گۈل ɡyl 593 كۆڭۈل køŋyl 1075 ئۈلگە ʔylɡɛ 1347 ئەتىرگۈل ʔɛtirɡyl 1921 ئايگۈل ʔajɡyl
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_gif.miff | 61 …����y�sm{B!!1!//)^5-->>F<EFFF@IHM��������������������yl!!1/2!(++0H…
|
D | input_bmp.miff | 62 …����y�sm{B!!1!//)^5-->>F<EFFF@IHM��������������������yl!!1/2!(++0H…
|
/external/icu/icu4c/source/data/curr/ |
D | tk.txt | 255 "Täze Ysraýyl şekeli", 996 one{"täze ysraýyl şekeli"} 997 other{"täze ysraýyl şekeli"}
|
/external/libaom/libaom/av1/encoder/ |
D | rd.h | 405 double yl, double *rate_f, double *distbysse_f);
|
/external/icu/icu4c/source/data/unit/ |
D | tk.txt | 281 dnam{"ýyl"} 282 one{"{0} ýyl"} 283 other{"{0} ýyl"}
|