| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| ps_pk.orth | 52 06d2
|
| ur.orth | 54 06d2
|
| fur.orth | 33 00d2
|
| rm.orth | 37 00d2
|
| gd.orth | 38 00d2
|
| mt.orth | 41 00d2
|
| no.orth | 45 00d2
|
| oc.orth | 40 00d2
|
| it.orth | 39 00d2-00d3
|
| nn.orth | 32 00d2-00d4
|
| yo.orth | 40 00d2 70 01d1-01d2
|
| chm.orth | 102 04d2
|
| pt.orth | 42 00d2
|
| vi.orth | 34 00d2-00d5
|
| /xsrc/external/mit/glu/dist/src/libtess/ |
| geom.c | 204 GLUvertex *o2, GLUvertex *d2, 206 /* Given edges (o1,d1) and (o2,d2), compute their point of intersection. 222 if( ! VertLeq( o2, d2 )) { Swap( o2, d2 ); } 223 if( ! VertLeq( o1, o2 )) { Swap( o1, o2 ); Swap( d1, d2 ); } 228 } else if( VertLeq( d1, d2 )) { 231 z2 = EdgeEval( o2, d1, d2 ); 235 /* Interpolate between o2 and d2 */ 237 z2 = -EdgeSign( o1, d2, d1 ); 239 v->s = Interpolate( z1, o2->s, z2, d2->s ) [all...] |
| normal.c | 80 GLdouble maxVal[3], minVal[3], d1[3], d2[3], tNorm[3]; local 118 d2[0] = v->coords[0] - v2->coords[0]; 119 d2[1] = v->coords[1] - v2->coords[1]; 120 d2[2] = v->coords[2] - v2->coords[2]; 121 tNorm[0] = d1[1]*d2[2] - d1[2]*d2[1]; 122 tNorm[1] = d1[2]*d2[0] - d1[0]*d2[2]; 123 tNorm[2] = d1[0]*d2[1] - d1[1]*d2[0] [all...] |
| /xsrc/external/mit/freetype/dist/src/tools/ |
| test_trig.c | 25 double d2; local 29 d2 = cos( i*SPI ); 30 f2 = (FT_Fixed)(d2*65536.0); 36 (i >> 16), f1/65536.0, (i >> 16), d2 ); 51 double d2; local 55 d2 = sin( i*SPI ); 56 f2 = (FT_Fixed)(d2*65536.0); 62 (i >> 16), f1/65536.0, (i >> 16), d2 ); 77 double d2; local 81 d2 = tan( i*SPI ) [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| geode_common.c | 47 : "=&c" (d0), "=&S" (d1), "=&D" (d2) \ 55 : "=&c" (d0), "=&S" (d1), "=&D" (d2) \ 63 : "=&c" (d0), "=&S" (d1), "=&D" (d2) \ 72 : "=&c" (d0), "=&S" (d1), "=&D" (d2) \ 81 int d0, d1, d2; local
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| m_debug_norm.c | 201 GLfloat d2[TEST_COUNT][4], r2[TEST_COUNT][4], length[TEST_COUNT]; local 241 ASSIGN_3V( d2[i], 0.0, 0.0, 0.0 ); 259 dest2->data = d2; 260 dest2->start = (GLfloat *) d2; 312 if ( significand_match( d2[i][j], r2[i][j] ) < REQUIRED_PRECISION ) { 316 d2[i][0], r2[i][0], r2[i][0]/d2[i][0], 317 MAX_PRECISION - significand_match( d2[i][0], r2[i][0] ) ); 319 d2[i][1], r2[i][1], r2[i][1]/d2[i][1] [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| m_debug_norm.c | 202 GLfloat d2[TEST_COUNT][4], r2[TEST_COUNT][4], length[TEST_COUNT]; local 242 ASSIGN_3V( d2[i], 0.0, 0.0, 0.0 ); 260 dest2->data = d2; 261 dest2->start = (GLfloat *) d2; 313 if ( significand_match( d2[i][j], r2[i][j] ) < REQUIRED_PRECISION ) { 317 d2[i][0], r2[i][0], r2[i][0]/d2[i][0], 318 MAX_PRECISION - significand_match( d2[i][0], r2[i][0] ) ); 320 d2[i][1], r2[i][1], r2[i][1]/d2[i][1] [all...] |
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| ftcache.h | 697 #define FTC_IMAGE_TYPE_COMPARE( d1, d2 ) \ 698 ( (d1)->face_id == (d2)->face_id && \ 699 (d1)->width == (d2)->width && \ 700 (d1)->flags == (d2)->flags )
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| file.c | 42 DisplayTypeMatch (DisplayType d1, DisplayType d2) 44 return d1.location == d2.location && 45 d1.lifetime == d2.lifetime && 46 d1.origin == d2.origin;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_dummy_bufmgr.h | 11 static inline int radeon_cs_begin(Bool dummy, int d2, const char *file,
|
| /xsrc/external/mit/xkbcomp/dist/ |
| parseutils.h | 45 #define d2(str,a,b) fprintf(stderr,str,a,b); macro 49 #define d2(str,a,b) macro
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-arm-neon-asm-bilinear.S | 203 vuzp.u8 d2, d3 205 vuzp.u8 d0, d2 206 convert_8888_to_0565 d2, d1, d0, q1, \tmp1, \tmp2 208 vst1.16 {d2}, [OUT]! 210 vst1.32 {d2[0]}, [OUT]! 212 vst1.16 {d2[0]}, [OUT]! 478 bilinear_load_\()\src_fmt d0, d1, d2 484 vshll.u16 q0, d2, #BILINEAR_INTERPOLATION_BITS 485 vmlsl.u16 q0, d2, d30 510 vshll.u16 q0, d2, #BILINEAR_INTERPOLATION_BIT [all...] |