OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decfloat
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/support/src/wcstox/
floatscan.c
87
static long double
decfloat
(FILE *f, int c, int bits, int emin, int sign, int pok)
function
524
return
decfloat
(f, c, bits, emin, sign, pok);
/prebuilts/ndk/r13/sources/android/support/src/wcstox/
floatscan.c
87
static long double
decfloat
(FILE *f, int c, int bits, int emin, int sign, int pok)
function
524
return
decfloat
(f, c, bits, emin, sign, pok);
Completed in 115 milliseconds