Home
last modified time | relevance | path

Searched refs:FLOAT (Results 1 – 10 of 10) sorted by relevance

/haiku/headers/cpp/std/
H A Dcomplext.cc31 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 …]
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtof.c4 #define FLOAT float macro
H A Dstrtod.c24 #ifndef FLOAT
25 # define FLOAT double macro
152 extern FLOAT MPN2FLOAT (mp_srcptr mpn, int exponent, int negative);
208 static inline FLOAT
434 FLOAT
597 FLOAT retval = NAN;
846 FLOAT result;
1583 FLOAT
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwcstof.c24 #define FLOAT float macro
H A Dwcstold.c27 # define FLOAT long double macro
/haiku/src/bin/rc/
H A Dlexer.l111 {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;
H A Dparser.y123 %token <f> FLOAT
491 : FLOAT { $$ = $1; }
492 | '-' FLOAT { $$ = -($2); }
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNoWindows.h28 typedef float FLOAT; typedef
/haiku/src/bin/pcmcia-cs/
H A Dyacc_cis.y54 %token STRING NUMBER FLOAT VOLTAGE CURRENT SIZE
76 %type <flt> FLOAT
160 vers_1: VERS_1 FLOAT
/haiku/docs/develop/build/rc/
H A Dgrammar.rst27 FLOAT
134 ['-'] FLOAT