Home
last modified time | relevance | path

Searched refs:ULtod (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/contrib/gdtoa/
Dstrtord.c36 ULtod(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtod() function
38 ULtod(ULong *L, ULong *bits, Long exp, int k)
92 ULtod((ULong*)d, bits, exp, k);
Dgdtoaimp.h545 #define ULtod __ULtod_D2A macro
597 extern void ULtod ANSI((ULong*, ULong*, Long, int));
Dstrtod.c195 ULtod(((U*)&rv)->L, bits, exp, i);