/external/libcxx/test/std/containers/views/span.cons/ |
D | container.pass.cpp | 43 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()
|
D | container.fail.cpp | 44 constexpr const T *getV() const {return &v_;} // for checking in getV() function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | SingularValueDecompositionImpl.java | 122 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()
|
D | EigenDecomposition.java | 55 RealMatrix getV(); in getV() method
|
D | SingularValueDecomposition.java | 93 RealMatrix getV(); in getV() method
|
D | BiDiagonalTransformer.java | 169 public RealMatrix getV() { in getV() method in BiDiagonalTransformer
|
D | EigenDecompositionImpl.java | 159 public RealMatrix getV() throws InvalidMatrixException { in getV() method in EigenDecompositionImpl
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | contradict_0.geom.out | 14 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/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | contradict_0.geom.out | 14 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/ |
D | contradict_0.geom | 6 float getV(); 10 float v = getV();
|
D | contradict_1.geom | 6 float getV()
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | contradict_0.geom | 6 float getV(); 10 float v = getV();
|
D | contradict_1.geom | 6 float getV()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue115/ |
D | ParameterizedJavaBeanTest.java | 37 assertEquals("ID47", beanParsed.getV()); in testAsStandalone() 53 assertEquals("Val432", issueParsed.getBean().getV()); in testAsJavaBeanProperty()
|
D | ParameterizedBean.java | 30 public V getV() { in getV() method in ParameterizedBean
|
/external/clang/test/CodeGenCXX/ |
D | catch-undef-behavior.cpp | 437 V getV(); 448 const S& s = getV(); in upcast_to_vbase()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/ |
D | JDKScalarsTest.java | 68 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/ |
D | StmtOpenMP.h | 1993 Expr *getV() { return cast_or_null<Expr>(*std::next(child_begin(), 3)); } in getV() function 1994 const Expr *getV() const { in getV() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 2315 Record.AddStmt(D->getV()); in VisitOMPAtomicDirective()
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 3236 S.getV(), S.getExpr(), S.getUpdateExpr(), in EmitOMPAtomicDirective()
|