HomeSort by relevance Sort by last modified time
    Searched refs:ft_d (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/none/tests/mips64/
fpu_arithmetic.c 34 flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]);
44 flt_art_op_names[op], round(fd_d), fs_d[i], ft_d[i]);
54 flt_art_op_names[op], round(fd_d), fs_d[i], ft_d[i]);
82 flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]);
116 fr_d[i], fs_d[i], ft_d[i]);
126 fr_d[i], fs_d[i], ft_d[i]);
136 fr_d[i], fs_d[i], ft_d[i]);
147 ft_d[i]);
macro_fpu.h 194 : "f" (fs_d[i]), "f" (ft_d[i]) \
212 : "f" (fr_d[i]), "f" (fs_d[i]) , "f" (ft_d[i]) \
257 : "f" (fs_d[i]) , "f" (ft_d[i]) \
261 instruction, outd, fs_d[i], ft_d[i]); \
303 : "f" (fs_d[i]) , "f" (ft_d[i]) \
307 instruction, outd, fs_d[i], ft_d[i]); \
349 : "f" (fs_d[i]) , "f" (ft_d[i]) \
353 instruction, outd, fs_d[i], ft_d[i]); \
const.h 115 const double ft_d[] = { variable
  /external/valgrind/main/none/tests/mips32/
fpu_branches.c 32 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]); \
FPUarithmetic.c 41 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]);

Completed in 58 milliseconds