HomeSort by relevance Sort by last modified time
    Searched defs:denormalize (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
2002-07-31-BadAssert.c 13 void denormalize(InternalFPF *ptr) { function
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 537 static void denormalize(InternalFPF *ptr,int minimum_exponent);
933 ** denormalize **
935 ** Denormalize an internal-representation number. This means
940 static void denormalize(InternalFPF *ptr, function
947 vexxx_printf("Error: zero significand in denormalize\n");
986 denormalize(ptr, MIN_EXP);
    [all...]

Completed in 434 milliseconds