HomeSort by: relevance | last modified time | path
    Searched defs:convertor (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
mcf.cc 346 } convertor, convertor2; local
350 convertor.floatPart = x;
352 convertor.intPart = MAGIC_CONST1 + (convertor.intPart >> 1);
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart));
  /src/external/gpl3/gcc.old/dist/gcc/
mcf.cc 346 } convertor, convertor2; local
350 convertor.floatPart = x;
352 convertor.intPart = MAGIC_CONST1 + (convertor.intPart >> 1);
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart));

Completed in 25 milliseconds