| /xsrc/external/mit/pixman/dist/test/ |
| H A D | rotate-test.c | 31 #define F1 pixman_fixed_1 macro 39 TRANSFORM (0, -F1, F1, 0), /* correct 90 degree rotation */ 40 TRANSFORM (0, F1, -F1, 0), /* correct 270 degree rotation */ 41 TRANSFORM (F1, 0, 0, F1), /* correct identity */ 42 TRANSFORM (-F1, 0, 0, -F1), /* correct 180 degree rotation */
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcmd5.h | 157 /* The four core functions - F1 is optimized somewhat */ 159 /* #define F1(x, y, z) (x & y | ~x & z) */ 160 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro 161 #define F2(x, y, z) F1(z, x, y) 183 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); 184 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); 185 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); 186 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); 187 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); 188 MD5STEP(F1, [all...] |
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | genauth.c | 169 /* The four core functions - F1 is optimized somewhat */ 170 # define F1(x, y, z) (z ^ (x & (y ^ z))) macro 171 # define F2(x, y, z) F1 (z, x, y) 193 pmd5_step(F1, a, b, c, d, in[0] + 0xd76aa478, 7); 194 pmd5_step(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); 195 pmd5_step(F1, c, d, a, b, in[2] + 0x242070db, 17); 196 pmd5_step(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); 197 pmd5_step(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); 198 pmd5_step(F1, d, a, b, c, in[5] + 0x4787c62a, 12); 199 pmd5_step(F1, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_formats.c | 112 #define F1(c, p, n, r, g, b, a, t, s, u) \ macro 230 F1(A, RGTC1_UNORM, NONE, R, xx, xx, xx, UNORM, DXN1, T), 231 F1(A, RGTC1_SNORM, NONE, R, xx, xx, xx, SNORM, DXN1, T), 252 F1(D, ETC2_R11_UNORM, NONE, R, xx, xx, xx, UNORM, EAC, t), 253 F1(D, ETC2_R11_SNORM, NONE, R, xx, xx, xx, SNORM, EAC, t), 307 F1(A, R32_FLOAT, R32_FLOAT, R, xx, xx, xx, FLOAT, R32, IB), 308 F1(A, R32_UNORM, NONE, R, xx, xx, xx, UNORM, R32, T), 309 F1(A, R32_SNORM, NONE, R, xx, xx, xx, SNORM, R32, T), 330 F1(A, R16_FLOAT, R16_FLOAT, R, xx, xx, xx, FLOAT, R16, IB), 331 F1( [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_formats.c | 112 #define F1(c, p, n, r, g, b, a, t, s, u) \ macro 230 F1(A, RGTC1_UNORM, NONE, R, xx, xx, xx, UNORM, DXN1, T), 231 F1(A, RGTC1_SNORM, NONE, R, xx, xx, xx, SNORM, DXN1, T), 252 F1(D, ETC2_R11_UNORM, NONE, R, xx, xx, xx, UNORM, EAC, t), 253 F1(D, ETC2_R11_SNORM, NONE, R, xx, xx, xx, SNORM, EAC, t), 307 F1(A, R32_FLOAT, R32_FLOAT, R, xx, xx, xx, FLOAT, R32, IB), 308 F1(A, R32_UNORM, NONE, R, xx, xx, xx, UNORM, R32, T), 309 F1(A, R32_SNORM, NONE, R, xx, xx, xx, SNORM, R32, T), 330 F1(A, R16_FLOAT, R16_FLOAT, R, xx, xx, xx, FLOAT, R16, IB), 331 F1( [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vertex_generic.c | 868 #define EMIT5(NR, F0, F1, F2, F3, F4, NAME) \ 884 F1( &a[1], v + a[1].vertoffset, (GLfloat *)a[1].inputptr ); \ 906 #define EMIT2(F0, F1, NAME) EMIT5(2, F0, F1, insert_null, \ 909 #define EMIT3(F0, F1, F2, NAME) EMIT5(3, F0, F1, F2, insert_null, \ 912 #define EMIT4(F0, F1, F2, F3, NAME) EMIT5(4, F0, F1, F2, F3, \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vertex_generic.c | 868 #define EMIT5(NR, F0, F1, F2, F3, F4, NAME) \ 884 F1( &a[1], v + a[1].vertoffset, (GLfloat *)a[1].inputptr ); \ 906 #define EMIT2(F0, F1, NAME) EMIT5(2, F0, F1, insert_null, \ 909 #define EMIT3(F0, F1, F2, NAME) EMIT5(3, F0, F1, F2, insert_null, \ 912 #define EMIT4(F0, F1, F2, F3, NAME) EMIT5(4, F0, F1, F2, F3, \
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.2.rst | 35 - DXVK SIGBUS with Turnip on Poco F1 at loading to open world.
|
| H A D | 21.3.4.rst | 163 - radv: add drirc radv_disable_htile_layers and enable it for F1 2021
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | 00-mesa-defaults.conf | 887 <application name="F1 2021" application_name_match="F1_2021_dx12.exe">
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 2237 "F1" = : all : f.iconify 2332 # Pressing "F1" anywhere on the screen will cause all windows with name 2334 "F1" = : "xterm" : f.raise 2466 "F1" = c|s : all : f.changesize "640x480"
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | CHANGES.md | 894 "F1" = c|s: all : f.changesize "640x480" 2206 "F1" = : root : f.gotoworkspace "cognac"
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 18382 "description": "radv: add drirc radv_disable_htile_layers and enable it for F1 2021", [all...] |