| /xsrc/external/mit/xdm/dist/config/ |
| Xsetup_0 | 2 xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| aco_builder_h.py | 319 % for fixed in ['m0', 'vcc', 'exec', 'scc']: 320 Operand ${fixed}(Temp tmp) { 321 % if fixed == 'vcc' or fixed == 'exec': 326 op.setFixed(aco::${fixed}); 330 Definition ${fixed}(Definition def) { 331 % if fixed == 'vcc' or fixed == 'exec': 335 def.setFixed(aco::${fixed}); 339 Definition hint_${fixed}(Definition def) [all...] |
| /xsrc/external/ofl/font-liberation-ttf/dist/ |
| Makefile | 60 mv src/LiberationMono-Regular-fixed.ttf src/LiberationMono-Regular.ttf 61 mv src/LiberationMono-Italic-fixed.ttf src/LiberationMono-Italic.ttf 62 mv src/LiberationMono-Bold-fixed.ttf src/LiberationMono-Bold.ttf 63 mv src/LiberationMono-BoldItalic-fixed.ttf src/LiberationMono-BoldItalic.ttf 106 mv export/LiberationMono-Regular-fixed.ttf export/LiberationMono-Regular.ttf 107 mv export/LiberationMono-Italic-fixed.ttf export/LiberationMono-Italic.ttf 108 mv export/LiberationMono-Bold-fixed.ttf export/LiberationMono-Bold.ttf 109 mv export/LiberationMono-BoldItalic-fixed.ttf export/LiberationMono-BoldItalic.ttf
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_type.h | 81 * normalized values, or fixed point. 85 * Floating-point. Cannot be used with fixed. Integer numbers are 91 * Fixed-point. Cannot be used with floating. Integer numbers are 94 unsigned fixed:1; member in struct:lp_type 111 * For floating and fixed point formats it means the values should be 119 * For fixed point values, the fixed point is assumed to be at half the 188 type->fixed = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FIXED; 321 res_type.fixed = TRUE; 335 res_type.fixed = TRUE [all...] |
| lp_bld_const.c | 84 else if(type.fixed) 96 if(type.floating || type.fixed) 109 * else for the fixed points types and normalized integers. 154 if(type.fixed) 189 if(type.fixed) 263 else if(type.fixed)
|
| lp_bld_conv.c | 482 src_type.fixed == dst_type->fixed && 491 src_type.fixed == 0 && 494 dst_type->fixed == 0 && 598 src_type.fixed == 0 && 601 dst_type.fixed == 0 && 711 src_type.fixed == 0 && 714 dst_type.fixed == 0 && 856 if(!dst_type.fixed && !dst_type.sign && dst_type.norm) { 881 if (dst_type.sign && dst_type.norm && !dst_type.fixed) { [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_type.h | 81 * normalized values, or fixed point. 85 * Floating-point. Cannot be used with fixed. Integer numbers are 91 * Fixed-point. Cannot be used with floating. Integer numbers are 94 unsigned fixed:1; member in struct:lp_type 111 * For floating and fixed point formats it means the values should be 119 * For fixed point values, the fixed point is assumed to be at half the 188 type->fixed = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FIXED; 321 res_type.fixed = TRUE; 335 res_type.fixed = TRUE [all...] |
| lp_bld_const.c | 84 else if(type.fixed) 96 if(type.floating || type.fixed) 109 * else for the fixed points types and normalized integers. 154 if(type.fixed) 189 if(type.fixed) 263 else if(type.fixed)
|
| lp_bld_conv.c | 454 src_type.fixed == dst_type->fixed && 463 src_type.fixed == 0 && 466 dst_type->fixed == 0 && 570 src_type.fixed == 0 && 573 dst_type.fixed == 0 && 681 src_type.fixed == 0 && 684 dst_type.fixed == 0 && 826 if(!dst_type.fixed && !dst_type.sign && dst_type.norm) { 851 if (dst_type.sign && dst_type.norm && !dst_type.fixed) { [all...] |
| /xsrc/external/mit/xedit/dist/lisp/ |
| io.h | 76 unsigned int fixed : 1; /* if set, don't try to reallocate string */ member in struct:_LispString
|
| /xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/ |
| Bug Report.md | 2 - Check if a new version of Mesa is available which might have fixed the problem.
|
| Bug Report - AMD Radeon Vulkan.md | 2 - Check if a new version of Mesa is available which might have fixed the problem.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_test_main.c | 51 type.sign ? (type.floating || type.fixed ? "" : "s") : "u", 52 type.floating ? "f" : (type.fixed ? "h" : "i"), 204 if (type.fixed) 211 if (!type.fixed && !type.sign && type.width == 32) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| lp_test_main.c | 51 type.sign ? (type.floating || type.fixed ? "" : "s") : "u", 52 type.floating ? "f" : (type.fixed ? "h" : "i"), 204 if (type.fixed) 211 if (!type.fixed && !type.sign && type.width == 32) {
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| Makefile.sgi | 147 9_BY_15 = -misc-fixed-medium-r-normal--15-140-75-75-C-90-iso8859-1 148 8_BY_13 = -misc-fixed-medium-r-normal--13-120-75-75-C-80-iso8859-1 165 JIS = -jis-fixed-medium-r-normal--24-230-75-75-c-240-jisx0208.1983-0
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| gen_knobs.cpp | 94 str << std::showbase << std::setprecision(1) << std::fixed; member in class:std
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| sfdriver.c | 660 * Find the shortest decimal representation of a 16.16 fixed point 666 fixed2float( FT_Int fixed, 681 if ( fixed == 0 ) 687 if ( fixed < 0 ) 690 fixed = NEG_INT( fixed ); 693 int_part = ( fixed >> 16 ) & 0xFFFF; 694 frac_part = fixed & 0xFFFF; 733 an equivalent representation of `fixed'. 736 verified this by iterating over all possible fixed point numbers [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| gen_knobs.cpp | 123 str << std::showbase << std::setprecision(1) << std::fixed; member in class:std
|
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| polyDBG.cc | 560 int fixed = 0; local 579 break; //we fixed it 583 fixed = 0; 590 fixed = 1; 593 if(fixed == 0)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| builder_misc.cpp | 846 /// @brief Float / Fixed-point conversions 853 SWR_ASSERT((numIntBits + numFracBits) <= 32, "Can only handle 32-bit fixed-point values"); 854 Value* fixed = nullptr; local 858 fixed = FP_TO_SI(VROUND(FMUL(vFloat, VIMMED1(float(1 << numFracBits))), 884 fixed = ASHR(vFixed, vExtraBits, name); 887 return fixed; 895 SWR_ASSERT((numIntBits + numFracBits) <= 32, "Can only handle 32-bit fixed-point values"); 925 SWR_ASSERT((numIntBits + numFracBits) <= 32, "Can only handle 32-bit fixed-point values"); 926 Value* fixed = nullptr; local 930 fixed = FP_TO_UI(VROUND(FMUL(vFloat, VIMMED1(float(1 << numFracBits))) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| glX_server_table.py | 310 fixed = func[3] 319 print ' /* [%3u] = %5u */ {%3u, %s},' % (index, opcode, fixed, var_offset)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| glX_server_table.py | 310 fixed = func[3] 319 print ' /* [%3u] = %5u */ {%3u, %s},' % (index, opcode, fixed, var_offset)
|
| /xsrc/external/mit/xrandr/dist/ |
| keystone.5c | 371 fixed (real x) 409 fixed (m[i,0]), fixed (m[i,1]), fixed (m[i,2])); 615 printf ("fixed:\n");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| builder_misc.cpp | 780 /// @brief Float / Fixed-point conversions 787 SWR_ASSERT((numIntBits + numFracBits) <= 32, "Can only handle 32-bit fixed-point values"); 788 Value* fixed = nullptr; local 809 fixed = ASHR(vFixed, vExtraBits, name); 812 return fixed; 820 SWR_ASSERT((numIntBits + numFracBits) <= 32, "Can only handle 32-bit fixed-point values"); 850 SWR_ASSERT((numIntBits + numFracBits) <= 32, "Can only handle 32-bit fixed-point values"); 851 Value* fixed = nullptr; local 855 fixed = FP_TO_UI(VROUND(FMUL(vFloat, VIMMED1(float(1 << numFracBits))), 859 return fixed; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_lowering_gv100.cpp | 163 b->fixed = 1; 171 b->fixed = 1; 206 sync->fixed = 1;
|