Home
last modified time | relevance | path

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

123456

/external/icu/icu4c/source/data/locales/
Dnnh.txt44 "EEEE , 'lyɛ'̌ʼ d 'na' MMMM, y G",
45 "'lyɛ'̌ʼ d 'na' MMMM, y G",
55 yMEd{"E , 'lyɛ'̌ʼ d 'na' M, y"}
57 yMMMEd{"E , 'lyɛ'̌ʼ d 'na' MMM, y"}
58 yMMMd{"'lyɛ'̌ʼ d 'na' MMMM, y"}
72 "EEEE , 'lyɛ'̌ʼ d 'na' MMMM, y",
73 "'lyɛ'̌ʼ d 'na' MMMM, y",
83 yMEd{"E , 'lyɛ'̌ʼ d 'na' M, y"}
85 yMMMEd{"E , 'lyɛ'̌ʼ d 'na' MMM, y"}
86 yMMMd{"'lyɛ'̌ʼ d 'na' MMMM, y"}
[all …]
/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/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtBox2dShape.cpp34 btScalar ly=btScalar(2.)*(halfExtents.y()); in calculateLocalInertia() local
37 inertia.setValue(mass/(btScalar(12.0)) * (ly*ly + lz*lz), in calculateLocalInertia()
39 mass/(btScalar(12.0)) * (lx*lx + ly*ly)); in calculateLocalInertia()
DbtBoxShape.cpp43 btScalar ly=btScalar(2.)*(halfExtents.y()); in calculateLocalInertia() local
46 inertia.setValue(mass/(btScalar(12.0)) * (ly*ly + lz*lz), in calculateLocalInertia()
48 mass/(btScalar(12.0)) * (lx*lx + ly*ly)); in calculateLocalInertia()
DbtMultiSphereShape.cpp147 btScalar ly=btScalar(2.)*(halfExtents.y()); in calculateLocalInertia() local
150 inertia.setValue(mass/(btScalar(12.0)) * (ly*ly + lz*lz), in calculateLocalInertia()
152 mass/(btScalar(12.0)) * (lx*lx + ly*ly)); in calculateLocalInertia()
DbtCylinderShape.cpp113 btScalar ly=btScalar(2.)*(halfExtents.y()); in calculateLocalInertia()
116 inertia.setValue(mass/(btScalar(12.0)) * (ly*ly + lz*lz), in calculateLocalInertia()
118 mass/(btScalar(12.0)) * (lx*lx + ly*ly)); in calculateLocalInertia()
DbtConeShape.h59 btScalar ly=btScalar(2.)*(halfExtents.y()+margin); in ATTRIBUTE_ALIGNED16() local
62 const btScalar y2 = ly*ly; in ATTRIBUTE_ALIGNED16()
DbtCapsuleShape.cpp139 btScalar ly=btScalar(2.)*(halfExtents[1]+margin); in calculateLocalInertia() local
142 const btScalar y2 = ly*ly; in calculateLocalInertia()
DbtCompoundShape.cpp204 btScalar ly=btScalar(2.)*(halfExtents.y()); in calculateLocalInertia() local
207 inertia[0] = mass/(btScalar(12.0)) * (ly*ly + lz*lz); in calculateLocalInertia()
209 inertia[2] = mass/(btScalar(12.0)) * (lx*lx + ly*ly); in calculateLocalInertia()
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
Dcommon.py118 ly = 0
125 (y, ly) = ((ly - (q * y)),y)
127 if (ly < 0): ly += oa #If neg wrap modulo orignal a
128 return (a, lx, ly) #Return only positive values
D_version200.py332 ly = 0
339 (y, ly) = ((ly - (q * y)),y)
341 if (ly < 0): ly += oa #If neg wrap modulo orignal a
342 return (a, lx, ly) #Return only positive values
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtGImpactShape.cpp58 btScalar ly= m_localAABB.m_max[1] - m_localAABB.m_min[1]; in calculateLocalInertia() local
61 const btScalar y2 = ly*ly; in calculateLocalInertia()
97 btScalar ly= m_localAABB.m_max[1] - m_localAABB.m_min[1]; in calculateLocalInertia() local
100 const btScalar y2 = ly*ly; in calculateLocalInertia()
132 btScalar ly= m_localAABB.m_max[1] - m_localAABB.m_min[1]; in calculateLocalInertia()
135 const btScalar y2 = ly*ly; in calculateLocalInertia()
/external/icu/icu4c/source/data/coll/
Dhu.txt18 "&L<ly<<<Ly<<<LY"
37 "&ly<<<lly/ly"
38 "&Ly<<<Lly/ly"
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtSpatialAlgebra.h30 …const btScalar &ay, const btScalar &az, const btScalar &lx, const btScalar &ly, const btScalar &lz) in btSpatialForceVector()
32 setValue(ax, ay, az, lx, ly, lz); in btSpatialForceVector()
36 …const btScalar &ay, const btScalar &az, const btScalar &lx, const btScalar &ly, const btScalar &lz) in setValue()
38 m_bottomVec.setValue(ax, ay, az); m_topVec.setValue(lx, ly, lz); in setValue()
42 …const btScalar &ay, const btScalar &az, const btScalar &lx, const btScalar &ly, const btScalar &lz) in addValue()
45 m_topVec[0] += lx; m_topVec[1] += ly; m_topVec[2] += lz; in addValue()
76 …const btScalar &ay, const btScalar &az, const btScalar &lx, const btScalar &ly, const btScalar &lz) in setValue()
78 m_topVec.setValue(ax, ay, az); m_bottomVec.setValue(lx, ly, lz); in setValue()
82 …const btScalar &ay, const btScalar &az, const btScalar &lx, const btScalar &ly, const btScalar &lz) in addValue()
85 m_bottomVec[0] += lx; m_bottomVec[1] += ly; m_bottomVec[2] += lz; in addValue()
/external/llvm/test/CodeGen/SystemZ/
Dint-move-02.ll27 ; CHECK: ly %r2, 4096(%r2)
37 ; CHECK: ly %r2, 524284(%r2)
59 ; CHECK: ly %r2, -4(%r2)
69 ; CHECK: ly %r2, -524288(%r2)
103 ; CHECK: ly %r2, 4096({{%r3,%r2|%r2,%r3}})
Datomicrmw-xchg-03.ll31 ; CHECK: ly %r2, 4096(%r3)
42 ; CHECK: ly %r2, 524284(%r3)
65 ; CHECK: ly %r2, -4(%r3)
76 ; CHECK: ly %r2, -524288(%r3)
/external/libgdx/
DREADME.md62 <td style="text-align: center;"><a href="http://bit.ly/robovmgdx"><img style="margin-right:20px" sr…
63 <td style="text-align: center;"><a href="http://bit.ly/spinegdx"><img src="http://libgdx.badlogicga…
67 <td style="text-align: center;"><a href="http://bit.ly/saikoagdx"><img style="margin-right:20px" sr…
68 <td style="text-align: center;"><a href="http://bit.ly/intelgdx"><img src="http://libgdx.badlogicga…
72 <td style="text-align: center;"><a href="http://bit.ly/jetblog"><img src="http://libgdx.badlogicgam…
73 <td style="text-align: center;"><a href="http://bit.ly/nextpeergdx"><img src="http://libgdx.badlogi…
/external/libvorbis/lib/
Dfloor1.c656 int ly=post_Y(fit_valueA,fit_valueB,ln); in floor1_fit() local
659 if(ly==-1 || hy==-1){ in floor1_fit()
663 if(inspect_error(lx,hx,ly,hy,logmask,logmdct,info)){ in floor1_fit()
673 ly0=ly; in floor1_fit()
941 int ly=post[0]*info->mult; in floor1_encode() local
952 render_line0(n,lx,hx,ly,hy,ilogmask); in floor1_encode()
955 ly=hy; in floor1_encode()
958 for(j=hx;j<vb->pcmend/2;j++)ilogmask[j]=ly; /* be certain */ in floor1_encode()
1068 int ly=fit_value[0]*info->mult; in floor1_inverse2() local
1077 render_line(n,lx,hx,ly,hy,out); in floor1_inverse2()
[all …]
/external/libpng/contrib/tools/
Dgenpng.c558 double ly = y2 - y1; in line_check() local
559 double len2 = lx*lx + ly*ly; in line_check()
570 cross = x * ly - y * lx; in line_check()
586 dot = lx * x + ly * y; in line_check()
/external/llvm/test/CodeGen/Mips/
Dhf16call32.ll14 @ly = common global float 0.000000e+00, align 4
47 store float 0.000000e+00, float* @ly, align 4
94 store float 1.000000e+01, float* @ly, align 4
96 %11 = load float, float* @ly, align 4
104 %15 = load float, float* @ly, align 4
113 %19 = load float, float* @ly, align 4
145 store float 7.600000e+01, float* @ly, align 4
147 %32 = load float, float* @ly, align 4
153 %36 = load float, float* @ly, align 4
160 %40 = load float, float* @ly, align 4
[all …]
/external/icu/icu4c/source/data/unit/
Dsk.txt946 dnam{"polievkové lyžice"}
947 few{"{0} polievkové lyžice"}
948 many{"{0} polievkovej lyžice"}
949 one{"{0} polievková lyžica"}
950 other{"{0} polievkových lyžíc"}
953 dnam{"čajové lyžice"}
954 few{"{0} čajové lyžice"}
955 many{"{0} čajovej lyžice"}
956 one{"{0} čajová lyžica"}
957 other{"{0} čajových lyžíc"}
[all …]
/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()

123456