Searched refs:bufx (Results 1 – 2 of 2) sorted by relevance
2206 CvMat bufx, bufy, bufp, bufa; in cvLogPolar() local2211 bufx = cvMat( 1, dsize.width, CV_32F, buf ); in cvLogPolar()2217 bufx.data.fl[x] = (float)x - center.x; in cvLogPolar()2228 cvCartToPolar( &bufx, &bufy, &bufp, &bufa ); in cvLogPolar()2246 double xx = bufx.data.fl[x]; in cvLogPolar()
7213 StringInputBuffer& bufx = *state->string_input_buffer_compare_bufx(); in StringInputBufferCompare() local7215 bufx.Reset(x); in StringInputBufferCompare()7217 while (bufx.has_more() && bufy.has_more()) { in StringInputBufferCompare()7218 int d = bufx.GetNext() - bufy.GetNext(); in StringInputBufferCompare()7226 return Smi::FromInt(bufx.has_more() ? GREATER : EQUAL); in StringInputBufferCompare()