Home
last modified time | relevance | path

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

123

/third_party/boost/libs/asio/include/boost/asio/detail/
Dchrono_time_traits.hpp28 struct gcd { enum { value = gcd<v2, v1 % v2>::value }; }; struct
31 struct gcd<v1, 0> { enum { value = v1 }; }; struct
/third_party/boost/boost/asio/detail/
Dchrono_time_traits.hpp28 struct gcd { enum { value = gcd<v2, v1 % v2>::value }; }; argument
31 struct gcd<v1, 0> { enum { value = v1 }; }; argument
/third_party/boost/boost/math/tools/
Dpolynomial_gcd.hpp171 gcd(polynomial<T> const &u, polynomial<T> const &v) in gcd() function
178 gcd(polynomial<T> const &u, polynomial<T> const &v) in gcd() function
186 gcd(polynomial<T> const &u, polynomial<T> const &v) in gcd() function
/third_party/boost/libs/contract/example/features/
Dcheck_macro.cpp9 int gcd(int const a, int const b) { in gcd() function
Dcheck.cpp9 int gcd(int const a, int const b) { in gcd() function
/third_party/ffmpeg/libavutil/
Drational.c40 int64_t gcd = av_gcd(FFABS(num), FFABS(den)); in av_reduce() local
188 int64_t gcd, lcm; in av_gcd_q() local
/third_party/boost/boost/ratio/detail/mpl/
Dgcd.hpp49 struct gcd struct
/third_party/boost/boost/integer/
Dextended_euclidean.hpp23 Z gcd; member
Dcommon_factor_rt.hpp445 inline BOOST_CXX14_CONSTEXPR Integer gcd(Integer const &a, Integer const &b) BOOST_GCD_NOEXCEPT(Int… in gcd() function
465 inline BOOST_CXX14_CONSTEXPR Integer gcd(Integer const &a, Integer const &b, const Integer& c, Args… in gcd() function
481 …:numeric_limits<Integer>::is_specialized, boost::rational<Integer> >::type gcd(boost::rational<Int… in gcd() function
/third_party/boost/boost/interprocess/detail/
Dmath_functions.hpp43 inline Integer gcd(Integer A, Integer B) in gcd() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo.c122 int best_n, best_d, gcd; in gst_video_guess_framerate() local
/third_party/boost/boost/container/detail/
Dmath_functions.hpp46 inline Integer gcd(Integer A, Integer B) in gcd() function
/third_party/ffmpeg/libavformat/
Driffenc.c276 int gcd; in ff_parse_specific_params() local
/third_party/mesa3d/src/getopt/
Dgetopt_long.c102 gcd(int a, int b) in gcd() function
/third_party/openssl/test/testutil/
Ddriver.c92 static int gcd(int a, int b) in gcd() function
/third_party/boost/boost/
Drational.hpp101 IntType gcd(IntType n, IntType m) in gcd() function
308 IntType gcd = integer::gcd(static_cast<IntType>(i), den); in operator *=() local
323 IntType const gcd = integer::gcd(num, static_cast<IntType>(i)); in operator /=() local
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Dgzappend.c102 local unsigned gcd(unsigned a, unsigned b) in gcd() function
/third_party/zlib/examples/
Dgzappend.c102 local unsigned gcd(unsigned a, unsigned b) in gcd() function
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/
Dgzappend.c102 local unsigned gcd(unsigned a, unsigned b) in gcd() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp47 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd() function
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeDefs.hpp76 T gcd (T x, T y) in gcd() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRuleSet.java723 long gcd = x1 << p2; in lcm() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNFRuleSet.java724 long gcd = x1 << p2; in lcm() local
/third_party/pulseaudio/src/pulsecore/
Dsample-util.c375 unsigned gcd, n; in pa_memchunk_sine() local
/third_party/ffmpeg/libavcodec/
Dituh263dec.c1173 int gcd; in ff_h263_decode_picture_header() local

123