OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOnes
(Results
1 - 9
of
9
) sorted by null
/external/eigen/doc/snippets/
MatrixBase_isOnes.cpp
4
cout << "m.
isOnes
() returns: " << m.
isOnes
() << endl;
5
cout << "m.
isOnes
(1e-3) returns: " << m.
isOnes
(1e-3) << endl;
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLSL_impl.h
17
if (expr.
isOnes
()) {
29
if (in0.
isOnes
()) {
32
if (in1.
isOnes
()) {
47
if (in0.
isOnes
() && in1.
isOnes
()) {
59
if (in1.
isOnes
()) {
60
if (in0.
isOnes
()) {
74
if (this->
isOnes
()) {
GrGLSL.cpp
87
if (mulFactor.
isOnes
()) {
GrGLSL.h
88
bool
isOnes
() const { return kOnes_ExprType == fType; }
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLProgramBuilder.cpp
208
inColor->
isOnes
() ? NULL : inColor->c_str(), fCodeStage.stageIndex());
/external/eigen/test/
cwiseop.cpp
103
VERIFY(mones.
isOnes
());
/external/eigen/test/eigen2/
eigen2_cwiseop.cpp
61
VERIFY(mones.
isOnes
());
/external/eigen/Eigen/src/Core/
CwiseNullaryOp.h
553
* \sa Ones(), Ones(Index),
isOnes
(), class Ones
576
* \sa Ones(), Ones(Index,Index),
isOnes
(), class Ones
593
* \sa Ones(Index), Ones(Index,Index),
isOnes
(), class Ones
611
bool DenseBase<Derived>::
isOnes
DenseBase.h
348
bool
isOnes
(const RealScalar& prec = NumTraits<Scalar>::dummy_precision()) const;
Completed in 486 milliseconds