Searched refs:FLOAT (Results 1 – 10 of 10) sorted by relevance
31 template <class FLOAT> complex<FLOAT>32 cos (const complex<FLOAT>& x) in cos()34 return complex<FLOAT> (cos (real (x)) * cosh (imag (x)), in cos()38 template <class FLOAT> complex<FLOAT>39 cosh (const complex<FLOAT>& x) in cosh()41 return complex<FLOAT> (cosh (real (x)) * cos (imag (x)), in cosh()45 template <class FLOAT> complex<FLOAT>46 exp (const complex<FLOAT>& x) in exp()48 return polar (FLOAT (exp (real (x))), imag (x)); in exp()51 template <class FLOAT> complex<FLOAT>[all …]
4 #define FLOAT float macro
24 #ifndef FLOAT25 # define FLOAT double macro152 extern FLOAT MPN2FLOAT (mp_srcptr mpn, int exponent, int negative);208 static inline FLOAT434 FLOAT597 FLOAT retval = NAN;846 FLOAT result;1583 FLOAT
24 #define FLOAT float macro
27 # define FLOAT long double macro
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;
123 %token <f> FLOAT491 : FLOAT { $$ = $1; }492 | '-' FLOAT { $$ = -($2); }
28 typedef float FLOAT; typedef
54 %token STRING NUMBER FLOAT VOLTAGE CURRENT SIZE76 %type <flt> FLOAT160 vers_1: VERS_1 FLOAT
27 FLOAT134 ['-'] FLOAT