Searched refs:fd_d (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/none/tests/mips32/ |
D | 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; in arithmeticOperations() local 101 printf("%s %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i]); in arithmeticOperations() 109 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]); in arithmeticOperations() 117 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]); in arithmeticOperations() 125 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]); in arithmeticOperations() 133 printf("%s %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i]); in arithmeticOperations() [all …]
|
D | 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; in FCSRRoundingMode() local 218 printf("%s %lf %lf\n", flt_round_op_names[op1], fd_d, fs_f[i]); in FCSRRoundingMode() 222 printf("%s %lf %d\n", flt_round_op_names[op1], fd_d, fs_w[i]); in FCSRRoundingMode()
|