Home
last modified time | relevance | path

Searched refs:ly (Results 1 – 25 of 42) sorted by relevance

12

/external/fdlibm/
De_fmod.c36 unsigned lx,ly,lz; local
41 ly = __LO(y); /* low word of y */
47 if((hy|ly)==0||(hx>=0x7ff00000)|| /* y=0,or x not finite */
48 ((hy|((ly|-ly)>>31))>0x7ff00000)) /* or y is NaN */
51 if((hx<hy)||(lx<ly)) return x; /* |x|<|y| return x */
52 if(lx==ly)
68 for (iy = -1043, i=ly; i>0; i<<=1) iy -=1;
92 hy = (hy<<n)|(ly>>(32-n));
93 ly <<= n;
95 hy = ly<<(n-32);
[all …]
Ds_nextafter.c31 unsigned lx,ly; local
36 ly = __LO(y); /* low word of y */
41 ((iy>=0x7ff00000)&&((iy-0x7ff00000)|ly)!=0)) /* y is nan */
51 if(hx>hy||((hx==hy)&&(lx>ly))) { /* x > y, x -= ulp */
59 if(hy>=0||hx>hy||((hx==hy)&&(lx>ly))){/* x < y, x -= ulp */
De_atan2.c65 unsigned lx,ly; local
70 ly = __LO(y);
72 ((iy|((ly|-ly)>>31))>0x7ff00000)) /* x or y is NaN */
78 if((iy|ly)==0) {
De_pow.c111 unsigned lx,ly; local
115 hy = __HI(y); ly = __LO(y);
119 if((iy|ly)==0) return one;
123 iy > 0x7ff00000 || ((iy==0x7ff00000)&&(ly!=0)))
137 j = ly>>(52-k);
138 if((j<<(52-k))==ly) yisint = 2-(j&1);
139 } else if(ly==0) {
147 if(ly==0) {
/external/qemu/distrib/sdl-1.2.12/src/video/
De_pow.h107 u_int32_t lx,ly; local
110 EXTRACT_WORDS(hy,ly,y);
114 if((iy|ly)==0) return one;
118 iy > 0x7ff00000 || ((iy==0x7ff00000)&&(ly!=0)))
132 j = ly>>(52-k);
133 if((u_int32_t)(j<<(52-k))==ly) yisint = 2-(j&1);
134 } else if(ly==0) {
142 if(ly==0) {
/external/icu4c/data/coll/
Dhu.txt21 "&L<ly<<<Ly<<<LY"
40 "&ly<<<lly/ly"
41 "&Ly<<<Lly/ly"
/external/clang/www/analyzer/
Dlatest_checker.html.incl1 <b><a href="http://bit.ly/GUmtVB">checker-263.tar.bz2</a></b> (built March 22, 2012)
/external/skia/src/effects/
DSkEmbossMask.cpp89 SkFixed ly = SkScalarToFixed(light.fDirection[1]); in Emboss() local
112 SkFixed numer = lx * nx + ly * ny + lz_dot_nz; in Emboss()
/external/tremolo/Tremolo/
Dfloor1.c386 int ly=fit_value[0]*info->mult; in floor1_inverse2() local
395 render_line(n,lx,hx,ly,hy,out); in floor1_inverse2()
398 ly=hy; in floor1_inverse2()
401 for(j=hx;j<n;j++)out[j]*=ly; /* be certain */ in floor1_inverse2()
/external/qemu/android/skin/
Dtrackball.c342 double ly = LIGHT_Y - ry; in trackball_init() local
344 double lir = 1/sqrt(lx*lx + ly*ly + lz*lz); in trackball_init()
345 double cosphi = lir*(lx*rx + ly*ry + lz*rz); in trackball_init()
/external/v8/test/mjsunit/harmony/
Dmodule-parsing.js45 let lx, ly
/external/webkit/Source/WebCore/platform/graphics/chromium/
DTransparencyWin.cpp70 DeviceInfo(SkDevice* d, int lx, int ly) in compositeToCopy()
73 , y(ly) {} in compositeToCopy()
/external/bison/
Dconfigure.ac71 [do not build a yacc command or an -ly library])],
DNEWS168 yacc command and -ly library introduced in 1.875 for POSIX conformance.
/external/llvm/lib/Support/
DAPInt.cpp293 uint64_t ly = y & 0xffffffffULL, hy = y >> 32; in mul_1() local
306 dest[i] = carry + lx * ly; in mul_1()
309 carry = hx * ly + (dest[i] >> 32) + (hasCarry ? (1ULL << 32) : 0); in mul_1()
329 uint64_t ly = y[i] & 0xffffffffULL, hy = y[i] >> 32; in mul() local
339 uint64_t resul = carry + lx * ly; in mul()
341 carry = (hasCarry ? (1ULL << 32) : 0) + hx * ly + (resul >> 32); in mul()
/external/chromium/net/base/
Deffective_tld_names.gperf735 com.ly, 0
967 edu.ly, 0
1357 gov.ly, 0
1568 id.ly, 0
2055 ly, 0 keyword
2118 med.ly, 0
2426 net.ly, 0
2698 org.ly, 0
2853 plc.ly, 0
3163 sch.ly, 0
Deffective_tld_names.dat1876 // ly : http://www.nic.ly/regulations.php
1877 ly
1878 com.ly
1879 net.ly
1880 gov.ly
1881 plc.ly
1882 edu.ly
1883 sch.ly
1884 med.ly
1885 org.ly
[all …]
/external/icu4c/data/curr/
Dcs.txt1571 few{"íránské rijály"}
1866 few{"ománské rijály"}
1926 few{"katarské rijály"}
1966 few{"saúdské rijály"}
2261 few{"jemenské rijály"}
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kh0_kdt_dur.pkb74 …�1����̦�K��K<�y�F,��;�X%����ı���� Z9����BV�:��Ć�,wo�QݬK]�'�3�>XC�ly�-���gaq)3��pn� ��…
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
DSDL_os2fslib.c1494 LONG lx, ly; in os2fslib_WarpWMCursor() local
1502ly = ptlPoints.y + swpClient.cy - ((y*swpClient.cy) / _this->hidden->SrcBufferDesc.uiYResolution) … in os2fslib_WarpWMCursor()
1509 WinSetPointerPos(HWND_DESKTOP, lx, ly); in os2fslib_WarpWMCursor()
/external/icu4c/data/locales/
Dhu.txt16 " {ly} {lly} m n {ny} {nny} o ó ö ő p r s {sz} {ssz} t {ty} {tty} u ú ü ű v z"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_kdt_g2p.pkb464 …oc٠kJ���J�X�AJ�X�ibJ�XҼ��K@�CLL/C����J��ҿ&j�����R)\y�/+�@)���y"6<�,�� ly�vh�Yr��]TK$����$E
/external/webkit/Source/WebKit/gtk/po/
Dcs.po419 "Automaticky zmenšovat samostatně zobrazené obrázky tak, aby se vešly na "
/external/webkit/PerformanceTests/PageLoad/svg/files/
Dworld-iso.svg138 <path id="ly" fill="#aaf" stroke="#0" stroke-width="0.2" d="M 3274 2121 3274 2122 3274 2124 3274 21…
/external/bluetooth/glib/po/
Dhu.po621 msgstr "a karakterosztály befejező ] jele hiányzik"
629 msgstr "a tartomány kívül esik a karakterosztály nagyságán"

12