| /src/lib/libc/stdlib/ |
| Lint_imaxabs.c | 11 intmax_t 12 imaxabs(intmax_t j)
|
| imaxabs.c | 45 intmax_t 46 imaxabs(intmax_t i)
|
| imaxdiv.c | 53 imaxdiv(intmax_t num, intmax_t denom)
|
| /src/external/gpl2/diffutils/dist/lib/ |
| imaxtostr.c | 4 #define inttype intmax_t
|
| /src/bin/sh/ |
| arithmetic.h | 42 intmax_t arith(const char *, int);
|
| arithmetic.c | 110 static intmax_t 115 intmax_t result; 157 static intmax_t 158 do_binop(int op, intmax_t a, intmax_t b) 203 static intmax_t assignment(int, int); 204 static intmax_t comma_list(int, int); 206 static intmax_t 209 intmax_t result; 268 static intmax_t [all...] |
| /src/include/ |
| inttypes.h | 46 intmax_t strtoimax(const char * __restrict, 50 intmax_t wcstoimax(const wchar_t * __restrict, 55 intmax_t imaxabs(intmax_t); 58 intmax_t quot; 59 intmax_t rem; 62 imaxdiv_t imaxdiv(intmax_t, intmax_t); 69 intmax_t strtoimax_l(const char * __restrict, 73 intmax_t wcstoimax_l(const wchar_t * __restrict [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| inttypes.d | 28 intmax_t imaxabs(intmax_t); 29 imaxdiv_t imaxdiv(intmax_t, intmax_t); 30 intmax_t strtoimax(const scope char*, char**, int); 32 intmax_t wcstoimax(const scope wchar_t*, wchar_t**, int); 36 intmax_t imaxabs(intmax_t); 37 imaxdiv_t imaxdiv(intmax_t, intmax_t); [all...] |
| /src/external/lgpl3/mpfr/dist/src/ |
| set_sj.c | 29 mpfr_set_sj (mpfr_ptr x, intmax_t j, mpfr_rnd_t rnd) 35 mpfr_set_sj_2exp (mpfr_ptr x, intmax_t j, intmax_t e, mpfr_rnd_t rnd)
|
| pow_sj.c | 1 /* mpfr_pow_sj -- power function x^y with y an intmax_t 34 #define TYPE intmax_t
|
| get_sj.c | 28 intmax_t 31 intmax_t r; 44 return (intmax_t) 0; 46 /* Determine the precision of intmax_t. |INTMAX_MIN| may have one 76 has the same size as intmax_t, we cannot use the code in 94 sizeof(mp_limb_t) < sizeof(intmax_t) and |x| is small enough 101 for the case sizeof(intmax_t) > sizeof(mp_limb_t). 103 for the case sizeof(intmax_t) == sizeof(mp_limb_t), as 105 intmax_t when the MSB is 1 (this is the case here). */ 110 ? (intmax_t) xp[n] << s [all...] |
| /src/sys/arch/mips/include/ |
| int_mwgwtypes.h | 86 typedef __COMPILER_INT64__ intmax_t; typedef 89 typedef long int intmax_t; typedef 93 typedef long long int intmax_t; typedef
|
| /src/sys/arch/powerpc/include/ |
| int_mwgwtypes.h | 86 typedef __COMPILER_INT64__ intmax_t; typedef 89 typedef long int intmax_t; typedef 93 typedef long long int intmax_t; typedef
|
| /src/sys/arch/hppa/include/ |
| int_mwgwtypes.h | 78 typedef __COMPILER_INT64__ intmax_t; typedef 82 typedef long long int intmax_t; typedef
|
| /src/sys/arch/i386/include/ |
| int_mwgwtypes.h | 82 typedef __COMPILER_INT64__ intmax_t; typedef 86 typedef long long int intmax_t; typedef
|
| /src/sys/arch/m68k/include/ |
| int_mwgwtypes.h | 81 typedef __COMPILER_INT64__ intmax_t; typedef 85 typedef long long int intmax_t; typedef
|
| /src/sys/arch/sh3/include/ |
| int_mwgwtypes.h | 80 typedef __COMPILER_INT64__ intmax_t; typedef 84 typedef long long int intmax_t; typedef
|
| /src/sys/arch/vax/include/ |
| int_mwgwtypes.h | 81 typedef __COMPILER_INT64__ intmax_t; typedef 85 typedef long long int intmax_t; typedef
|
| /src/sys/arch/sparc/include/ |
| int_mwgwtypes.h | 106 typedef __COMPILER_INT64__ intmax_t; typedef 110 typedef long int intmax_t; typedef 114 typedef long long int intmax_t; typedef
|
| /src/lib/libc/locale/ |
| wcstoimax.c | 45 #define __INT intmax_t
|
| /src/sys/arch/amd64/include/ |
| int_mwgwtypes.h | 68 typedef long int intmax_t; typedef
|
| /src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
| interception_type_test.cc | 26 COMPILER_CHECK(sizeof(::INTMAX_T) == sizeof(intmax_t));
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
| interception_type_test.cpp | 25 COMPILER_CHECK(sizeof(::INTMAX_T) == sizeof(intmax_t));
|
| /src/external/gpl3/gcc/dist/libsanitizer/interception/ |
| interception_type_test.cpp | 25 COMPILER_CHECK(sizeof(::INTMAX_T) == sizeof(intmax_t));
|
| /src/usr.bin/head/ |
| head.c | 65 static void head(FILE *, intmax_t, intmax_t); 76 intmax_t linecnt; 77 intmax_t bytecnt; 143 head(FILE *fp, intmax_t cnt, intmax_t bytecnt) 152 if (bytecnt > (intmax_t)sizeof(buf))
|