Lines Matching refs:acc
8 define double @f1(double %f1, double %f2, double %acc) {
14 %negacc = fsub double -0.0, %acc
19 define double @f2(double %f1, double *%ptr, double %acc) {
25 %negacc = fsub double -0.0, %acc
30 define double @f3(double %f1, double *%base, double %acc) {
37 %negacc = fsub double -0.0, %acc
42 define double @f4(double %f1, double *%base, double %acc) {
53 %negacc = fsub double -0.0, %acc
58 define double @f5(double %f1, double *%base, double %acc) {
69 %negacc = fsub double -0.0, %acc
74 define double @f6(double %f1, double *%base, i64 %index, double %acc) {
82 %negacc = fsub double -0.0, %acc
87 define double @f7(double %f1, double *%base, i64 %index, double %acc) {
96 %negacc = fsub double -0.0, %acc
101 define double @f8(double %f1, double *%base, i64 %index, double %acc) {
111 %negacc = fsub double -0.0, %acc