Searched refs:fval (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr37617.c5 float fval; member in union:__anon1576
16 tok.fval = 0;
H A D930120-1.c29 float fval; member in union:__anon1139
129 printf("%-16.9f", fw.fval);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Dpr42181.f907 xopt,xnew,xpt,fval,gq,hq,pq,bmat,zmat,ndim,d,vlag,w,opt)
10 REAL(dp), DIMENSION(*), INTENT(inout) :: fval, gq, hq, pq local in subroutine:newuob
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dcvtf_1.c26 #define FCVT(ftype,itype,ival,fval) cvt_##itype##_to_##ftype (ival, fval);
27 #define FCVT_SISD(ftype,itype,ival,fval) cvt_##itype##_to_##ftype##_sisd (ival, fval);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/
H A D4879.cc62 int fval = fork(); local
63 if (fval == -1)
69 else if (fval == 0)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/showmanyc/char/
H A D9533-1.cc50 int fval = fork(); local
51 if (fval == -1)
56 else if (fval == 0)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/
H A D10097.cc69 int fval = fork(); local
70 if (fval == -1)
75 else if (fval == 0)
/haiku-buildtools/legacy/binutils/opcodes/
H A Dtic80-dis.c51 union { float f; long l; } fval;
53 fval.l = value;
54 (*info->fprintf_func) (info->stream, "%g", fval.f);
49 union { float f; long l; } fval; local
/haiku-buildtools/binutils/opcodes/
H A Dtic80-dis.c52 union { float f; long l; } fval;
54 fval.l = value;
55 (*info->fprintf_func) (info->stream, "%g", fval.f);
50 union { float f; long l; } fval; local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-lex.l436 float fval = 0.0;
446 fval = fval + digit;
452 value = (short) (fval * (1 << 15));
/haiku-buildtools/binutils/gas/config/
H A Dbfin-lex.l436 float fval = 0.0;
446 fval = fval + digit;
452 value = (short) (fval * (1 << 15));
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-lex.c3248 float fval = 0.0; local
3258 fval = fval + digit;
3264 value = (short) (fval * (1 << 15));
/haiku-buildtools/binutils/gas/
H A Dbfin-lex.c3439 float fval = 0.0; local
3449 fval = fval + digit;
3455 value = (short) (fval * (1 << 15));
/haiku-buildtools/legacy/gcc/libchill/
H A Dformat.c857 float fval; local
1081 fval = (float)dval;
1082 MOV4(io.__t.__locreal,&fval);
/haiku-buildtools/binutils/binutils/
H A Dobjcopy.c726 #define PARSE_FLAG(fname,fval) \
727 else if (strncasecmp (fname, s, len) == 0) ret |= fval
783 #define PARSE_FLAG(fname, fval) \
786 ret |= fval
788 #define PARSE_OTHER(fname, fval) \
791 fval = xstrndup (s + sizeof fname - 1, len - sizeof fname + 1)
/haiku-buildtools/legacy/binutils/binutils/
H A Dobjcopy.c559 #define PARSE_FLAG(fname,fval) \
560 else if (strncasecmp (fname, s, len) == 0) ret |= fval
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h2704 mpfr_to_unsigned_long(const mpfr_t fval, unsigned long *val) const;
H A Dexpressions.cc439 mpfr_t fval; local
440 if (!val->to_float(&fval))
445 ret = gogo->backend()->float_constant_expression(btype, fval);
446 mpfr_clear(fval);
8494 mpfr_t fval; local
8495 nc.get_float(&fval);
8496 Float_expression::export_float(exp, fval);
8497 mpfr_clear(fval);
15512 Numeric_constant::mpfr_to_unsigned_long(const mpfr_t fval, argument
15515 if (!mpfr_integer_p(fval))
[all...]
/haiku-buildtools/gcc/gcc/config/avr/
H A Davr.c13420 FIXED_VALUE_TYPE fval = TREE_FIXED_CST (tval);
13421 unsigned int bits = GET_MODE_BITSIZE (fval.mode);
13422 double_int ival = fval.data.sext (bits);
13429 fval.data = (ival == double_int::min_value (bits, false).sext (bits))
13433 return build_fixed (TREE_TYPE (tval), fval);

Completed in 421 milliseconds