Lines Matching refs:RsAllocation
101 float alpha, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Single()
102 float beta, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Single()
106 RsAllocation in_allocs[3] = {A, B, C}; in nScriptIntrinsicBLAS_Single()
115 double alpha, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Double()
116 double beta, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Double()
120 RsAllocation in_allocs[3] = {A, B, C}; in nScriptIntrinsicBLAS_Double()
128 float alphaX, float alphaY, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Complex()
129 … float betaX, float betaY, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Complex()
133 RsAllocation in_allocs[3] = {A, B, C}; in nScriptIntrinsicBLAS_Complex()
141 double alphaX, double alphaY, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Z()
142 … double betaX, double betaY, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Z()
146 RsAllocation in_allocs[3] = {A, B, C}; in nScriptIntrinsicBLAS_Z()
154 RsAllocation A, int a_offset, RsAllocation B, int b_offset, in nScriptIntrinsicBLAS_BNNM()
155 RsAllocation C, int c_offset, int c_mult_int) { in nScriptIntrinsicBLAS_BNNM()
167 RsAllocation in_allocs[3] = {A, B, C}; in nScriptIntrinsicBLAS_BNNM()