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