Home
last modified time | relevance | path

Searched refs:realC (Results 1 – 3 of 3) sorted by relevance

/dports/math/clblast/CLBlast-1.1.0/src/kernels/level3/
H A Dcopy_fast.opencl23 typedef real realC;
25 typedef real2 realC;
27 typedef real4 realC;
29 typedef real8 realC;
31 typedef real16 realC;
40 __global const realC* restrict src,
41 __global realC* dest,
49 realC result;
/dports/math/gretl/gretl-2021d/lib/src/
H A Dvar.c1817 gretl_matrix *realC = C; in vma_rep() local
1829 if (realC == NULL) { in vma_rep()
1831 realC = gretl_identity_matrix_new(neqns); in vma_rep()
1832 if (realC == NULL) { in vma_rep()
1854 *err = real_point_responses(realA, realC, resp, 0, 0); in vma_rep()
1856 *err = real_point_responses(realA, realC, resp, -1, -1); in vma_rep()
1861 if (realC != C) { in vma_rep()
1862 gretl_matrix_free(realC); in vma_rep()
/dports/math/freefem++/FreeFem-sources-4.6/src/fflib/
H A Dlgmat.cpp1756 R realC(Complex c) {return c.real();} in realC() function
1771 mrr = new MatriceMorse<R>(*mr,realC); in Build_Matrice_Creuse_C2R()