mult              703 modules/dng.c  int pow_calc_2( int mult, int x, int x_div, double y, int y_div)
mult              709 modules/dng.c  	if ( mult==1 )
mult              712 modules/dng.c  		return mult	* pow( x1, y );
mult              715 modules/dng.c  int pow_calc( int mult, int x, int x_div, int y, int y_div)
mult              717 modules/dng.c  	return pow_calc_2( mult, x, x_div, y, y_div);
mult              175 tools/makeexport.c 	int mult=10000;
mult              178 tools/makeexport.c         build_num += mult*strtol(build, &e, 0/*autodetect base oct-dec-hex*/);
mult              179 tools/makeexport.c 		if ( mult==1 ) break;
mult              181 tools/makeexport.c 		mult/=100;