Home
last modified time | relevance | path

Searched defs:gcd (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/sys/dev/pci/drm/include/linux/
H A Dgcd.h38 gcd(unsigned long a, unsigned long b) in gcd() function
/openbsd-src/sys/dev/usb/dwc2/
H A Dgcd.h38 gcd(unsigned long a, unsigned long b) in gcd() function
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_utils.h57 constexpr size_t gcd(size_t a, size_t b) { in gcd() function
/openbsd-src/sys/dev/pci/drm/amd/display/dc/basics/
H A Dconversion.c118 uint32_t gcd = 0; in reduce_fraction() local
/openbsd-src/regress/lib/libcrypto/bn/
H A Dbn_gcd.c3543 BIGNUM *gcd; in bn_binomial_gcd_test() local
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DGetOptInc.cpp56 static int gcd(int a, int b) { in gcd() function
/openbsd-src/lib/libc/stdlib/
H A Dgetopt_long.c109 gcd(int a, int b) in gcd() function
/openbsd-src/games/wump/
H A Dwump.c555 gcd(int a, int b) in gcd() function
/openbsd-src/gnu/gcc/gcc/
H A Dlambda.h385 gcd (int a, int b) in gcd() function
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs458 gcd(unsigned a, unsigned b) gcd() function
/openbsd-src/gnu/usr.bin/perl/
H A Dregcomp.c15567 UV numerator, denominator, gcd, trial; S_parse_uniprop_string() local
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp3581 APInt gcd(const SCEVConstant *C1, const SCEVConstant *C2) { in gcd() function