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

  /external/valgrind/main/none/tests/mips32/
FPUarithmetic.c 64 fd_d = 0; \
67 : "=f"(fd_d) : "f"(fs_d[i]));
82 fd_d = 0; \
85 : "=f"(fd_d) : "f"(fs_d[i]) , "f"(ft_d[i]));
89 double fd_d = 0; local
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])
    [all...]
round.c 67 fd_d = 0; \
70 : "=f"(fd_d) : "f"(fs_d[i]));
79 fd_d = 0; \
82 : "=f"(fd_d) : "f"(fs_f[i]));
107 fd_d = 0; \
111 : "=f"(fd_d) : "r"(fs_w[i]) \
203 double fd_d = 0; local
218 printf("%s %lf %lf\n", flt_round_op_names[op1], fd_d, fs_f[i]);
222 printf("%s %lf %d\n", flt_round_op_names[op1], fd_d, fs_w[i]);

Completed in 46 milliseconds