Home
last modified time | relevance | path

Searched refs:lcm (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraCommon.cpp123 uint32_t lcm = 0; in calculateLCM() local
135 lcm = num1; in calculateLCM()
137 lcm = num2; in calculateLCM()
139 temp = lcm; in calculateLCM()
142 if (((lcm % num1) == 0) && ((lcm % num2) == 0)) { in calculateLCM()
145 lcm += temp; in calculateLCM()
147 return lcm; in calculateLCM()
/hardware/qcom/display/msm8909/sdm/include/utils/
Dutils.h36 float lcm(float a, float b);
/hardware/qcom/display/msm8998/sdm/include/utils/
Dutils.h36 float lcm(float a, float b);
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Dutils.h36 float lcm(float a, float b);
/hardware/qcom/sdm845/display/sdm/include/utils/
Dutils.h36 float lcm(float a, float b);
/hardware/qcom/sdm845/display/sdm/libs/utils/
Dutils.cpp55 float lcm(float a, float b) { in lcm() function
/hardware/qcom/display/msm8998/sdm/libs/utils/
Dutils.cpp55 float lcm(float a, float b) { in lcm() function
/hardware/qcom/display/msm8909/sdm/libs/utils/
Dutils.cpp55 float lcm(float a, float b) { in lcm() function
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
Dutils.cpp55 float lcm(float a, float b) { in lcm() function
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c4713 uint32_t lcm = 0; in mm_stream_calc_lcm() local
4725 lcm = num1; in mm_stream_calc_lcm()
4727 lcm = num2; in mm_stream_calc_lcm()
4729 temp = lcm; in mm_stream_calc_lcm()
4732 if (((lcm%num1) == 0) && ((lcm%num2) == 0)) { in mm_stream_calc_lcm()
4735 lcm += temp; in mm_stream_calc_lcm()
4737 return lcm; in mm_stream_calc_lcm()