Home
last modified time | relevance | path

Searched refs:fd_f (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/none/tests/mips32/
DFPUarithmetic.c77 fd_f = 0; \
80 : "=f"(fd_f) : "f"(fs_f[i]));
83 fd_f = 0; \
86 : "=f"(fd_f) : "f"(fs_f[i]) , "f"(ft_f[i]));
130 float fd_f = 0; in arithmeticOperations() local
141 printf("%s %f %f\n", flt_art_op_names[op], fd_f, fs_f[i]); in arithmeticOperations()
149 printf("%s %f %f %f\n", flt_art_op_names[op], fd_f, fs_f[i], ft_f[i]); in arithmeticOperations()
157 printf("%s %f %f %f\n", flt_art_op_names[op], fd_f, fs_f[i], ft_f[i]); in arithmeticOperations()
165 printf("%s %f %f %f\n", flt_art_op_names[op], fd_f, fs_f[i], ft_f[i]); in arithmeticOperations()
173 printf("%s %f %f\n", flt_art_op_names[op], fd_f, fs_f[i]); in arithmeticOperations()
[all …]
Dround.c77 fd_f = 0; \
80 : "=r" (fcsr), "=f"(fd_f) \
91 fd_f = 0; \
94 : "=r" (fcsr), "=f"(fd_f) \
125 fd_f = 0; \
129 : "=r" (fcsr), "=f"(fd_f) \
225 float fd_f = 0; in FCSRRoundingMode() local
249 printf("%s %f %lf\n", flt_round_op_names[op1], fd_f, fs_d[i]); in FCSRRoundingMode()
254 printf("%s %f %d\n", flt_round_op_names[op1], fd_f, fs_w[i]); in FCSRRoundingMode()
/external/valgrind/none/tests/mips64/
Dfpu_arithmetic.c10 float fd_f = 0; in arithmeticOperations() local
21 printf("%s %f %f\n", flt_art_op_names[op], fd_f, fs_f[i]); in arithmeticOperations()
30 flt_art_op_names[op], fd_f, fs_f[i], ft_f[i]); in arithmeticOperations()
40 flt_art_op_names[op], roundf(fd_f), fs_f[i], ft_f[i]); in arithmeticOperations()
50 flt_art_op_names[op], roundf(fd_f), fs_f[i], ft_f[i]); in arithmeticOperations()
59 printf("%s %f %f\n", flt_art_op_names[op], fd_f, fs_f[i]); in arithmeticOperations()
68 flt_art_op_names[op], roundf(fd_f), fs_f[i]); in arithmeticOperations()
78 flt_art_op_names[op], fd_f, fs_f[i], ft_f[i]); in arithmeticOperations()
88 flt_art_op_names[op], roundf(fd_f), fs_f[i]); in arithmeticOperations()
99 flt_art_op_names[op], roundf(fd_f), fs_f[i]); in arithmeticOperations()
[all …]
Dmacro_fpu.h66 fd_f = 0; \
70 : "=r" (fcsr), "=f"(fd_f) \
84 fd_f = 0; \
88 : "=r" (fcsr), "=f"(fd_f) \
126 fd_f = 0; \
131 : "=r" (fcsr), "=f"(fd_f) \
159 fd_f = 0; \
164 : "=r" (fcsr), "=f"(fd_f) \
181 fd_f = 0; \
185 : "=r" (fcsr), "=f" (fd_f) \
[all …]
Dround.c105 float fd_f = 0; in FCSRRoundingMode() local
130 printf("%s %f %lf\n", flt_round_op_names[op1], fd_f, fs_d[i]); in FCSRRoundingMode()
135 printf("%s %f %d\n", flt_round_op_names[op1], fd_f, fs_w[i]); in FCSRRoundingMode()
165 printf("%s %f %ld\n", flt_round_op_names[op1], fd_f, fs_l[i]); in FCSRRoundingMode()
/external/ltp/testcases/kernel/fs/dmapi/
Dright.c48 int fd_f; variable
108 fd_f = open(DummyFile, O_RDWR | O_CREAT, DUMMY_FILE_RW_MODE); in main()
109 if (fd_f == -1) { in main()
129 rc = close(fd_f); in main()
534 rc = dm_fd_to_handle(fd_f, &fhanp, &fhlen); in DoTest()
781 if ((rc == dm_fd_to_handle(fd_f, &fhanp, &fhlen)) == -1) { in DoTest()
1089 if ((rc = dm_fd_to_handle(fd_f, &fhanp, &fhlen)) == -1) { in DoTest()
1476 if ((rc = dm_fd_to_handle(fd_f, &fhanp, &fhlen)) == -1) { in DoTest()
1828 if ((rc = dm_fd_to_handle(fd_f, &fhanp, &fhlen)) == -1) { in DoTest()
Dhandle.c861 int fd_f, fd_l; in main() local
866 if ((fd_f = in main()
871 close(fd_f); in main()
875 close(fd_f); in main()
878 if (fd_f == -1 || rc == -1 || fd_l == -1) { in main()
897 rc = close(fd_f); in main()
1009 int fd_f, fd_l; in main() local
1017 if ((fd_f = in main()
1024 close(fd_f); in main()
1028 close(fd_f); in main()
[all …]