Home
last modified time | relevance | path

Searched defs:getL (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DCholeskyDecomposition.java50 RealMatrix getL(); in getL() method
H A DLUDecomposition.java53 RealMatrix getL(); in getL() method
H A DFieldLUDecomposition.java55 FieldMatrix<T> getL(); in getL() method
H A DCholeskyDecompositionImpl.java156 public RealMatrix getL() { in getL() method in CholeskyDecompositionImpl
H A DLUDecompositionImpl.java165 public RealMatrix getL() { in getL() method in LUDecompositionImpl
H A DFieldLUDecompositionImpl.java156 public FieldMatrix<T> getL() { in getL() method in FieldLUDecompositionImpl
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/26/libcore/ojluni/src/main/java/javax/crypto/spec/
DDHParameterSpec.java120 public int getL() { in getL() method in DHParameterSpec
/aosp_15_r20/libcore/ojluni/src/main/java/javax/crypto/spec/
H A DDHParameterSpec.java120 public int getL() { in getL() method in DHParameterSpec
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/crypto/spec/
DDHParameterSpec.java120 public int getL() { in getL() method in DHParameterSpec
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
H A DDHParameter.java84 public BigInteger getL() in getL() method in DHParameter
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DDHParameter.java80 public BigInteger getL() in getL() method in DHParameter
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/
H A DDHParameter.java84 public BigInteger getL() in getL() method in DHParameter
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DDSAParameterGenerationParameters.java56 public int getL() in getL() method in DSAParameterGenerationParameters
H A DDHParameters.java152 public int getL() in getL() method in DHParameters
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/params/
H A DDSAParameterGenerationParameters.java60 public int getL() in getL() method in DSAParameterGenerationParameters
H A DDHParameters.java156 public int getL() in getL() method in DHParameters
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/params/
H A DDSAParameterGenerationParameters.java60 public int getL() in getL() method in DSAParameterGenerationParameters
H A DDHParameters.java156 public int getL() in getL() method in DHParameters
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
H A DCholeskyDecomposition.java166 public RealMatrix getL() { in getL() method in CholeskyDecomposition
H A DLUDecomposition.java182 public RealMatrix getL() { in getL() method in LUDecomposition
H A DFieldLUDecomposition.java174 public FieldMatrix<T> getL() { in getL() method in FieldLUDecomposition
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DScaledNumber.cpp26 auto getL = [](uint64_t N) { return N & UINT32_MAX; }; in multiply64() local
/aosp_15_r20/external/llvm/lib/Support/
H A DScaledNumber.cpp27 auto getL = [](uint64_t N) { return N & UINT32_MAX; }; in multiply64() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DScaledNumber.cpp26 auto getL = [](uint64_t N) { return N & UINT32_MAX; }; in multiply64() local
/aosp_15_r20/system/keymaster/key_blob_utils/
H A Docb.c653 #define getL(_ctx, _tz) ((_ctx)->L[_tz]) macro
655 static block getL(const ae_ctx* ctx, unsigned tz) { in getL() function

12345678910>>...18