Home
last modified time | relevance | path

Searched defs:calc_gcd (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c1009 calc_gcd(uint64_t a, uint64_t b) in calc_gcd() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DMath.h1239 calc_gcd(T a, T b) { in calc_gcd() function