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

  /external/valgrind/main/none/tests/mips32/
FPUarithmetic.c 27 const double fs_d[] = { variable
67 : "=f"(fd_d) : "f"(fs_d[i]));
85 : "=f"(fd_d) : "f"(fs_d[i]) , "f"(ft_d[i]));
101 printf("%s %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i]);
109 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]);
117 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]);
125 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]);
133 printf("%s %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i]);
141 printf("%s %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i]);
149 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i])
    [all...]
round.c 34 const double fs_d[] = { variable
70 : "=f"(fd_d) : "f"(fs_d[i]));
88 : "=f"(fd_f) : "f"(fs_d[i]));
103 : "=r"(fd_w) : "f"(fs_d[i]) \
167 printf("%s %d %lf\n", flt_dir_op_names[op], fd_w, fs_d[i]);
175 printf("%s %d %lf\n", flt_dir_op_names[op], fd_w, fs_d[i]);
183 printf("%s %d %lf\n", flt_dir_op_names[op], fd_w, fs_d[i]);
191 printf("%s %d %lf\n", flt_dir_op_names[op], fd_w, fs_d[i]);
226 printf("%s %f %lf\n", flt_round_op_names[op1], fd_f, fs_d[i]);
238 printf("%s %d %lf\n", flt_round_op_names[op1], fd_w, fs_d[i])
    [all...]
vfp.c 24 double fs_d[] = { variable
134 : "r" (mem1), "r" (fs_d) \
156 : "r" (mem1), "r" (fs_d) \

Completed in 50 milliseconds