Searched refs:ABS (Results 1 - 25 of 51) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/fragment-shader/
H A Dfrag-abs.sh11 ABS OUT[0], TEMP[0]
H A Dfrag-lrp.sh8 ABS TEMP[0], IN[0]
H A Dfrag-tempx.sh12 ABS OUT[0], TEMPX[0][1]
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/
H A Dfrag-abs.sh11 ABS OUT[0], TEMP[0]
H A Dfrag-lrp.sh8 ABS TEMP[0], IN[0]
H A Dfrag-tempx.sh12 ABS OUT[0], TEMPX[0][1]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/vertex-shader/
H A Dvert-abs.sh12 ABS OUT[0], TEMP[0]
H A Dvert-lrp.sh10 ABS TEMP[0], IN[0]
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/
H A Dvert-abs.sh12 ABS OUT[0], TEMP[0]
H A Dvert-lrp.sh10 ABS TEMP[0], IN[0]
/xsrc/external/mit/glu/dist/src/libtess/
H A Dgeom.h68 #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 Dnormal.c64 #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 Dft.h53 #ifndef ABS
54 #define ABS(x) ((x) >= 0 ? (x) : -(x)) macro
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dft.h53 #ifndef ABS
54 #define ABS(x) ((x) >= 0 ? (x) : -(x)) macro
/xsrc/external/mit/ctwm/dist/
H A Dutil.h41 #ifndef ABS
42 #define ABS(x) ((x)<0?-(x):(x)) macro
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmware.h180 #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 Driva_hw.c104 #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 Ds_blit.c36 #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 Ds_blit.c36 #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 Dnsc_gx2_accel.c1052 #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 Dnsc_gx1_accel.c887 #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 Dprogram_lexer.l188 ABS{sat} { return_opcode( 1, VECTOR_OP, ABS, 3); }
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_lexer.l188 ABS{sat} { return_opcode( 1, VECTOR_OP, ABS, 3); }
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgf100.asm41 // DIV S32, like DIV U32 after taking ABS(inputs)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgf100.asm41 // DIV S32, like DIV U32 after taking ABS(inputs)

Completed in 22 milliseconds

123