Home
last modified time | relevance | path

Searched defs:gcd (Results 101 – 125 of 768) sorted by relevance

12345678910>>...31

/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/
Dbigint.rs442 fn gcd(&self, other: &BigInt) -> BigInt { in gcd() method
/aosp_15_r20/external/python/cpython3/Modules/
Daudioop.c1298 gcd(int a, int b) in gcd() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_math_ops.py516 def gcd(x1, x2): function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dkernel.rs1212 let gcd = gcd(t, grid[i]); in suggest_local_size() localVariable
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DKeyPairGeneratorTest.java982 BigInteger gcd = allProduct.divide(publicModulus).gcd(publicModulus); in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper() local
/aosp_15_r20/external/rust/crates/openssl/src/
Dbn.rs736 pub fn gcd( in gcd() method
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc916 bssl::UniquePtr<BIGNUM> gcd = t->GetBIGNUM("GCD"); in TestGCD() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc916 bssl::UniquePtr<BIGNUM> gcd = t->GetBIGNUM("GCD"); in TestGCD() local
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dproc.go7229 func gcd(a, b uint32) uint32 { func
/aosp_15_r20/external/pytorch/torch/_prims/
H A D__init__.py1050 gcd = _make_elementwise_binary_prim( variable
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/
H A Dbn_test.cc926 bssl::UniquePtr<BIGNUM> gcd = t->GetBIGNUM("GCD"); in TestGCD() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/math/
DBigInteger.java2704 public BigInteger gcd(BigInteger val) { in gcd() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/math/
H A DBigInteger.java2704 public BigInteger gcd(BigInteger val) { in gcd() method
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dbn_test.cc926 bssl::UniquePtr<BIGNUM> gcd = t->GetBIGNUM("GCD"); in TestGCD() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/math/
DBigInteger.java2704 public BigInteger gcd(BigInteger val) { in gcd() method
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dir_simplifier.cpp75 T gcd(T a, T b) { in gcd() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dlegalize_hlo.cc967 int64_t gcd = in MatchResizeOp() local
/aosp_15_r20/external/libaom/av1/
H A Dav1_cx_iface.c554 static inline int gcd(int64_t a, int b) { in gcd() function
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp164 constexpr int gcd(int a, int b) { in gcd() function
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py1386 def gcd(a: TensorLikeType, b: TensorLikeType) -> TensorLikeType: function
/aosp_15_r20/out/soong/.intermediates/external/mp4parser/mp4parser/android_common/turbine/
Dmp4parser.jarcom/coremedia/iso/AbstractBoxParser.class <Unknown> package com.coremedia.iso public ...
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5138 uint32_t gcd = std::gcd(uint32_t(abs((int32_t)Offset)), Alignment); in getKnownAlignForUse() local
5273 uint32_t gcd = in updateImpl() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3440 uint32_t gcd = in getKnownAlignForUse() local
/aosp_15_r20/out/soong/.intermediates/external/mp4parser/mp4parser/android_common/javac/
Dmp4parser.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/coremedia/ com/ ...
/aosp_15_r20/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp2790 static const APInt gcd(const SCEVConstant *C1, const SCEVConstant *C2) { in gcd() function

12345678910>>...31