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

/external/valgrind/main/none/tests/mips32/
H A Dfpu_branches.c66 double outd = 0; \
78 : "=f" (outd) \
83 instruction, outd, fs_d[i], ft_d[i]); \
109 double outd = 0; \
120 : "=f" (outd) \
125 instruction, outd, fs_d[i], ft_d[i]); \
152 double outd = 0; \
164 : "=f" (outd) \
169 instruction, outd, fs_d[i], ft_d[i]); \
/external/zlib/src/examples/
H A Dgun.c119 struct outd { struct
134 struct outd *me = (struct outd *)out_desc;
218 struct outd outd; /* output structure */ local
222 outd.outfile = outfile;
223 outd.check = 0;
281 if (outcnt && out(&outd, outbuf, outcnt)) {
353 if (out(&outd, outbuf, outcnt)) {
389 struct outd out local
[all...]
/external/valgrind/main/none/tests/mips64/
H A Dmacro_fpu.h242 double outd = 0; \
256 : "=f" (outd) \
261 instruction, outd, fs_d[i], ft_d[i]); \
289 double outd = 0; \
302 : "=f" (outd) \
307 instruction, outd, fs_d[i], ft_d[i]); \
335 double outd = 0; \
348 : "=f" (outd) \
353 instruction, outd, fs_d[i], ft_d[i]); \
/external/openfst/src/include/fst/
H A Ddeterminize.h560 Weight outd = Weight::Zero(); local
566 outd = Plus(outd, Times(element.weight, ind));
568 return outd;

Completed in 188 milliseconds