Home
last modified time | relevance | path

Searched refs:STRTOG_Inexact (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/gdtoa/
H A DstrtodI.c75 if (k & STRTOG_Inexact) {
95 j = k & STRTOG_Inexact;
98 j = STRTOG_Inexact - j;
141 if (k & STRTOG_Inexact) {
H A DstrtoIg.c48 if (!(rv & STRTOG_Inexact)) {
53 rv1 = rv ^ STRTOG_Inexact;
H A Dgdtoa.h81 STRTOG_Inexact = 0x30, enumerator
H A Dstrtodg.c901 inex = STRTOG_Inexact - inex;
1048 if (irv & STRTOG_Inexact) {
H A Dgdtoa.c172 kind = *kindp &= ~STRTOG_Inexact;