Home
last modified time | relevance | path

Searched defs:A_ref (Results 1 – 13 of 13) sorted by relevance

/external/eigen/bench/btl/actions/
Daction_matrix_matrix_product_bis.hh60 typename Interface::gene_matrix A_ref; in calculate() local
Daction_rot.hh106 typename Interface::gene_vector A_ref; member in Action_rot
Daction_ata_product.hh130 typename Interface::gene_matrix A_ref; member in Action_ata_product
Daction_aat_product.hh130 typename Interface::gene_matrix A_ref; member in Action_aat_product
Daction_atv_product.hh117 typename Interface::gene_matrix A_ref; member in Action_atv_product
Daction_symv.hh125 typename Interface::gene_matrix A_ref; member in Action_symv
Daction_matrix_matrix_product.hh133 typename Interface::gene_matrix A_ref; member in Action_matrix_matrix_product
Daction_matrix_vector_product.hh136 typename Interface::gene_matrix A_ref; member in Action_matrix_vector_product
Daction_ger.hh116 typename Interface::gene_matrix A_ref; member in Action_ger
Daction_syr2.hh119 typename Interface::gene_matrix A_ref; member in Action_syr2
Daction_trmm.hh148 typename Interface::gene_matrix A_ref; member in Action_trmm
Daction_trisolve_matrix.hh148 typename Interface::gene_matrix A_ref; member in Action_trisolve_matrix
/external/python/pybind11/tests/
Dtest_virtual_functions.cpp300 virtual A &A_ref() { return a; } in TEST_SUBMODULE() function in TEST_SUBMODULE::OverrideTest
319 A &A_ref() override { PYBIND11_OVERRIDE(A &, OverrideTest, A_ref); } in TEST_SUBMODULE() function in TEST_SUBMODULE::PyOverrideTest