Searched refs:tmpf (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20030714-1.c116 EFloat tmpf; local
129 tmpf = _style->noninherited_flags.f._floating;
131 if(!this->isTableCell (this) && !(tmpf == FNONE))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20030714-1.c116 EFloat tmpf; local
129 tmpf = _style->noninherited_flags.f._floating;
131 if(!this->isTableCell (this) && !(tmpf == FNONE))
/netbsd-6-1-5-RELEASE/sbin/cgdconfig/
H A Dutils.c78 char *tmp1, *tmpf; local
91 tmp1 = tmpf = estrdup(line);
92 while ((cur = strsep_getnext(&tmpf, " \t")) != NULL)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/d10v/
H A Dsimops.c1150 uint16 foo, tmp, tmpf; local
1157 tmpf = (foo >= GPR (OP[1])) ? 1 : 0;
1158 hi = ((tmpf == 1) ? tmp : foo);
1159 lo = ((GPR (OP[0] + 1) << 1) | tmpf);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure16535 volatile float_type tmpf;
16544 f = cabsf(tmpf);
16545 f = cargf(tmpf);
16546 tmpf = ccosf(tmpf);
16547 tmpf = ccoshf(tmpf);
16548 tmpf = cexpf(tmpf);
16549 tmpf
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/sh/
H A Dinterp.c358 union fregs_u tmpf = saved_state.asregs.fregs[0]; local
360 saved_state.asregs.fregs[1] = tmpf;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/
H A Dconfigure7252 typedef __complex__ float float_type; float_type tmpf;
7253 cabsf(tmpf);
7254 cargf(tmpf);
7255 ccosf(tmpf);
7256 ccoshf(tmpf);
7257 cexpf(tmpf);
7258 clogf(tmpf);
7259 csinf(tmpf);
7260 csinhf(tmpf);
7261 csqrtf(tmpf);
[all...]

Completed in 225 milliseconds