Home
last modified time | relevance | path

Searched refs:factor0 (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_newtonemapping_handler.cpp105 float factor0; in block_split_haleq() local
109 factor0 = (hist_bin_count - 1) / (max0_log - t0_log + 0.001f); in block_split_haleq()
112 factor0 = y_max0 / (max0_log - t0_log + 0.001f); in block_split_haleq()
120 int index = (int)((log(i + t0) - t0_log) * factor0 + 0.5f); in block_split_haleq()
129 int index = (int)((log(i + t0) - t0_log) * factor0 + 0.5f); in block_split_haleq()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmulvi32.ll63 …%factor0 = shufflevector <2 x i32> %0, <2 x i32> undef, <4 x i32> <i32 0, i32 undef, i32 2, i32 un…
65 …%product64 = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %factor0, <4 x i32> %factor1) readno…