Searched refs:target_norm (Results 1 – 1 of 1) sorted by relevance
411 float target_norm = static_cast<float>(right.dot(right)) * powf(target_error, 2.0f); in process() local427 if(rr < target_norm) { in process()