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

/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageTokenizer.cpp111 bool decimal = *fCurrentChar == '.'; local
/haiku/src/bin/debug/strace/
H A DContext.h27 Context(Syscall *sc, char *data, MemoryReader &reader, uint32 flags, bool decimal, uint64 returnValue = 0) argument
H A Dstrace.cpp332 print_syscall(FILE *outputFile, Syscall* syscall, debug_pre_syscall &message, MemoryReader &memoryReader, bool printArguments, uint32 contentsFlags, bool colorize, bool decimal, thread_id &currentThreadID) argument
385 print_syscall(FILE *outputFile, Syscall* syscall, debug_post_syscall &message, MemoryReader &memoryReader, bool printArguments, uint32 contentsFlags, bool printReturnValue, bool colorize, bool decimal, thread_id &currentThreadID) argument
/haiku/src/kits/locale/
H A DNumberFormat.cpp378 DecimalFormat* decimal = dynamic_cast<DecimalFormat*>(format); local
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c190 const char *decimal; local
[all...]
H A Dprintf_fp.c153 const char *decimal; local
[all...]
H A Dvfscanf.c287 wchar_t decimal; local
289 const char *decimal; local
[all...]
/haiku/src/kits/shared/
H A DExpressionParser.cpp288 void SetSeparators(BString decimal, BString group) argument
837 ExpressionParser::SetSeparators(BString decimal, BString group) argument
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c476 wchar_t decimal; variable
478 const char *decimal; variable
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...]

Completed in 68 milliseconds