OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XB
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/CodeGenCXX/
conversion-function.cpp
83
class
XB
{
89
class Yb : public
XB
{
96
int i = a; // OK. calls
XB
::operator int();
dynamic-cast-hint.cpp
19
class
XB
: public A { };
21
class X : public XA, public
XB
, public XC { };
/external/clang/test/SemaCXX/
conversion-function.cpp
82
class
XB
{
87
class Yb : public
XB
{
94
int i = a; // OK. calls
XB
::operator int();
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h
408
/** \brief Solve a triangular Sylvester equation AX +
XB
= C
460
// Compute
XB
= \sum_{k=1}^{j-1} X_{ik} B_{kj}
461
Scalar
XB
;
463
XB
= 0;
466
XB
= XBmatrix(0,0);
469
X(i,j) = (C(i,j) - AX -
XB
) / (A(i,i) + B(j,j));
/external/valgrind/main/VEX/priv/
guest_ppc_toIR.c
304
/* Extract
XB
(2nd source register) field, instr[1,15:11] */
[
all
...]
Completed in 537 milliseconds