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

  /src/external/lgpl3/gmp/dist/scanf/
doscan.c 224 int chars, c, base, first, width, seen_point, seen_digit, hexfloat; local
245 hexfloat = 0;
277 hexfloat = 1;
336 if (hexfloat && (c == 'p' || c == 'P'))
342 else if (! hexfloat && (c == 'e' || c == 'E'))
395 ASSERT_NOCARRY (mpf_set_str (f, s, hexfloat ? 16 : 10));
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
ios_base.h 1124 hexfloat(ios_base& __base) function in class:io_errc
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ios_base.h 1104 hexfloat(ios_base& __base) function in class:io_errc

Completed in 25 milliseconds