Searched refs:integers (Results 1 - 25 of 50) sorted by relevance

12

/xsrc/external/mit/xedit/dist/lisp/
H A Dmath.c780 gcd &rest integers
784 LispObj *integers, *integer, *operand; local in function:Lisp_Gcd
786 integers = ARGUMENT(0);
788 if (!CONSP(integers))
791 integer = CAR(integers);
795 integers = CDR(integers);
797 for (; CONSP(integers); integers = CDR(integers)) {
943 LispObj *integers, *operand; local in function:Lisp_Lcm
988 LispObj *integers; local in function:Lisp_Logand
1009 LispObj *integers; local in function:Lisp_Logeqv
1030 LispObj *integers; local in function:Lisp_Logior
1071 LispObj *integers; local in function:Lisp_Logxor
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dformat.rst13 Format aliases like XYZWstrq are (s+t+r+q)-bit integers in host endianness,
25 - ``NORM``: Normalized integers, signed or unsigned per channel
31 integers in shaders, while the latter are floats; likewise for ``UINT`` versus
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dformat.rst13 Format aliases like XYZWstrq are (s+t+r+q)-bit integers in host endianness,
25 - ``NORM``: Normalized integers, signed or unsigned per channel
31 integers in shaders, while the latter are floats; likewise for ``UINT`` versus
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
H A Daddrtypes.h668 #error Unsupported compiler and/or operating system for 64-bit integers
701 #error Unsupported compiler and/or operating system for 64-bit integers
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
H A Daddrtypes.h694 #error Unsupported compiler and/or operating system for 64-bit integers
727 #error Unsupported compiler and/or operating system for 64-bit integers
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_256_avx2.inl109 // Multiply the packed 32-bit integers in a and b, producing intermediate 64-bit integers,
110 // and store the low 32 bits of the intermediate integers in dst.
H A Dsimdlib_128_avx.inl138 // Multiply the packed 32-bit integers in a and b, producing intermediate 64-bit integers,
139 // and store the low 32 bits of the intermediate integers in dst.
H A Dsimdlib_256_avx.inl215 // Multiply the packed 32-bit integers in a and b, producing intermediate 64-bit integers,
216 // and store the low 32 bits of the intermediate integers in dst.
H A Dsimdlib_512_avx512.inl183 // Multiply the packed 32-bit integers in a and b, producing intermediate 64-bit integers,
184 // and store the low 32 bits of the intermediate integers in dst.
H A Dsimdlib_512_emu.inl185 // Multiply the packed 32-bit integers in a and b, producing intermediate 64-bit integers,
186 // and store the low 32 bits of the intermediate integers in dst.
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_256_avx2.inl110 // Multiply the packed 32-bit integers in a and b, producing intermediate 64-bit integers,
111 // and store the low 32 bits of the intermediate integers in dst.
H A Dsimdlib_128_avx.inl138 // Multiply the packed 32-bit integers in a and b, producing intermediate 64-bit integers,
139 // and store the low 32 bits of the intermediate integers in dst.
H A Dsimdlib_256_avx.inl215 // Multiply the packed 32-bit integers in a and b, producing intermediate 64-bit integers,
216 // and store the low 32 bits of the intermediate integers in dst.
H A Dsimdlib_512_avx512.inl183 // Multiply the packed 32-bit integers in a and b, producing intermediate 64-bit integers,
184 // and store the low 32 bits of the intermediate integers in dst.
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.3.3.rst86 - freedreno/ir3: make TXQ return integers, not floats
91 - freedreno: positions come out as integers, not half-integers
H A D10.2.6.rst79 integers
H A D10.3.2.rst83 - glsl_to_tgsi: fix the value of gl_FrontFacing with native integers
H A D11.0.1.rst51 - i965/vec4_nir: Load constants as integers
H A D18.0.4.rst83 - intel/compiler: fix brw_imm_w for negative 16-bit integers
H A D10.4.3.rst61 cards don't support integers
H A D18.1.3.rst117 - mesa: fix glGetInteger64v for arrays of integers
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DEXT_shader_integer_mix.spec113 1) Should we allow linear interpolation of integers via a non-boolean
H A DMESA_query_renderer.spec110 integers specified by <value>. The values, data sizes, and descriptions
178 integers specified by <value>. The values, data sizes, and descriptions
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DEXT_shader_integer_mix.spec113 1) Should we allow linear interpolation of integers via a non-boolean
H A DMESA_query_renderer.spec110 integers specified by <value>. The values, data sizes, and descriptions
178 integers specified by <value>. The values, data sizes, and descriptions

Completed in 31 milliseconds

12