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

/haiku-fatelf/src/bin/debug/strace/
H A DContext.h26 uint32 flags, bool decimal)
28 fFlags(flags), fDecimal(decimal) {}
25 Context(Syscall *sc, char *data, MemoryReader &reader, uint32 flags, bool decimal) argument
H A Dstrace.cpp76 " -i - Print integers in decimal format instead of hexadecimal.\n"
264 bool printReturnValue, bool colorize, bool decimal)
272 contentsFlags, decimal);
262 print_syscall(FILE *outputFile, debug_post_syscall &message, MemoryReader &memoryReader, bool printArguments, uint32 contentsFlags, bool printReturnValue, bool colorize, bool decimal) argument
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemastypes.c120 xmlSchemaValDecimal decimal; member in union:_xmlSchemaVal::__anon6089
245 ret->val->value.decimal.lo = value;
466 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal",
1254 * 2-digits integer part and may or may not have a decimal part.
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
2259 * xs:decimal has a whitespace-facet value of 'collapse'.
2282 * and note the position of a decimal point.
2349 &v->value.decimal.lo,
2350 &v->value.decimal
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c187 /* Locale-dependent representation of decimal point. */
188 const char *decimal;
205 /* The maximal exponent of two in decimal notation has 5 digits. */
216 /* The leading digit before the decimal point. */
232 /* Figure out the decimal point character. */
235 decimal = _NL_CURRENT (LC_NUMERIC, DECIMAL_POINT);
240 decimal = _NL_CURRENT (LC_MONETARY, MON_DECIMAL_POINT);
244 /* The decimal point character must never be zero. */
245 assert (*decimal != '\0' && decimalwc != L'\0');
359 the decimal poin
186 const char *decimal; local
[all...]
H A Dprintf_fp.c156 /* Locale-dependent representation of decimal point. */
157 const char *decimal;
250 /* Figure out the decimal point character. */
253 decimal = _NL_CURRENT (LC_NUMERIC, DECIMAL_POINT);
258 decimal = _NL_CURRENT (LC_MONETARY, MON_DECIMAL_POINT);
259 if (*decimal == '\0')
260 decimal = _NL_CURRENT (LC_NUMERIC, DECIMAL_POINT);
267 /* The decimal point character must not be zero. */
268 assert (*decimal != '\0');
693 /* The factor is right. Adapt binary and decimal
155 const char *decimal; local
[all...]
H A Dvfscanf.c287 wchar_t decimal; local
289 const char *decimal; local
350 /* Figure out the decimal point character. */
352 decimal = _NL_CURRENT_WORD (LC_NUMERIC, _NL_NUMERIC_DECIMAL_POINT_WC);
354 decimal = _NL_CURRENT (LC_NUMERIC, DECIMAL_POINT);
1162 case L_('u'): /* Unsigned decimal integer. */
1167 case L_('d'): /* Signed decimal integer. */
1603 if (c != decimal)
1610 /* Match against the decimal point. At this point
1613 (almost) never necessary since the decimal poin
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c1 /* Read decimal floating point numbers.
307 , const char *decimal, size_t decimal_len, const char *thousands
476 wchar_t decimal; variable
478 const char *decimal; variable
523 /* Find the locale's decimal point character. */
525 decimal = _NL_CURRENT_WORD (LC_NUMERIC, _NL_NUMERIC_DECIMAL_POINT_WC);
526 assert (decimal != L'\0');
529 decimal = _NL_CURRENT (LC_NUMERIC, DECIMAL_POINT);
530 decimal_len = strlen (decimal);
559 if (c == decimal
304 str_to_mpn(const STRING_TYPE *str, int digcnt, mp_limb_t *n, mp_size_t *nsize, int *exponent , const char *decimal, size_t decimal_len, const char *thousands ) argument
[all...]
/haiku-fatelf/src/bin/bc/dc/
H A Dnumeric.c287 int decimal;
323 decimal = 0;
336 ++decimal;
338 bc_divide(build, divisor, &build, decimal);
286 int decimal; variable
/haiku-fatelf/src/kits/shared/
H A DExpressionParser.cpp133 bool decimal = *fCurrentChar == '.' || *fCurrentChar == ',';
135 if (decimal || isdigit(*fCurrentChar)) {
/haiku-fatelf/src/bin/gawk/
H A Dbuiltin.c2336 int prec, /* indicates desired significant digits, not decimal places */
2373 prec -= expn; /* decimal precision */
2693 goto decimal;
2699 decimal:
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure6998 /* Check whether the decimal separator is a comma.
14521 /* Check whether the decimal separator is a comma.
42333 /* Check whether the decimal separator is a comma.
42440 /* Check whether the decimal separator is a comma.
42531 /* Check whether the decimal separator is a comma.
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x7 * convex-dep.c (comm_registers_info): accept decimal comm register
837 If they are less than +9, print them in signed decimal instead
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex2188 % #1 is the part of the @columnfraction before the decimal point, which
2190 % just throw it away). #2 is the decimal part, which we use as the
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex2066 % #1 is the part of the @columnfraction before the decimal point, which
2068 % just throw it away). #2 is the decimal part, which we use as the
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex2538 % #1 is the @columnfraction, usually a decimal number like .5, but might
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex2931 % #1 is the @columnfraction, usually a decimal number like .5, but might
/haiku-fatelf/src/bin/network/wget/
H A Dconfigure16568 /* Check whether the decimal separator is a comma.

Completed in 501 milliseconds