Home
last modified time | relevance | path

Searched refs:getV (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/libcxx/test/std/containers/views/span.cons/
Dcontainer.pass.cpp47 constexpr T const *getV() const {return &v_;} // for checking in getV() function
84 return s1.data() == val.getV() && s1.size() == 1; in testConstexprSpan()
92 return s1.data() == val.getV() && s1.size() == 1; in testConstexprSpanStatic()
102 assert(s1.data() == val.getV() && s1.size() == 1); in testRuntimeSpan()
103 assert(s2.data() == cVal.getV() && s2.size() == 1); in testRuntimeSpan()
113 assert(s1.data() == val.getV() && s1.size() == 1); in testRuntimeSpanStatic()
114 assert(s2.data() == cVal.getV() && s2.size() == 1); in testRuntimeSpanStatic()
Dcontainer.fail.cpp44 constexpr const T *getV() const {return &v_;} // for checking in getV() function
/external/libcxx/test/std/containers/views/span.cons/
Dcontainer.pass.cpp43 constexpr T const *getV() const {return &v_;} // for checking in getV() function
87 s1.data() == val.getV() && s1.size() == 1 in testConstexprSpan()
88 && s2.data() == val.getV() && s2.size() == 1; in testConstexprSpan()
98 assert(s1.data() == val.getV() && s1.size() == 1); in testRuntimeSpan()
99 assert(s2.data() == val.getV() && s2.size() == 1); in testRuntimeSpan()
Dcontainer.fail.cpp44 constexpr const T *getV() const {return &v_;} // for checking in getV() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DSingularValueDecompositionImpl.java122 cachedV = eigenDecomposition.getV(); in SingularValueDecompositionImpl()
126 cachedU = eigenDecomposition.getV().getSubMatrix(0, m - 1, 0, p - 1); in SingularValueDecompositionImpl()
133 cachedU = eigenDecomposition.getV(); in SingularValueDecompositionImpl()
138 cachedV = eigenDecomposition.getV().getSubMatrix(0,n-1,0,p-1); in SingularValueDecompositionImpl()
193 public RealMatrix getV() throws InvalidMatrixException { in getV() method in SingularValueDecompositionImpl
203 cachedVt = getV().transpose(); in getVT()
268 return new Solver(singularValues, getUT(), getV(), getRank() == Math in getSolver()
DEigenDecomposition.java55 RealMatrix getV(); in getV() method
DSingularValueDecomposition.java93 RealMatrix getV(); in getV() method
DBiDiagonalTransformer.java169 public RealMatrix getV() { in getV() method in BiDiagonalTransformer
DEigenDecompositionImpl.java159 public RealMatrix getV() throws InvalidMatrixException { in getV() method in EigenDecompositionImpl
/external/deqp-deps/glslang/Test/baseResults/
Dcontradict_0.geom.out14 0:10 Function Call: getV( ( global float)
26 0:6 Function Definition: getV( ( global float)
53 0:10 Function Call: getV( ( global float)
56 0:6 Function Definition: getV( ( global float)
/external/deqp-deps/glslang/Test/
Dcontradict_0.geom6 float getV();
10 float v = getV();
Dcontradict_1.geom6 float getV()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue115/
DParameterizedJavaBeanTest.java37 assertEquals("ID47", beanParsed.getV()); in testAsStandalone()
53 assertEquals("Val432", issueParsed.getBean().getV()); in testAsJavaBeanProperty()
DParameterizedBean.java30 public V getV() { in getV() method in ParameterizedBean
/external/clang/test/CodeGenCXX/
Dcatch-undef-behavior.cpp437 V getV();
448 const S& s = getV(); in upcast_to_vbase()
/external/llvm-project/clang/test/CodeGenCXX/
Dcatch-undef-behavior.cpp527 V getV();
538 const S& s = getV(); in upcast_to_vbase()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
DJDKScalarsTest.java68 char getV() { return _v; } in getV() method in JDKScalarsTest.CharacterBean
74 Character getV() { return _v; } in getV() method in JDKScalarsTest.CharacterWrapperBean
248 assertNull(wrapper.getV()); in testCharacterWrapper()
262 assertEquals('\u0000', charBean.getV()); in testCharacterWrapper()
/external/clang/include/clang/AST/
DStmtOpenMP.h1993 Expr *getV() { return cast_or_null<Expr>(*std::next(child_begin(), 3)); } in getV() function
1994 const Expr *getV() const { in getV() function
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h2536 Expr *getV() { return cast_or_null<Expr>(Data->getChildren()[2]); } in getV() function
2537 const Expr *getV() const { in getV() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2315 Record.AddStmt(D->getV()); in VisitOMPAtomicDirective()
/external/jline/
Djline-3.13.3.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jline/ org/ ...
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3236 S.getV(), S.getExpr(), S.getUpdateExpr(), in EmitOMPAtomicDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp5459 emitOMPAtomicExpr(*this, Kind, AO, S.isPostfixUpdate(), S.getX(), S.getV(), in EmitOMPAtomicDirective()
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...