Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dsmall_blas.h83 Bref(B, num_row_b, num_col_b); \
147 block.noalias() += Aref * Bref; in CERES_GEMM_BEGIN()
149 block.noalias() -= Aref * Bref; in CERES_GEMM_BEGIN()
151 block.noalias() = Aref * Bref; in CERES_GEMM_BEGIN()
207 block.noalias() += Aref.transpose() * Bref; in CERES_GEMM_BEGIN()
209 block.noalias() -= Aref.transpose() * Bref; in CERES_GEMM_BEGIN()
211 block.noalias() = Aref.transpose() * Bref; in CERES_GEMM_BEGIN()
/external/llvm/bindings/go/llvm/
DIRBindings.cpp94 void LLVMSetCurrentDebugLocation2(LLVMBuilderRef Bref, unsigned Line, in LLVMSetCurrentDebugLocation2() argument
97 unwrap(Bref)->SetCurrentDebugLocation( in LLVMSetCurrentDebugLocation2()
DIRBindings.h54 void LLVMSetCurrentDebugLocation2(LLVMBuilderRef Bref, unsigned Line,