OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ABS
(Results
1 - 14
of
14
) sorted by relevancy
/xsrc/external/mit/ctwm/dist/
util.h
41
#ifndef
ABS
42
#define
ABS
(x) ((x)<0?-(x):(x))
/xsrc/external/mit/glu/dist/src/libtess/
geom.h
68
#undef
ABS
69
#define
ABS
(x) ((x) < 0 ? -(x) : (x))
70
#define VertL1dist(u,v) (
ABS
(u->s - v->s) +
ABS
(u->t - v->t))
normal.c
64
#undef
ABS
65
#define
ABS
(x) ((x) < 0 ? -(x) : (x))
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/
ft.h
53
#ifndef
ABS
54
#define
ABS
(x) ((x) >= 0 ? (x) : -(x))
/xsrc/external/mit/libXfont2/dist/src/FreeType/
ft.h
53
#ifndef
ABS
54
#define
ABS
(x) ((x) >= 0 ? (x) : -(x))
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_blit.c
36
#define
ABS
(X) ((X) < 0 ? -(X) : (X))
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.old/dist/src/mesa/swrast/
s_blit.c
36
#define
ABS
(X) ((X) < 0 ? -(X) : (X))
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/
nsc_gx1_accel.c
887
#define
ABS
(_val1, _val2) (((_val1) > (_val2)) ? ((_val1)-(_val2)) : ((_val2) - (_val1)))
897
dx =
ABS
(x1, x0);
898
dy =
ABS
(y1, y0);
1579
dx =
ABS
(x1, x0);
1580
dy =
ABS
(y1, y0);
nsc_gx2_accel.c
1052
#define
ABS
(_val1, _val2) (((_val1) > (_val2)) ? ((_val1)-(_val2)) : ((_val2) - (_val1)))
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);
/xsrc/external/mit/pixman/dist/pixman/
pixman.c
414
#define
ABS
(f) (((f) < 0)? (-(f)) : (f))
/xsrc/external/mit/xf86-video-vmware/dist/src/
vmware.h
180
#define
ABS
(x) (((x) >= 0) ? (x) : -(x))
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/
riva_hw.c
104
#define
ABS
(a) ((a) > 0 ? (a) : -(a))
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
(gfsize) > max_gfsize
[
all
...]
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_video.c
62
#undef
ABS
67
#define
ABS
(n) (((n) < 0) ? -(n) : (n))
/xsrc/external/mit/xf86-video-glint/dist/src/
pm2_video.c
45
#undef
ABS
50
#define
ABS
(n) (((n) < 0) ? -(n) : (n))
2091
int old_VideoOn =
ABS
(pPPriv->VideoOn);
2173
int old_VideoOn0 =
ABS
(pAPriv->Port[0].VideoOn);
2174
int old_VideoOn1 =
ABS
(pAPriv->Port[1].VideoOn);
Completed in 21 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026