Searched refs:ly (Results 1 - 17 of 17) sorted by relevance

/external/fdlibm/
H A 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;
74 /* set up {hx,lx}, {hy,ly} and align y to x */
92 hy = (hy<<n)|(ly>>(3
[all...]
H A 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 */
H A 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) {
H A 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/skia/src/effects/
H A DSkEmbossMask.cpp89 SkFixed ly = SkScalarToFixed(light.fDirection[1]); local
112 SkFixed numer = lx * nx + ly * ny + lz_dot_nz;
/external/libvorbis/lib/
H A Dfloor1.c656 int ly=post_Y(fit_valueA,fit_valueB,ln); local
659 if(ly==-1 || hy==-1){
663 if(inspect_error(lx,hx,ly,hy,logmask,logmdct,info)){
673 ly0=ly;
941 int ly=post[0]*info->mult; local
952 render_line0(n,lx,hx,ly,hy,ilogmask);
955 ly=hy;
958 for(j=hx;j<vb->pcmend/2;j++)ilogmask[j]=ly; /* be certain */
1068 int ly=fit_value[0]*info->mult; local
1077 render_line(n,lx,hx,ly,h
[all...]
/external/tremolo/Tremolo/
H A Dfloor1.c387 int ly=fit_value[0]*info->mult; local
396 render_line(n,lx,hx,ly,hy,out);
399 ly=hy;
402 for(j=hx;j<n;j++)out[j]*=ly; /* be certain */
/external/v8/test/mjsunit/harmony/
H A Dmodule-parsing.js45 let lx, ly
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.c561 b_cos_eta_b, x_b, y_b, x_b_dot, y_b_dot, lx, ly; local
606 ly = y_b;
635 lx, ly,
650 ly = y_b;
/external/libvorbis/doc/
H A D07-floor1.tex360 3) [ly] = vector [floor1_final_Y]' element [0] * [floor1_multiplier]
367 8) \link{vorbis:spec:render:line}{render_line}( [lx], [ly], [hx], [hy], [floor] )
369 10) [ly] = [hy]
/external/llvm/lib/Support/
H A DAPInt.cpp293 // Split y into high 32-bit part (hy) and low 32-bit part (ly)
294 uint64_t ly = y & 0xffffffffULL, hy = y >> 32;
307 dest[i] = carry + lx * ly;
310 carry = hx * ly + (dest[i] >> 32) + (hasCarry ? (1ULL << 32) : 0);
330 uint64_t ly = y[i] & 0xffffffffULL, hy = y[i] >> 32; local
340 uint64_t resul = carry + lx * ly;
342 carry = (hasCarry ? (1ULL << 32) : 0) + hx * ly + (resul >> 32);
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad.s1992 #CHECK: ly %r0, -524289
1994 #CHECK: ly %r0, 524288
1996 ly %r0, -524289
1997 ly %r0, 524288
H A Dinsn-good.s6086 #CHECK: ly %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x58]
6087 #CHECK: ly %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x58]
6088 #CHECK: ly %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x58]
6089 #CHECK: ly %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x58]
6090 #CHECK: ly %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x58]
6091 #CHECK: ly %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x58]
6092 #CHECK: ly %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x58]
6093 #CHECK: ly %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x58]
6094 #CHECK: ly %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x58]
6095 #CHECK: ly
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bison/build-aux/
H A Dtexinfo.tex189 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
/external/bison/
H A Dconfigure2462 --disable-yacc do not build a yacc command or an -ly library
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 905 milliseconds