OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STRTOG_Inexhi
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa.h
80
STRTOG_Inexhi
= 0x020, /* returned result rounded away from zero */
84
STRTOG_Neg = 0x100 /* does not affect STRTOG_Inexlo or
STRTOG_Inexhi
*/
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoa.h
82
STRTOG_Inexhi
= 0x20,
/prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c
379
STRTOG_Neg = 0x08, /* does not affect STRTOG_Inexlo or
STRTOG_Inexhi
*/
381
STRTOG_Inexhi
= 0x20, /* returned result rounded away from zero */
[
all
...]
/prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c
379
STRTOG_Neg = 0x08, /* does not affect STRTOG_Inexlo or
STRTOG_Inexhi
*/
381
STRTOG_Inexhi
= 0x20, /* returned result rounded away from zero */
[
all
...]
Completed in 46 milliseconds