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

  /src/external/lgpl3/gmp/dist/tests/mpz/
t-get_si.c 68 check_max (void) function
76 #define CHECK_MAX(name) \
91 CHECK_MAX ("LONG_MAX");
96 CHECK_MAX ("LONG_MIN");
105 CHECK_MAX ("-0x100...00");
117 check_max ();
  /src/external/lgpl3/gmp/dist/tests/mpf/
t-get_si.c 85 check_max (void) function
93 #define CHECK_MAX(name) \
108 CHECK_MAX ("LONG_MAX");
113 CHECK_MAX ("LONG_MIN");
217 check_max ();
  /src/external/lgpl3/mpfr/dist/tests/
tget_d.c 122 check_max (void) function
294 check_max();
tmul.c 270 check_max (void) function
287 printf("check_max failed (should be an overflow)\n");
295 printf("check_max failed (should NOT be an overflow)\n");
302 printf("check_max failed (internal error)\n");
307 printf("check_max failed: got ");
1340 check_max();
  /src/external/public-domain/xz/dist/src/xz/
list.c 751 uint32_t check_max = 0; local
795 if (lzma_check_size(iter.stream.flags->check) > check_max)
796 check_max = lzma_check_size(iter.stream.flags->check);
809 const int checkval_width = my_max(8, 2 * check_max);
  /src/external/gpl3/gdb.old/dist/gdb/
rust-parse.c 489 int check_max = min == max; local
491 while ((check_max ? len <= max : 1)
  /src/external/gpl3/gdb/dist/gdb/
rust-parse.c 493 int check_max = min == max; local
495 while ((check_max ? len <= max : 1)

Completed in 29 milliseconds