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

  /external/valgrind/none/tests/mips32/
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; local
145 printf("%s %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i]);
153 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]);
161 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]);
169 printf("%s %lf %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]);
177 printf("%s %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i])
    [all...]
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; local
239 printf("%s %lf %lf\n", flt_round_op_names[op1], fd_d, fs_f[i]);
244 printf("%s %lf %d\n", flt_round_op_names[op1], fd_d, fs_w[i]);
  /external/valgrind/none/tests/mips64/
fpu_arithmetic.c 9 double fd_d = 0; local
25 printf("%s %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i]);
35 flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]);
45 flt_art_op_names[op], round(fd_d), fs_d[i], ft_d[i]);
55 flt_art_op_names[op], round(fd_d), fs_d[i], ft_d[i]);
63 printf("%s %lf %lf\n", flt_art_op_names[op], fd_d, fs_d[i]);
73 flt_art_op_names[op], round(fd_d), fs_d[i]);
83 flt_art_op_names[op], fd_d, fs_d[i], ft_d[i]);
93 flt_art_op_names[op], round(fd_d), fs_d[i]);
106 flt_art_op_names[op], round(fd_d), fs_d[i])
    [all...]
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...]
round.c 104 double fd_d = 0; local
120 printf("%s %lf %lf\n", flt_round_op_names[op1], fd_d, fs_f[i]);
125 printf("%s %lf %d\n", flt_round_op_names[op1], fd_d, fs_w[i]);
150 printf("%s %lf %ld\n", flt_round_op_names[op1], fd_d, fs_l[i]);
  /system/vold/
Process.cpp 100 auto fd_d = std::unique_ptr<DIR, int (*)(DIR*)>(opendir(fd_path.c_str()), closedir); local
101 if (!fd_d) {
105 while ((fd_de = readdir(fd_d.get())) != nullptr) {

Completed in 1005 milliseconds