Home
last modified time | relevance | path

Searched refs:gcd (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/sm7250/display/sdm/libs/utils/
Dutils.cpp41 float gcd(float a, float b) { in gcd() function
56 return (a * b) / gcd(a, b); in lcm()
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
Dutils.cpp41 float gcd(float a, float b) { in gcd() function
56 return (a * b) / gcd(a, b); in lcm()
/hardware/qcom/display/msm8909/sdm/libs/utils/
Dutils.cpp41 float gcd(float a, float b) { in gcd() function
56 return (a * b) / gcd(a, b); in lcm()
/hardware/qcom/display/msm8998/sdm/libs/utils/
Dutils.cpp41 float gcd(float a, float b) { in gcd() function
56 return (a * b) / gcd(a, b); in lcm()
/hardware/qcom/sm8150/display/sdm/libs/utils/
Dutils.cpp41 float gcd(float a, float b) { in gcd() function
56 return (a * b) / gcd(a, b); in lcm()
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Dutils.h35 float gcd(float a, float b);
/hardware/qcom/display/msm8909/sdm/include/utils/
Dutils.h35 float gcd(float a, float b);
/hardware/qcom/display/msm8998/sdm/include/utils/
Dutils.h35 float gcd(float a, float b);
/hardware/qcom/sm7250/display/sdm/include/utils/
Dutils.h37 float gcd(float a, float b);
/hardware/qcom/sm8150/display/sdm/include/utils/
Dutils.h37 float gcd(float a, float b);
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp401 static T gcd(T a, T b) in gcd() function
431 return (a * b) / gcd(a, b); in lcm()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.mjs12118 names: ["\\det", "\\gcd", "\\inf", "\\lim", "\\max", "\\min", "\\Pr", "\\sup"],