| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-mips-dspr2-asm.S | 161 CONVERT_2x8888_TO_2x0565 t0, t1, t2, t3, t4, t5, t6, t7, t8 163 sh t2, 0(a0) 166 addiu t2, a2, -1 167 bgtz t2, 1b 174 CONVERT_1x8888_TO_1x0565 t0, t1, t2, t3 203 CONVERT_2x0565_TO_2x8888 t0, t1, t2, t3, t4, t5, t6, t7, t8, t9 205 sw t2, 0(a0) 208 addiu t2, a2, -1 209 bgtz t2, 1b 216 CONVERT_1x0565_TO_1x8888 t0, t1, t2, t [all...] |
| H A D | pixman-mips-memcpy-asm.S | 109 lw t2, 8(a1) 119 sw t2, 8(a0) 131 lw t2, 40(a1) 141 sw t2, 40(a0) 165 lw t2, 8(a1) 175 sw t2, 8(a0) 258 LWHI t2, 8(a1) 259 LWLO t2, 11(a1) 274 sw t2, 8(a0) 288 LWHI t2, 4 [all...] |
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | scaling-bench.c | 50 double t1, t2, t = -1; local in function:main 66 t2 = gettime(); 67 if (t < 0 || t2 - t1 < t) 68 t = t2 - t1;
|
| H A D | prng-test.c | 62 double t1, t2; local in function:bench 71 t2 = gettime(); 73 (double)BUFSIZE * N / 1000000. / (t2 - t1)); 78 t2 = gettime(); 80 (double)BUFSIZE * N / 1000000. / (t2 - t1)); 87 t2 = gettime (); 89 (double)BUFSIZE * N / 1000000. / (t2 - t1)); 96 t2 = gettime (); 98 (double)BUFSIZE * N / 1000000. / (t2 - t1));
|
| H A D | filter-reduction-test.c | 71 const pixman_fixed_t *t0, *t1, *t2, *t3, *t4, *t5; local in function:main 80 for (t2 = entries; t2 < end; ++t2) 89 { { *t0, *t1, *t2 },
|
| H A D | lowlevel-blt-bench.c | 64 double t1, t2; local in function:bench_memcpy 73 t2 = gettime (); 74 if (t2 - t1 > 0.5) 87 t2 = gettime (); 88 return (double)total / (t2 - t1); 373 Mpx_per_sec (double pix_cnt, double t1, double t2, double t3) argument 375 double overhead = t2 - t1; 376 double testtime = t3 - t2; 397 double t1, t2, t3, pix_cnt; local in function:bench_composite 493 t2 [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | texcmp.c | 33 static TEXTURE *Tx, t1, t2, t3; variable in typeref:typename:TEXTURE * 277 t2.w = 256; 278 t2.h = 256; 279 t2.size = t2.w * t2.h * 4; 280 t2.data = malloc(t2.size); 281 t2.format = GL_RGBA; 282 t2 [all...] |
| /xsrc/external/mit/libXTrap/dist/src/ |
| H A D | XEWrappers.c | 28 #define IS_AT_OR_AFTER(t1, t2) (((t2).high > (t1).high) \ 29 || (((t2).high == (t1).high)&& ((t2).low >= (t1).low))) 66 #define IS_AT_OR_AFTER(t1, t2) (((t2).tv_sec > (t1).tv_sec) \ 67 || (((t2).tv_sec == (t1).tv_sec)&& ((t2).tv_usec >= (t1).tv_usec))) 275 #define IS_AFTER(t1,t2) (((t2) [all...] |
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | arctess.cc | 79 ArcTessellator::bezier( Arc *arc, REAL s1, REAL s2, REAL t1, REAL t2 ) argument 88 assert( t2 < t1 ); 92 assert( t1 < t2 ); 95 assert( t1 == t2 ); 99 assert( t1 == t2 ); 113 p[1].param[1] = t2; 114 assert( (s1 == s2) || (t1 == t2) ); 125 ArcTessellator::pwl_left( Arc *arc, REAL s, REAL t1, REAL t2, REAL rate ) argument 127 assert( t2 < t1 ); 130 /* int nsteps = 1 + (int) ((t1 - t2) / rat 155 pwl_right(Arc * arc,REAL s,REAL t1,REAL t2,REAL rate) argument 243 pwl(Arc * arc,REAL s1,REAL s2,REAL t1,REAL t2,REAL rate) argument 282 REAL s1, s2, t1, t2; local in function:ArcTessellator::tessellateLinear [all...] |
| H A D | patch.cc | 298 // REAL t2 = mapdesc->getProperty( N_ERROR_TOLERANCE ); 306 REAL t2; local in function:Patch::getstepsize 307 t2 = mapdesc->getProperty( N_ERROR_TOLERANCE ); 309 // t2 is upper bound on the distance between surface and tessellant 324 REAL ds = sqrtf( 4 * t2 * ttq / ( ss * ttq + st * ssq ) ); 325 REAL dt = sqrtf( 4 * t2 * ssq / ( tt * ssq + st * ttq ) ); 327 REAL scutoff = 2.0 * t2 / ( pspec[0].range[2] * pspec[0].range[2]); 328 pspec[0].sidestep[0] = (ssv[0] > scutoff) ? sqrtf( 2.0 * t2 / ssv[0] ) : pspec[0].range[2]; 329 pspec[0].sidestep[1] = (ssv[1] > scutoff) ? sqrtf( 2.0 * t2 / ssv[1] ) : pspec[0].range[2]; 332 REAL tcutoff = 2.0 * t2 / ( pspe [all...] |
| H A D | bin.cc | 161 REAL t2 = pts[1].param[1]; local in function:Bin::listBezier 162 _glu_dprintf( "arc (%g,%g) (%g,%g)\n", s1, t1, s2, t2 );
|
| H A D | splitarcs.cc | 194 REAL t2 = jarc2->tail()[1]; local in function:Subdivider::join_s 196 if( t1 == t2 ) { 201 assert( t1 < t2 ); 203 arctessellator.bezier( newright, s, s, t1, t2 ); 204 arctessellator.bezier( newleft, s, s, t2, t1 ); 206 arctessellator.pwl_right( newright, s, t1, t2, stepsizes[0] ); 207 arctessellator.pwl_left( newleft, s, t2, t1, stepsizes[2] );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/ |
| H A D | u_current.c | 178 thread_id_equal(thread_id t1, thread_id t2) argument 181 return t1 == t2; 183 return thrd_equal(t1, t2);
|
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| H A D | afwarp.h | 37 FT_Pos t1, t2; member in struct:AF_WarperRec_
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_noise.c | 261 float t0, t1, t2; local in function:_mesa_noise2 305 t2 = 0.5f - x2 * x2 - y2 * y2; 306 if (t2 < 0.0f) 309 t2 *= t2; 310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2); 348 float t0, t1, t2, t3; local in function:_mesa_noise3 449 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2; 450 if (t2 < 0. 531 float t0, t1, t2, t3, t4; local in function:_mesa_noise4 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_noise.c | 261 float t0, t1, t2; local in function:_mesa_noise2 305 t2 = 0.5f - x2 * x2 - y2 * y2; 306 if (t2 < 0.0f) 309 t2 *= t2; 310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2); 348 float t0, t1, t2, t3; local in function:_mesa_noise3 449 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2; 450 if (t2 < 0. 531 float t0, t1, t2, t3, t4; local in function:_mesa_noise4 [all...] |
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| H A D | ftcalc.h | 50 FT_Int32 t, t2; local in function:FT_MulFix_arm 55 smull t2, t, b, a /* (lo=t2,hi=t) = a*b */ 58 adds t2, t2, a /* t2 += a */ 60 mov a, t2, lsr #16 /* a = t2 >> 16 */ 83 FT_Int32 t, t2; local in function:FT_MulFix_arm 98 : "=r"(a), "=&r"(t2), " [all...] |
| /xsrc/external/mit/libdrm/dist/tests/nouveau/ |
| H A D | threaded.c | 81 pthread_t t1, t2; local in function:main 132 pthread_create(&t2, NULL, openclose, nvdev); 136 pthread_join(t2, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_sse.h | 260 __m128i t2 = _mm_unpackhi_epi32(*a, *b); local in function:transpose4_epi32 265 *q = _mm_unpacklo_epi64(t2, t3); 266 *r = _mm_unpackhi_epi64(t2, t3); 286 __m128i t2 = *a23; local in function:transpose2_64_2_32 291 *q = _mm_unpacklo_epi64(t2, t3); 292 *r = _mm_unpackhi_epi64(t2, t3);
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | action.c | 424 unsigned t1 = act->flags, t2; local in function:HandleSetLatchMods 425 if (CheckModifierField(xkb, action->type, value, &t1, &t2)) 428 act->real_mods = act->mask = (t2 & 0xff); 429 t2 = (t2 >> 8) & 0xffff; 430 XkbSetModActionVMods(act, t2); 469 unsigned t1 = act->flags, t2; local in function:HandleLockMods 470 if (CheckModifierField(xkb, action->type, value, &t1, &t2)) 473 act->real_mods = act->mask = (t2 & 0xff); 474 t2 566 int t2; local in function:HandleSetLatchGroup 591 int t2; local in function:HandleLockGroup 1093 unsigned t1 = 0, t2; local in function:HandleRedirectKey [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glutint.h | 72 #define IS_AFTER(t1, t2) ((t2).val > (t1).val) 74 #define IS_AT_OR_AFTER(t1, t2) ((t2).val >= (t1).val) 103 #define IS_AFTER(t1, t2) \ 104 (((t2).tv_sec > (t1).tv_sec) || \ 105 (((t2).tv_sec == (t1).tv_sec) && \ 106 ((t2).tv_usec > (t1).tv_usec))) 107 #define IS_AT_OR_AFTER(t1, t2) \ 108 (((t2) [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glutint.h | 90 #define IS_AFTER(t1, t2) ((t2).val > (t1).val) 92 #define IS_AT_OR_AFTER(t1, t2) ((t2).val >= (t1).val) 121 #define IS_AFTER(t1, t2) \ 122 (((t2).tv_sec > (t1).tv_sec) || \ 123 (((t2).tv_sec == (t1).tv_sec) && \ 124 ((t2).tv_usec > (t1).tv_usec))) 125 #define IS_AT_OR_AFTER(t1, t2) \ 126 (((t2) [all...] |
| /xsrc/external/mit/xtrap/dist/ |
| H A D | xtrapin.c | 216 register INT32 delta, t1, t2; local in function:main 219 t1 = rec.ts; t2 = last_time; /* move to signed variables */ 220 delta = abs(t1 - t2); /* protect from clock roll-over */
|
| /xsrc/external/mit/mesa-demos/dist/src/util/ |
| H A D | trackball.c | 254 float t1[4], t2[4], t3[4]; local in function:add_quats 265 vcopy(q2,t2); 266 vscale(t2,q1[3]); 269 vadd(t1,t2,tf);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | u_vector.h | 84 #define __builtin_types_compatible_p(t1, t2) 1
|