/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/ |
D | bigint.rs | 442 fn gcd(&self, other: &BigInt) -> BigInt { in gcd() method
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | audioop.c | 1298 gcd(int a, int b) in gcd() function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
H A D | np_math_ops.py | 516 def gcd(x1, x2): function
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/ |
H A D | kernel.rs | 1212 let gcd = gcd(t, grid[i]); in suggest_local_size() localVariable
|
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/ |
H A D | KeyPairGeneratorTest.java | 982 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/ |
D | bn.rs | 736 pub fn gcd( in gcd() method
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | bn_test.cc | 916 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/ |
D | bn_test.cc | 916 bssl::UniquePtr<BIGNUM> gcd = t->GetBIGNUM("GCD"); in TestGCD() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | proc.go | 7229 func gcd(a, b uint32) uint32 { func
|
/aosp_15_r20/external/pytorch/torch/_prims/ |
H A D | __init__.py | 1050 gcd = _make_elementwise_binary_prim( variable
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/ |
H A D | bn_test.cc | 926 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/ |
D | BigInteger.java | 2704 public BigInteger gcd(BigInteger val) { in gcd() method
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/math/ |
H A D | BigInteger.java | 2704 public BigInteger gcd(BigInteger val) { in gcd() method
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/ |
H A D | bn_test.cc | 926 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/ |
D | BigInteger.java | 2704 public BigInteger gcd(BigInteger val) { in gcd() method
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | ir_simplifier.cpp | 75 T gcd(T a, T b) { in gcd() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | legalize_hlo.cc | 967 int64_t gcd = in MatchResizeOp() local
|
/aosp_15_r20/external/libaom/av1/ |
H A D | av1_cx_iface.c | 554 static inline int gcd(int64_t a, int b) { in gcd() function
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | constant-expression-cxx11.cpp | 164 constexpr int gcd(int a, int b) { in gcd() function
|
/aosp_15_r20/external/pytorch/torch/_refs/ |
H A D | __init__.py | 1386 def gcd(a: TensorLikeType, b: TensorLikeType) -> TensorLikeType: function
|
/aosp_15_r20/out/soong/.intermediates/external/mp4parser/mp4parser/android_common/turbine/ |
D | mp4parser.jar | com/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 D | AttributorAttributes.cpp | 5138 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 D | Attributor.cpp | 3440 uint32_t gcd = in getKnownAlignForUse() local
|
/aosp_15_r20/out/soong/.intermediates/external/mp4parser/mp4parser/android_common/javac/ |
D | mp4parser.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/coremedia/
com/ ... |
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2790 static const APInt gcd(const SCEVConstant *C1, const SCEVConstant *C2) { in gcd() function
|