Lines Matching refs:Dr
1148 Double Dr; in structure_tests() local
1225 Dr = D_fDd(f1,D2,d3); in structure_tests()
1226 fprintf(out,"->{%g}\n",Dr.x); in structure_tests()
1228 Dr.x = 0.0; clear_traces(); in structure_tests()
1241 FFI_CALL(cif,D_fDd,args,&Dr); in structure_tests()
1244 fprintf(out,"->{%g}\n",Dr.x); in structure_tests()
1248 Dr = D_Dfd(D1,f2,d3); in structure_tests()
1249 fprintf(out,"->{%g}\n",Dr.x); in structure_tests()
1251 Dr.x = 0.0; clear_traces(); in structure_tests()
1264 FFI_CALL(cif,D_Dfd,args,&Dr); in structure_tests()
1267 fprintf(out,"->{%g}\n",Dr.x); in structure_tests()