Home | History | Annotate | Download | only in bzip2

Lines Matching full:nbytes_out_d

387 	 double nbytes_in_d, nbytes_out_d;
393 nbytes_out_d = uInt64_to_double ( &nbytes_out );
398 nbytes_in_d / nbytes_out_d,
399 (8.0 * nbytes_out_d) / nbytes_in_d,
400 100.0 * (1.0 - nbytes_out_d / nbytes_in_d),