| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/fragment-shader/ |
| H A D | frag-abs.sh | 11 ABS OUT[0], TEMP[0]
|
| H A D | frag-lrp.sh | 8 ABS TEMP[0], IN[0]
|
| H A D | frag-tempx.sh | 12 ABS OUT[0], TEMPX[0][1]
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/ |
| H A D | frag-abs.sh | 11 ABS OUT[0], TEMP[0]
|
| H A D | frag-lrp.sh | 8 ABS TEMP[0], IN[0]
|
| H A D | frag-tempx.sh | 12 ABS OUT[0], TEMPX[0][1]
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/vertex-shader/ |
| H A D | vert-abs.sh | 12 ABS OUT[0], TEMP[0]
|
| H A D | vert-lrp.sh | 10 ABS TEMP[0], IN[0]
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/ |
| H A D | vert-abs.sh | 12 ABS OUT[0], TEMP[0]
|
| H A D | vert-lrp.sh | 10 ABS TEMP[0], IN[0]
|
| /xsrc/external/mit/glu/dist/src/libtess/ |
| H A D | geom.h | 68 #undef ABS 69 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro 70 #define VertL1dist(u,v) (ABS(u->s - v->s) + ABS(u->t - v->t))
|
| H A D | normal.c | 64 #undef ABS 65 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro 71 if( ABS(v[1]) > ABS(v[0]) ) { i = 1; } 72 if( ABS(v[2]) > ABS(v[i]) ) { i = 2; }
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | ft.h | 53 #ifndef ABS 54 #define ABS(x) ((x) >= 0 ? (x) : -(x)) macro
|
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| H A D | ft.h | 53 #ifndef ABS 54 #define ABS(x) ((x) >= 0 ? (x) : -(x)) macro
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | util.h | 41 #ifndef ABS 42 #define ABS(x) ((x)<0?-(x):(x)) macro
|
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | vmware.h | 180 #define ABS(x) (((x) >= 0) ? (x) : -(x)) macro 183 (ABS(((a).x1 + (a).x2) - ((b).x1 + (b).x2)) <= \ 185 ABS(((a).y1 + (a).y2) - ((b).y1 + (b).y2)) <= \
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | riva_hw.c | 104 #define ABS(a) ((a) > 0 ? (a) : -(a)) macro 291 if (ABS(ainfo->gburst_size) + ((ABS(ainfo->wcglwm) + 16 ) & ~0x7) - tmp > max_gfsize) 298 if (ABS(ainfo->vburst_size) + (ABS(ainfo->wcvlwm + 32) & ~0xf) - tmp> VFIFO_SIZE) 303 if (ABS(ainfo->gocc) > max_gfsize) 308 if (ABS(ainfo->vocc) > VFIFO_SIZE) 313 if (ABS(ainfo->mocc) > MFIFO_SIZE) 318 if (ABS(vfsize) > VFIFO_SIZE) 323 if (ABS(gfsiz [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 36 #define ABS(X) ((X) < 0 ? -(X) : (X)) macro 121 const GLint srcWidth = ABS(srcX1 - srcX0); 122 const GLint dstWidth = ABS(dstX1 - dstX0); 123 const GLint srcHeight = ABS(srcY1 - srcY0); 124 const GLint dstHeight = ABS(dstY1 - dstY0); 522 const GLint srcWidth = ABS(srcX1 - srcX0); 523 const GLint dstWidth = ABS(dstX1 - dstX0); 524 const GLint srcHeight = ABS(srcY1 - srcY0); 525 const GLint dstHeight = ABS(dstY1 - dstY0);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 36 #define ABS(X) ((X) < 0 ? -(X) : (X)) macro 121 const GLint srcWidth = ABS(srcX1 - srcX0); 122 const GLint dstWidth = ABS(dstX1 - dstX0); 123 const GLint srcHeight = ABS(srcY1 - srcY0); 124 const GLint dstHeight = ABS(dstY1 - dstY0); 522 const GLint srcWidth = ABS(srcX1 - srcX0); 523 const GLint dstWidth = ABS(dstX1 - dstX0); 524 const GLint srcHeight = ABS(srcY1 - srcY0); 525 const GLint dstHeight = ABS(dstY1 - dstY0);
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx2_accel.c | 1052 #define ABS(_val1, _val2) (((_val1) > (_val2)) ? ((_val1)-(_val2)) : ((_val2) - (_val1))) macro 1062 dx = ABS(x1, x0); 1063 dy = ABS(y1, y0); 1828 dx = ABS(x1, x0); 1829 dy = ABS(y1, y0); 2027 dx = ABS(x1, x0); 2028 dy = ABS(y1, y0);
|
| H A D | nsc_gx1_accel.c | 887 #define ABS(_val1, _val2) (((_val1) > (_val2)) ? ((_val1)-(_val2)) : ((_val2) - (_val1))) macro 897 dx = ABS(x1, x0); 898 dy = ABS(y1, y0); 1579 dx = ABS(x1, x0); 1580 dy = ABS(y1, y0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | program_lexer.l | 188 ABS{sat} { return_opcode( 1, VECTOR_OP, ABS, 3); }
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | program_lexer.l | 188 ABS{sat} { return_opcode( 1, VECTOR_OP, ABS, 3); }
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| H A D | gf100.asm | 41 // DIV S32, like DIV U32 after taking ABS(inputs)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| H A D | gf100.asm | 41 // DIV S32, like DIV U32 after taking ABS(inputs)
|