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

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid64_string.c 253 int expon_x = 0, sgn_expon, ndigits, add_expon = 0, midpoint = local
470 sgn_expon = (c == '-') ? 1 : 0;
495 if (sgn_expon)
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid64_string.c 253 int expon_x = 0, sgn_expon, ndigits, add_expon = 0, midpoint = local
470 sgn_expon = (c == '-') ? 1 : 0;
495 if (sgn_expon)

Completed in 21 milliseconds