/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | chrono_time_traits.hpp | 28 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/ |
D | chrono_time_traits.hpp | 28 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/ |
D | polynomial_gcd.hpp | 171 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/ |
D | check_macro.cpp | 9 int gcd(int const a, int const b) { in gcd() function
|
D | check.cpp | 9 int gcd(int const a, int const b) { in gcd() function
|
/third_party/ffmpeg/libavutil/ |
D | rational.c | 40 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/ |
D | gcd.hpp | 49 struct gcd struct
|
/third_party/boost/boost/integer/ |
D | extended_euclidean.hpp | 23 Z gcd; member
|
D | common_factor_rt.hpp | 445 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/ |
D | math_functions.hpp | 43 inline Integer gcd(Integer A, Integer B) in gcd() function
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video.c | 122 int best_n, best_d, gcd; in gst_video_guess_framerate() local
|
/third_party/boost/boost/container/detail/ |
D | math_functions.hpp | 46 inline Integer gcd(Integer A, Integer B) in gcd() function
|
/third_party/ffmpeg/libavformat/ |
D | riffenc.c | 276 int gcd; in ff_parse_specific_params() local
|
/third_party/mesa3d/src/getopt/ |
D | getopt_long.c | 102 gcd(int a, int b) in gcd() function
|
/third_party/openssl/test/testutil/ |
D | driver.c | 92 static int gcd(int a, int b) in gcd() function
|
/third_party/boost/boost/ |
D | rational.hpp | 101 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/ |
D | gzappend.c | 102 local unsigned gcd(unsigned a, unsigned b) in gcd() function
|
/third_party/zlib/examples/ |
D | gzappend.c | 102 local unsigned gcd(unsigned a, unsigned b) in gcd() function
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/ |
D | gzappend.c | 102 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/ |
D | TargetSchedule.cpp | 47 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd() function
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deDefs.hpp | 76 T gcd (T x, T y) in gcd() function
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRuleSet.java | 723 long gcd = x1 << p2; in lcm() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | NFRuleSet.java | 724 long gcd = x1 << p2; in lcm() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | sample-util.c | 375 unsigned gcd, n; in pa_memchunk_sine() local
|
/third_party/ffmpeg/libavcodec/ |
D | ituh263dec.c | 1173 int gcd; in ff_h263_decode_picture_header() local
|