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

  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
mvbits.c 47 newbits = (((UTYPE)(*from) >> *frompos) & lenmask) << *topos;
56 # define UTYPE GFC_UINTEGER_1
61 # undef UTYPE
64 # define UTYPE GFC_UINTEGER_2
69 # undef UTYPE
72 # define UTYPE GFC_UINTEGER_4
77 # undef UTYPE
80 # define UTYPE GFC_UINTEGER_8
85 # undef UTYPE
89 # define UTYPE GFC_UINTEGER_1
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
mvbits.c 47 newbits = (((UTYPE)(*from) >> *frompos) & lenmask) << *topos;
56 # define UTYPE GFC_UINTEGER_1
61 # undef UTYPE
64 # define UTYPE GFC_UINTEGER_2
69 # undef UTYPE
72 # define UTYPE GFC_UINTEGER_4
77 # undef UTYPE
80 # define UTYPE GFC_UINTEGER_8
85 # undef UTYPE
89 # define UTYPE GFC_UINTEGER_1
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
pow_sj.c 35 #define UTYPE uintmax_t
pow_uj.c 31 #define UTYPE uintmax_t
pow_ui.c 29 #define UTYPE unsigned long int
35 POW_U (mpfr_ptr y, mpfr_srcptr x, UTYPE n, mpfr_rnd_t rnd)
37 UTYPE m;
123 if (n & ((UTYPE) 1 << (i-2)))
128 if (n & ((UTYPE) 1 << i))
pow_si.c 38 #define UTYPE unsigned long
63 int positive = MPFR_IS_POS (x) || ((UTYPE) n & 1) == 0;
157 UTYPE abs_n;
161 abs_n = - (UTYPE) n;
  /src/external/bsd/pcc/dist/pcc/mip/
manifest.h 51 #define UTYPE 04 /* unary */
  /src/external/gpl3/gcc/dist/libgomp/
task.c 744 #define UTYPE unsigned long
748 #undef UTYPE
752 #define UTYPE TYPE
756 #undef UTYPE
  /src/external/gpl3/gcc.old/dist/libgomp/
task.c 589 #define UTYPE unsigned long
593 #undef UTYPE
597 #define UTYPE TYPE
601 #undef UTYPE

Completed in 27 milliseconds