Home
last modified time | relevance | path

Searched refs:flt (Results 1 – 7 of 7) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtof.c13 #define SET_MANTISSA(flt, mant) \ argument
15 u.f = (flt); \
19 (flt) = u.f; \
H A Dstrtod.c42 # define SET_MANTISSA(flt, mant) \ argument
44 u.d = (flt); \
49 (flt) = u.d; \
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwcstof.c34 #define SET_MANTISSA(flt, mant) \ argument
36 u.f = (flt); \
40 (flt) = u.f; \
H A Dwcstold.c37 # define SET_MANTISSA(flt, mant) \ argument
39 u.d = (flt); \
44 (flt) = u.d; \
/haiku/src/bin/pcmcia-cs/
H A Dlex_cis.l59 flt [0-9]+\.[0-9]*
H A Dyacc_cis.y68 float flt; member
76 %type <flt> FLOAT
/haiku/src/system/libroot/os/arch/sparc/
H A Dsoftfloat.c161 _QP_CMP(flt, 1, FCC_LT)