HelenOS sources

double_to_fixed_str  871 common/printf/printf_core.c 		val_str.len = double_to_fixed_str(val, -1, precision + 1, buf, buf_size,
double_to_fixed_str 1088 common/printf/printf_core.c 		val_str.len = double_to_fixed_str(val, precision + 2, -1, buf, buf_size,
double_to_fixed_str 1148 common/printf/printf_core.c 		len = double_to_fixed_str(val, 1, -1, buf, buf_size, &dec_exp);
double_to_fixed_str  871 kernel/generic/common/printf/printf_core.c 		val_str.len = double_to_fixed_str(val, -1, precision + 1, buf, buf_size,
double_to_fixed_str 1088 kernel/generic/common/printf/printf_core.c 		val_str.len = double_to_fixed_str(val, precision + 2, -1, buf, buf_size,
double_to_fixed_str 1148 kernel/generic/common/printf/printf_core.c 		len = double_to_fixed_str(val, 1, -1, buf, buf_size, &dec_exp);
double_to_fixed_str  871 uspace/lib/c/common/printf/printf_core.c 		val_str.len = double_to_fixed_str(val, -1, precision + 1, buf, buf_size,
double_to_fixed_str 1088 uspace/lib/c/common/printf/printf_core.c 		val_str.len = double_to_fixed_str(val, precision + 2, -1, buf, buf_size,
double_to_fixed_str 1148 uspace/lib/c/common/printf/printf_core.c 		len = double_to_fixed_str(val, 1, -1, buf, buf_size, &dec_exp);
double_to_fixed_str   52 uspace/lib/c/include/double_to_str.h extern int double_to_fixed_str(struct ieee_double_t_tag, int, int, char *,
double_to_fixed_str  134 uspace/lib/c/test/double_to_str.c 	int ret = double_to_fixed_str(d, -1, 3, buf, size, &dec);
double_to_fixed_str  147 uspace/lib/c/test/double_to_str.c 	int ret = double_to_fixed_str(d, -1, 3, buf, size, &dec);
double_to_fixed_str  160 uspace/lib/c/test/double_to_str.c 	int ret = double_to_fixed_str(d, -1, 3, buf, size, &dec);
double_to_fixed_str  173 uspace/lib/c/test/double_to_str.c 	int ret = double_to_fixed_str(d, -1, 3, buf, size, &dec);
double_to_fixed_str  186 uspace/lib/c/test/double_to_str.c 	int ret = double_to_fixed_str(d, -1, 3, buf, size, &dec);
double_to_fixed_str  199 uspace/lib/c/test/double_to_str.c 	int ret = double_to_fixed_str(d, -1, 0, buf, size, &dec);
double_to_fixed_str   52 uspace/lib/posix/include/libc/double_to_str.h extern int double_to_fixed_str(struct ieee_double_t_tag, int, int, char *,
HelenOS homepage, sources at GitHub