Home
last modified time | relevance | path

Searched refs:tL (Results 1 – 25 of 1050) sorted by relevance

12345678910>>...42

/dports/multimedia/mjpegtools/mjpegtools-2.1.0/utils/altivec/
H A Dbsad.c169 fL = vec_add(fL, tL); in bsad_altivec()
179 fL = vec_add(fL, tL); in bsad_altivec()
189 fL = vec_add(fL, tL); in bsad_altivec()
232 bL = vec_add(bL, tL); in bsad_altivec()
242 bL = vec_add(bL, tL); in bsad_altivec()
252 bL = vec_add(bL, tL); in bsad_altivec()
269 tL = vec_add(fL, bL); in bsad_altivec()
276 tL = vec_add(tL, one); in bsad_altivec()
283 tL = vec_sra(tL, one); in bsad_altivec()
424 tL = vec_add(tL, one); in bsad_altivec()
[all …]
H A Dbsumsq.c172 tL = vu16(vec_mergel(zero, vfa)); in bsumsq_altivec()
182 tL = vu16(vec_mergel(zero, vfb)); in bsumsq_altivec()
192 tL = vu16(vec_mergel(zero, vfc)); in bsumsq_altivec()
234 tL = vu16(vec_mergel(zero, vba)); in bsumsq_altivec()
244 tL = vu16(vec_mergel(zero, vbb)); in bsumsq_altivec()
254 tL = vu16(vec_mergel(zero, vbc)); in bsumsq_altivec()
279 tL = vec_add(tL, one); in bsumsq_altivec()
285 tL = vec_sra(tL, one); in bsumsq_altivec()
293 tH = vu16(vec_packsu(tH, tL)); in bsumsq_altivec()
419 tL = vec_add(tL, one); in bsumsq_altivec()
[all …]
/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DSpline.h70 tL = 1.-tR; //left weight for interval in getBernsteinCoeffs()
85 { double tR, tL, b[6]; getBernsteinCoeffs(coeff, x, tR, tL, b); in value() local
88 for(int i=0; i<5; i++) c[i] = tL*b[i] + tR*b[i+1]; //5->4 in value()
89 for(int i=0; i<4; i++) d[i] = tL*c[i] + tR*c[i+1]; //4->3 in value()
90 for(int i=0; i<3; i++) c[i] = tL*d[i] + tR*d[i+1]; //3->2 in value()
91 for(int i=0; i<2; i++) d[i] = tL*c[i] + tR*c[i+1]; //2->1 in value()
92 return tL*d[0] + tR*d[1]; //1->0 in value()
97 { double tR, tL, b[6]; getBernsteinCoeffs(coeff, x, tR, tL, b); in deriv() local
104 return 5.*(tL*d[0] + tR*d[1]); //1->0 in deriv()
115 double tL = 1.-tR; //left weight for interval in valueGrad() local
[all …]
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/geom/plane/
H A DAffineTransform.java329 tR.m00 * tL.m00 + tR.m10 * tL.m01, // m00 in multiply()
330 tR.m00 * tL.m10 + tR.m10 * tL.m11, // m10 in multiply()
331 tR.m01 * tL.m00 + tR.m11 * tL.m01, // m01 in multiply()
333 tR.m02 * tL.m00 + tR.m12 * tL.m01 + tL.m02, // m02 in multiply()
334 tR.m02 * tL.m10 + tR.m12 * tL.m11 + tL.m12);// m12 in multiply()
376 m00 * tL.m00 + m10 * tL.m01, // m00 in preConcatenate()
377 m00 * tL.m10 + m10 * tL.m11, // m10 in preConcatenate()
378 m01 * tL.m00 + m11 * tL.m01, // m01 in preConcatenate()
379 m01 * tL.m10 + m11 * tL.m11, // m11 in preConcatenate()
380 m02 * tL.m00 + m12 * tL.m01 + tL.m02, // m02 in preConcatenate()
[all …]
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/TonemappingOperators/lischinski06/
H A Dlischinski_minimization.cpp82 std::vector< Eigen::Triplet< float > > tL; in LischinskiMinimization() local
104 tL.push_back(Eigen::Triplet< float > (indI, indJ, tmp)); in LischinskiMinimization()
111 tL.push_back(Eigen::Triplet< float > (indI, indJ, tmp)); in LischinskiMinimization()
119 tL.push_back(Eigen::Triplet< float > (indI, indJ, tmp)); in LischinskiMinimization()
126 tL.push_back(Eigen::Triplet< float > (indI, indJ, tmp)); in LischinskiMinimization()
130 tL.push_back(Eigen::Triplet< float >{indI, indI, omega - sum}); in LischinskiMinimization()
135 A.setFromTriplets(tL.begin(), tL.end()); in LischinskiMinimization()
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/barvinok/
H A DSubspaceAvoidingDecomposition.cpp86 vec_ZZ tL = result_L - L(i); in ComputeShortVectorAvoidingSubspace()
87 ZZ tn = max_norm(tL); in ComputeShortVectorAvoidingSubspace()
90 result_L = tL; in ComputeShortVectorAvoidingSubspace()
96 tL = result_L + L(i); in ComputeShortVectorAvoidingSubspace()
97 tn = max_norm(tL); in ComputeShortVectorAvoidingSubspace()
100 result_L = tL; in ComputeShortVectorAvoidingSubspace()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftLimiter.java151 float tL = temp_bufferL[i]; in processAudio() local
153 bufferLout[i] += tL * gain; in processAudio()
160 float tL = temp_bufferL[i]; in processAudio() local
164 bufferLout[i] += tL * gain; in processAudio()
174 float tL = temp_bufferL[i]; in processAudio() local
176 bufferLout[i] = tL * gain; in processAudio()
183 float tL = temp_bufferL[i]; in processAudio() local
187 bufferLout[i] = tL * gain; in processAudio()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftLimiter.java151 float tL = temp_bufferL[i]; in processAudio() local
153 bufferLout[i] += tL * gain; in processAudio()
160 float tL = temp_bufferL[i]; in processAudio() local
164 bufferLout[i] += tL * gain; in processAudio()
174 float tL = temp_bufferL[i]; in processAudio() local
176 bufferLout[i] = tL * gain; in processAudio()
183 float tL = temp_bufferL[i]; in processAudio() local
187 bufferLout[i] = tL * gain; in processAudio()
/dports/audio/gervill/gervill/src/com/sun/media/sound/
H A DSoftLimiter.java144 float tL = temp_bufferL[i]; in processAudio() local
146 bufferLout[i] += tL * gain; in processAudio()
153 float tL = temp_bufferL[i]; in processAudio() local
157 bufferLout[i] += tL * gain; in processAudio()
167 float tL = temp_bufferL[i]; in processAudio() local
169 bufferLout[i] = tL * gain; in processAudio()
176 float tL = temp_bufferL[i]; in processAudio() local
180 bufferLout[i] = tL * gain; in processAudio()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftLimiter.java151 float tL = temp_bufferL[i]; in processAudio() local
153 bufferLout[i] += tL * gain; in processAudio()
160 float tL = temp_bufferL[i]; in processAudio() local
164 bufferLout[i] += tL * gain; in processAudio()
174 float tL = temp_bufferL[i]; in processAudio() local
176 bufferLout[i] = tL * gain; in processAudio()
183 float tL = temp_bufferL[i]; in processAudio() local
187 bufferLout[i] = tL * gain; in processAudio()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DSoftLimiter.java144 float tL = temp_bufferL[i]; in processAudio() local
146 bufferLout[i] += tL * gain; in processAudio()
153 float tL = temp_bufferL[i]; in processAudio() local
157 bufferLout[i] += tL * gain; in processAudio()
167 float tL = temp_bufferL[i]; in processAudio() local
169 bufferLout[i] = tL * gain; in processAudio()
176 float tL = temp_bufferL[i]; in processAudio() local
180 bufferLout[i] = tL * gain; in processAudio()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftLimiter.java151 float tL = temp_bufferL[i]; in processAudio() local
153 bufferLout[i] += tL * gain; in processAudio()
160 float tL = temp_bufferL[i]; in processAudio() local
164 bufferLout[i] += tL * gain; in processAudio()
174 float tL = temp_bufferL[i]; in processAudio() local
176 bufferLout[i] = tL * gain; in processAudio()
183 float tL = temp_bufferL[i]; in processAudio() local
187 bufferLout[i] = tL * gain; in processAudio()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftLimiter.java151 float tL = temp_bufferL[i]; in processAudio() local
153 bufferLout[i] += tL * gain; in processAudio()
160 float tL = temp_bufferL[i]; in processAudio() local
164 bufferLout[i] += tL * gain; in processAudio()
174 float tL = temp_bufferL[i]; in processAudio() local
176 bufferLout[i] = tL * gain; in processAudio()
183 float tL = temp_bufferL[i]; in processAudio() local
187 bufferLout[i] = tL * gain; in processAudio()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftLimiter.java151 float tL = temp_bufferL[i]; in processAudio() local
153 bufferLout[i] += tL * gain; in processAudio()
160 float tL = temp_bufferL[i]; in processAudio() local
164 bufferLout[i] += tL * gain; in processAudio()
174 float tL = temp_bufferL[i]; in processAudio() local
176 bufferLout[i] = tL * gain; in processAudio()
183 float tL = temp_bufferL[i]; in processAudio() local
187 bufferLout[i] = tL * gain; in processAudio()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftLimiter.java151 float tL = temp_bufferL[i]; in processAudio() local
153 bufferLout[i] += tL * gain; in processAudio()
160 float tL = temp_bufferL[i]; in processAudio() local
164 bufferLout[i] += tL * gain; in processAudio()
174 float tL = temp_bufferL[i]; in processAudio() local
176 bufferLout[i] = tL * gain; in processAudio()
183 float tL = temp_bufferL[i]; in processAudio() local
187 bufferLout[i] = tL * gain; in processAudio()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftLimiter.java151 float tL = temp_bufferL[i]; in processAudio() local
153 bufferLout[i] += tL * gain; in processAudio()
160 float tL = temp_bufferL[i]; in processAudio() local
164 bufferLout[i] += tL * gain; in processAudio()
174 float tL = temp_bufferL[i]; in processAudio() local
176 bufferLout[i] = tL * gain; in processAudio()
183 float tL = temp_bufferL[i]; in processAudio() local
187 bufferLout[i] = tL * gain; in processAudio()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DSoftLimiter.java144 float tL = temp_bufferL[i]; in processAudio() local
146 bufferLout[i] += tL * gain; in processAudio()
153 float tL = temp_bufferL[i]; in processAudio() local
157 bufferLout[i] += tL * gain; in processAudio()
167 float tL = temp_bufferL[i]; in processAudio() local
169 bufferLout[i] = tL * gain; in processAudio()
176 float tL = temp_bufferL[i]; in processAudio() local
180 bufferLout[i] = tL * gain; in processAudio()
/dports/math/mathgl/mathgl-2.5/widgets/
H A Dglut.cpp99 static double rL=3,tL=0,pL=0; in _mgl_key_up() local
128 if(ch=='i') tL += M_PI*0.1; in _mgl_key_up()
129 if(ch=='k') tL -= M_PI*0.1; in _mgl_key_up()
170 _mgl_glwnd->AddLight(0,mglPoint(rL*cos(pL)*sin(tL), rL*sin(pL)*sin(tL), rL*cos(tL)),false); in _mgl_key_up()
175 printf("Light: %g, %g, %g\n",rL*cos(pL)*sin(tL), rL*sin(pL)*sin(tL), rL*cos(tL)); in _mgl_key_up()
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dclip.c91 double *tL = &tLeave; in DtClipLine() local
100 if (dx0 || ClipWithBorder(-dx, -(xmin - *x1), tE, tL)) in DtClipLine()
102 || ClipWithBorder(dy, (ymax - *y1), tE, tL)) in DtClipLine()
105 tL)) in DtClipLine()
110 tL)) { in DtClipLine()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/livarot/
H A Dsweep-tree.cpp504 SweepTree *tL = this; in SwapWithRight() local
507 tL->src->swsData[tL->bord].misc = tR; in SwapWithRight()
508 tR->src->swsData[tR->bord].misc = tL; in SwapWithRight()
511 Shape *swap = tL->src; in SwapWithRight()
512 tL->src = tR->src; in SwapWithRight()
516 int swap = tL->bord; in SwapWithRight()
517 tL->bord = tR->bord; in SwapWithRight()
521 int swap = tL->startPoint; in SwapWithRight()
522 tL->startPoint = tR->startPoint; in SwapWithRight()
527 bool swap = tL->sens; in SwapWithRight()
[all …]
/dports/graphics/libraw/LibRaw-0.20.2/src/metadata/
H A Dcr3_parser.cpp210 ushort tL; // Atom length represented in 4 or 8 bytes in parseCR3() local
241 tL = 4; in parseCR3()
274 tL = 8; in parseCR3()
311 if ((tL != 4) || bad_hdr) in parseCR3()
323 if ((tL != 4) || bad_hdr) in parseCR3()
335 if ((tL != 4) || bad_hdr) in parseCR3()
348 if ((tL != 4) || bad_hdr) in parseCR3()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.base/
H A Dstructs.c64 #ifndef tL
65 typedef tK tL; typedef
68 typedef tL tM;
97 struct struct12 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; };
98 struct struct13 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; };
99 struct struct14 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
100 struct struct15 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
101 struct struct16 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
102 struct struct17 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
103 struct struct18 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dstructs.c63 #ifndef tL
64 typedef tK tL; typedef
67 typedef tL tM;
96 struct struct12 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; };
97 struct struct13 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; };
98 struct struct14 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
99 struct struct15 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
100 struct struct16 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
101 struct struct17 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
102 struct struct18 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dstructs.c63 #ifndef tL
64 typedef tK tL; typedef
67 typedef tL tM;
96 struct struct12 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; };
97 struct struct13 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; };
98 struct struct14 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
99 struct struct15 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
100 struct struct16 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
101 struct struct17 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
102 struct struct18 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dstructs.c67 #ifndef tL
68 typedef tK tL; typedef
71 typedef tL tM;
100 struct struct12 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; };
101 struct struct13 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; };
102 struct struct14 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
103 struct struct15 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
104 struct struct16 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
105 struct struct17 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
106 struct struct18 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…

12345678910>>...42