Searched refs:Sign (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DParseGeom.c52 int Sign = 1; local in function:ReadInteger
59 Sign = -1;
66 if (Sign >= 0)
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Darbocclude.c39 static GLfloat Sign[NUM_OCC]; variable in typeref:typename:GLfloat[]
69 step = (time - lastTime) / 1000.0 * Sign[i];
75 Sign[i] = -1;
79 Sign[i] = +1;
263 Sign[i] = 1.0;
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dbeos_x11.cpp75 int Sign = 1; local in function:ReadInteger
82 Sign = -1;
89 if (Sign >= 0)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A DOpenCL.std.h174 Sign = 103, enumerator in enum:OpenCLstd
H A Dvtn_opencl.c94 case Sign: return nir_op_fsign;
276 case Sign:
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_x11.c295 int Sign = 1; local in function:ReadInteger
302 Sign = -1;
309 if (Sign >= 0)
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A DOpenCL.std.h177 Sign = 103, enumerator in enum:OpenCLLIB::Entrypoints
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.3.2.rst172 - spirv: Sign-extend array indices
H A D19.0.0.rst1310 - spirv: Sign-extend array indices
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst642 .. opcode:: SSG - Set Sign
1343 .. opcode:: ISSG - Integer Set Sign
1859 .. opcode:: DSSG - Set Sign
2042 .. opcode:: I64SSG - 64-bit Integer Set Sign
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst645 .. opcode:: SSG - Set Sign
1377 .. opcode:: ISSG - Integer Set Sign
1893 .. opcode:: DSSG - Set Sign
2076 .. opcode:: I64SSG - 64-bit Integer Set Sign

Completed in 15 milliseconds