Searched refs:decimal (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | psconv.c | 37 /* digits (both decimal and non-decimal) into numbers. */ 203 FT_Long decimal = 0; local in function:PS_Conv_ToFixed 242 /* read the decimal part */ 261 if ( divider < 0xCCCCCCCL && decimal < 0xCCCCCCCL ) 263 decimal = decimal * 10 + c; 298 if ( !integral && !decimal ) 312 if ( decimal >= 0xCCCCCCCL ) 319 decimal * [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | format_r11g11b10f.h | 121 float scale, decimal; local in function:uf11_to_f32 128 decimal = 1.0f + (float) mantissa / 64; 129 f32.f = scale * decimal; 203 float scale, decimal; local in function:uf10_to_f32 211 decimal = 1.0f + (float) mantissa / 32; 212 f32.f = scale * decimal;
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | format_r11g11b10f.h | 121 float scale, decimal; local in function:uf11_to_f32 128 decimal = 1.0f + (float) mantissa / 64; 129 f32.f = scale * decimal; 203 float scale, decimal; local in function:uf10_to_f32 211 decimal = 1.0f + (float) mantissa / 32; 212 f32.f = scale * decimal;
|
| /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/ |
| H A D | localuser.md | 7 '#', the rest of the string shall be treated as a decimal uid or gid, otherwise
|
| /xsrc/external/mit/libSM/dist/src/ |
| H A D | sm_genid.c | 151 unsigned char decimal[4];
|
| /xsrc/external/mit/xcalc/dist/ |
| H A D | actions.c | 55 static void decimal(Widget w, XEvent *ev, String *vector, Cardinal *count); 111 {"decimal", decimal}, /* decimal point */ 213 static void decimal(Widget w, XEvent *ev, String *vector, Cardinal *count) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | gl_XML.py | 30 from decimal import Decimal 614 # self.api_map[api] is a decimal value indicating the earliest
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | gl_XML.py | 28 from decimal import Decimal 622 # self.api_map[api] is a decimal value indicating the earliest
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.9.1.rst | 175 - glsl: new glsl_strtod() wrapper to fix decimal point interpretation
|
| H A D | 7.10.rst | 524 - glsl: new glsl_strtod() wrapper to fix decimal point interpretation
|
| H A D | 20.1.0.rst | 2880 - glx: print FPS with 2 decimal places
|
Completed in 18 milliseconds