Searched defs:decimal (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dvsprintf.c113 * Format a decimal number
121 * Fills a buffer in reverse order with a formatted decimal number.
262 signed long decimal; local
265 decimal = va_arg ( args, signed long );
267 decimal = va_arg ( args, signed int );
269 ptr = format_decimal ( ptr, decimal, width, flags );
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c123 xmlSchemaValDecimal decimal; member in union:_xmlSchemaVal::__anon17129
248 ret->val->value.decimal.lo = value;
469 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal",
1257 * 2-digits integer part and may or may not have a decimal part.
1514 * then it must have an integer part and a decimal part; @num_type will
1515 * be set to 1. If there is no decimal part, @num_type is set to zero.
2262 * xs:decimal has a whitespace-facet value of 'collapse'.
2285 * and note the position of a decimal point.
2352 &v->value.decimal.lo,
2353 &v->value.decimal
[all...]

Completed in 59 milliseconds