Searched refs:EXP (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/rc/
H A Dlexer.l77 EXP [eE][+-]?{DEC}+
111 {DEC}+{EXP} yylval.f = strtod(yytext, NULL); return FLOAT;
112 {DEC}*\.{DEC}+{EXP}? yylval.f = strtod(yytext, NULL); return FLOAT;
113 {DEC}+\.{DEC}*{EXP}? yylval.f = strtod(yytext, NULL); return FLOAT;
/haiku/src/libs/stdc++/legacy/
H A Dcinst.cc122 #ifdef EXP
/haiku/src/system/libroot/posix/glibc/misc/
H A Defgcvt_r.c54 #define EXP APPEND(exp, FLOAT_NAME_EXT) macro
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dgmp-impl.h80 #define EXP(x) ((x)->_mp_exp) macro

Completed in 108 milliseconds