Searched refs:STRTOG_Inexact (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/lib/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 in enum:__anon923
H A Dstrtodg.c901 inex = STRTOG_Inexact - inex;
1048 if (irv & STRTOG_Inexact) {
H A Dgdtoa.c172 kind = *kindp &= ~STRTOG_Inexact;
/barrelfish-master/include/
H A Dgdtoa.h81 STRTOG_Inexact = 0x30, enumerator in enum:__anon79

Completed in 52 milliseconds