HomeSort by: relevance | last modified time | path
    Searched defs:ULtof (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gdtoa/
strtorf.c 38 ULtof(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k;
40 ULtof(ULong *L, ULong *bits, Long expt, int k)
92 ULtof((ULong*)f, bits, expt, k);
gdtoaimp.h 540 #define ULtof __ULtof_D2A
592 extern void ULtof ANSI((ULong*, ULong*, Long, int));

Completed in 205 milliseconds