HomeSort by: relevance | last modified time | path
    Searched refs:decimal (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/psaux/
psconv.c 37 /* digits (both decimal and non-decimal) into numbers. */
203 FT_Long decimal = 0; local
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 *= 10
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/util/
format_r11g11b10f.h 121 float scale, decimal; local
128 decimal = 1.0f + (float) mantissa / 64;
129 f32.f = scale * decimal;
203 float scale, decimal; local
211 decimal = 1.0f + (float) mantissa / 32;
212 f32.f = scale * decimal;
  /xsrc/external/mit/MesaLib.old/dist/src/util/
format_r11g11b10f.h 121 float scale, decimal; local
128 decimal = 1.0f + (float) mantissa / 64;
129 f32.f = scale * decimal;
203 float scale, decimal; local
211 decimal = 1.0f + (float) mantissa / 32;
212 f32.f = scale * decimal;
  /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
localuser.md 7 '#', the rest of the string shall be treated as a decimal uid or gid, otherwise
  /xsrc/external/mit/libSM/dist/src/
sm_genid.c 151 unsigned char decimal[4];
  /xsrc/external/mit/xcalc/dist/
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
  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
gl_XML.py 28 from decimal import Decimal
622 # self.api_map[api] is a decimal value indicating the earliest
627 # Decimal('1.1') }.
669 version_decimal = Decimal(version_str)
680 self.deprecated = Decimal(deprecated)
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
gl_XML.py 30 from decimal import Decimal
614 # self.api_map[api] is a decimal value indicating the earliest
619 # Decimal('1.1') }.
655 version_decimal = Decimal(version_str)
666 self.deprecated = Decimal(deprecated)

Completed in 11 milliseconds