Lines Matching refs:pDouble
200 double *pDouble = NULL; in InitFields() local
201 nValue = mrSane.GetRange( nOption, pDouble ); in InitFields()
206 maReslBox.SetMin( (long)pDouble[0] ); in InitFields()
207 maReslBox.SetMax( (long)pDouble[ nValue-1 ] ); in InitFields()
210 if( i == 0 || i == nValue-1 || ! ( ((int)pDouble[i]) % 20) ) in InitFields()
211 maReslBox.InsertValue( (long)pDouble[i] ); in InitFields()
216 maReslBox.SetMin( (long)pDouble[0] ); in InitFields()
217 maReslBox.SetMax( (long)pDouble[1] ); in InitFields()
218 maReslBox.InsertValue( (long)pDouble[0] ); in InitFields()
225 for ( int nRes = (long) pDouble[0] * 2; nRes < (long) pDouble[1]; nRes = nRes * 2 ) in InitFields()
232 maReslBox.InsertValue( (long)pDouble[1] ); in InitFields()
234 if( pDouble ) in InitFields()
235 delete [] pDouble; in InitFields()
291 double *pDouble = NULL; in InitFields() local
292 nValue = mrSane.GetRange( nOption, pDouble ); in InitFields()
295 if( pDouble ) in InitFields()
297 pField->SetMin( (long)pDouble[0] ); in InitFields()
299 pField->SetMax( (long)pDouble[ nValue-1 ] ); in InitFields()
301 pField->SetMax( (long)pDouble[ 1 ] ); in InitFields()
302 delete [] pDouble; in InitFields()
600 double* pDouble = NULL; in IMPL_LINK() local
601 int nValues = mrSane.GetRange( nOption, pDouble ); in IMPL_LINK()
607 if( fRes == pDouble[i] ) in IMPL_LINK()
611 fRes = pDouble[0]; in IMPL_LINK()
615 if( fRes < pDouble[ 0 ] ) in IMPL_LINK()
616 fRes = pDouble[ 0 ]; in IMPL_LINK()
617 if( fRes > pDouble[ 1 ] ) in IMPL_LINK()
618 fRes = pDouble[ 1 ]; in IMPL_LINK()