Searched refs:fd_d (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/none/tests/mips32/ |
D | FPUarithmetic.c | 71 fd_d = 0; \ 74 : "=f"(fd_d) : "f"(fs_d[i])); 89 fd_d = 0; \ 92 : "=f"(fd_d) : "f"(fs_d[i]) , "f"(ft_d[i])); 129 double fd_d = 0; in arithmeticOperations() local 145 printf("%s %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i]); in arithmeticOperations() 153 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]); in arithmeticOperations() 161 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]); in arithmeticOperations() 169 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]); in arithmeticOperations() 177 printf("%s %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i]); in arithmeticOperations() [all …]
|
D | round.c | 70 fd_d = 0; \ 73 : "=r" (fcsr), "=f"(fd_d) \ 84 fd_d = 0; \ 87 : "=r" (fcsr), "=f"(fd_d) \ 116 fd_d = 0; \ 120 : "=r" (fcsr), "=f"(fd_d) \ 224 double fd_d = 0; in FCSRRoundingMode() local 239 printf("%s %lf %lf\n", flt_round_op_names[op1], fd_d, fs_f[i]); in FCSRRoundingMode() 244 printf("%s %lf %d\n", flt_round_op_names[op1], fd_d, fs_w[i]); in FCSRRoundingMode()
|
/external/valgrind/none/tests/mips64/ |
D | fpu_arithmetic.c | 9 double fd_d = 0; in arithmeticOperations() local 25 printf("%s %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i]); in arithmeticOperations() 35 flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]); in arithmeticOperations() 45 flt_art_op_names[op], round(fd_d), fs_d[i], ft_d[i]); in arithmeticOperations() 55 flt_art_op_names[op], round(fd_d), fs_d[i], ft_d[i]); in arithmeticOperations() 63 printf("%s %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i]); in arithmeticOperations() 73 flt_art_op_names[op], round(fd_d), fs_d[i]); in arithmeticOperations() 83 flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]); in arithmeticOperations() 93 flt_art_op_names[op], round(fd_d), fs_d[i]); in arithmeticOperations() 106 flt_art_op_names[op], round(fd_d), fs_d[i]); in arithmeticOperations() [all …]
|
D | macro_fpu.h | 57 fd_d = 0; \ 61 : "=r" (fcsr), "=f"(fd_d) \ 75 fd_d = 0; \ 79 : "=r" (fcsr), "=f"(fd_d) \ 115 fd_d = 0; \ 120 : "=r" (fcsr), "=f"(fd_d) \ 137 fd_d = 0; \ 142 : "=r" (fcsr), "=f"(fd_d) \ 190 fd_d = 0; \ 194 : "=r" (fcsr), "=f"(fd_d) \ [all …]
|
D | round.c | 104 double fd_d = 0; in FCSRRoundingMode() local 120 printf("%s %lf %lf\n", flt_round_op_names[op1], fd_d, fs_f[i]); in FCSRRoundingMode() 125 printf("%s %lf %d\n", flt_round_op_names[op1], fd_d, fs_w[i]); in FCSRRoundingMode() 150 printf("%s %lf %ld\n", flt_round_op_names[op1], fd_d, fs_l[i]); in FCSRRoundingMode()
|