Prodotto di float per 100 ...

  int a = *((int*)&decVal);
  float f = (decVal - a) * 100.0;
  int b = *((int*)&f);

da testare