Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicBLAS.java238 private void xGEMV_API_test(int trans, int incX, int incY, ArrayList<Allocation> mMatrix) { in xGEMV_API_test() argument
249 if (validateGEMV(elemA, trans, matA, vecX, incX, vecY, incY)) { in xGEMV_API_test()
252 mBLAS.SGEMV(trans, alphaS, matA, vecX, incX, betaS, vecY, incY); in xGEMV_API_test()
254 mBLAS.DGEMV(trans, alphaD, matA, vecX, incX, betaD, vecY, incY); in xGEMV_API_test()
256 mBLAS.CGEMV(trans, alphaC, matA, vecX, incX, betaC, vecY, incY); in xGEMV_API_test()
258 mBLAS.ZGEMV(trans, alphaZ, matA, vecX, incX, betaZ, vecY, incY); in xGEMV_API_test()
265 mBLAS.SGEMV(trans, alphaS, matA, vecX, incX, betaS, vecY, incY); in xGEMV_API_test()
270 mBLAS.DGEMV(trans, alphaD, matA, vecX, incX, betaD, vecY, incY); in xGEMV_API_test()
275 mBLAS.CGEMV(trans, alphaC, matA, vecX, incX, betaC, vecY, incY); in xGEMV_API_test()
280 mBLAS.ZGEMV(trans, alphaZ, matA, vecX, incX, betaZ, vecY, incY); in xGEMV_API_test()
[all …]
/cts/tools/dasm/src/java_cup/
Dlalr_state.java224 lalr_transition trans; in add_transition() local
227 trans = new lalr_transition(on_sym, to_st, _transitions); in add_transition()
228 _transitions = trans; in add_transition()
511 for (lalr_transition trans=transitions(); trans!=null; trans=trans.next()) in build_table_entries()
514 sym = trans.on_symbol(); in build_table_entries()
517 act = new shift_action(trans.to_state()); in build_table_entries()
537 our_red_row.under_non_term[sym.index()] = trans.to_state(); in build_table_entries()
/cts/tools/dex-tools/dex/
Dclasses0.out.dex20220 static java.util.Hashtable trans