Searched defs:ft_d (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/none/tests/mips32/
H A Dfpu_branches.c32 const double ft_d[] = { variable
79 : "f" (fs_d[i]) , "f" (ft_d[i]) \
83 instruction, outd, fs_d[i], ft_d[i]); \
121 : "f" (fs_d[i]) , "f" (ft_d[i]) \
125 instruction, outd, fs_d[i], ft_d[i]); \
165 : "f" (fs_d[i]) , "f" (ft_d[i]) \
169 instruction, outd, fs_d[i], ft_d[i]); \
H A DFPUarithmetic.c41 const double ft_d[] = { variable
90 : "=f"(fd_d) : "f"(fs_d[i]) , "f"(ft_d[i]));
151 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]);
159 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]);
167 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]);
191 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]);
/external/valgrind/main/none/tests/mips64/
H A Dconst.h115 const double ft_d[] = { variable

Completed in 185 milliseconds