OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ULtod
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtord.c
36
ULtod
(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
38
ULtod
(ULong *L, ULong *bits, Long exp, int k)
94
ULtod
((ULong*)d, bits, exp, k);
gdtoaimp.h
526
#define
ULtod
__ULtod_D2A
577
extern void
ULtod
ANSI((ULong*, ULong*, Long, int));
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoaimp.h
498
#define
ULtod
__ULtod_D2A
550
extern void
ULtod
(ULong*, ULong*, Long, int);
/prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c
556
ULtod
(ULong *L, ULong *bits, Long exp, int k)
1683
ULtod
(((U*)&rv)->L, bits, exp, i);
[
all
...]
/prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c
556
ULtod
(ULong *L, ULong *bits, Long exp, int k)
1683
ULtod
(((U*)&rv)->L, bits, exp, i);
[
all
...]
Completed in 2971 milliseconds