Home
last modified time | relevance | path

Searched defs:getU (Results 1 – 23 of 23) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLX25519Key.java6 byte[] getU(); in getU() method
DOpenSSLX25519PublicKey.java85 public byte[] getU() { in getU() method in OpenSSLX25519PublicKey
DOpenSSLX25519PrivateKey.java85 public byte[] getU() { in getU() method in OpenSSLX25519PrivateKey
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLX25519Key.java10 byte[] getU(); in getU() method
DOpenSSLX25519PublicKey.java89 public byte[] getU() { in getU() method in OpenSSLX25519PublicKey
DOpenSSLX25519PrivateKey.java88 public byte[] getU() { in getU() method in OpenSSLX25519PrivateKey
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DLUDecomposition.java60 RealMatrix getU(); in getU() method
DFieldLUDecomposition.java62 FieldMatrix<T> getU(); in getU() method
DSingularValueDecomposition.java61 RealMatrix getU(); in getU() method
DSingularValueDecompositionImpl.java157 public RealMatrix getU() throws InvalidMatrixException { in getU() method in SingularValueDecompositionImpl
DBiDiagonalTransformer.java88 public RealMatrix getU() { in getU() method in BiDiagonalTransformer
DLUDecompositionImpl.java181 public RealMatrix getU() { in getU() method in LUDecompositionImpl
DFieldLUDecompositionImpl.java172 public FieldMatrix<T> getU() { in getU() method in FieldLUDecompositionImpl
/external/llvm/lib/Support/
DDataExtractor.cpp17 static T getU(uint32_t *offset_ptr, const DataExtractor *de, in getU() function
DScaledNumber.cpp26 auto getU = [](uint64_t N) { return N >> 32; }; in multiply64() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
DBiDiagonalTransformer.java90 public RealMatrix getU() { in getU() method in BiDiagonalTransformer
DFieldLUDecomposition.java196 public FieldMatrix<T> getU() { in getU() method in FieldLUDecomposition
DLUDecomposition.java204 public RealMatrix getU() { in getU() method in LUDecomposition
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDataExtractor.cpp27 static T getU(uint64_t *offset_ptr, const DataExtractor *de, in getU() function
DScaledNumber.cpp25 auto getU = [](uint64_t N) { return N >> 32; }; in multiply64() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DScaledNumber.cpp25 auto getU = [](uint64_t N) { return N >> 32; }; in multiply64() local
DDataExtractor.cpp40 T DataExtractor::getU(uint64_t *offset_ptr, Error *Err) const { in getU() function in DataExtractor
/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
DPlane.java238 public Vector3D getU() { in getU() method in Plane