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

/xsrc/external/mit/freetype/dist/src/psaux/
H A Dpsconv.c37 /* 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 Dformat_r11g11b10f.h121 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 Dformat_r11g11b10f.h121 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 Dlocaluser.md7 '#', the rest of the string shall be treated as a decimal uid or gid, otherwise
/xsrc/external/mit/libSM/dist/src/
H A Dsm_genid.c151 unsigned char decimal[4];
/xsrc/external/mit/xcalc/dist/
H A Dactions.c55 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 Dgl_XML.py30 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 Dgl_XML.py28 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 D7.9.1.rst175 - glsl: new glsl_strtod() wrapper to fix decimal point interpretation
H A D7.10.rst524 - glsl: new glsl_strtod() wrapper to fix decimal point interpretation
H A D20.1.0.rst2880 - glx: print FPS with 2 decimal places

Completed in 18 milliseconds