Searched refs:x_l (Results 1 – 2 of 2) sorted by relevance
53 auto area_under_linear_piece = [](double x_l, double x_r, double m, in ComputeAreaUnderPiecewiseLinearApproximation()55 return x_r * (m * x_r / 2.0 + q) - x_l * (m * x_l / 2.0 + q); in ComputeAreaUnderPiecewiseLinearApproximation()
35 x_l=0x6c enumerator238 int32_t pos=src.indexOf((UChar)x_l)+1; in parseFile()