Searched defs:S2F_type (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dstrtod.c29 #define S2F_type 1 macro
H A Dstrtold.c27 #define S2F_type 2 macro
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrntod.c29 #define S2F_type 1 macro
H A Dstrntold.c29 #define S2F_type 2 macro
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfstrtof.h35 * S2F_type 0:float 1:double 2:long.double
58 #define S2F_type 2 macro
65 #if S2F_type == 2 && _ast_fltmax_double
66 #undef S2F_type macro
67 #define S2F_type 1 macro
70 #if S2F_type == 0
83 #if S2F_type == 1
96 #if S2F_type == 2

Completed in 79 milliseconds