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

  /src/external/gpl3/gcc/dist/gcc/
wide-int.h 387 enum precision_type {
408 static const enum precision_type precision_type;
412 Only defined if precision_type == INL_CONST_PRECISION or
413 precision_type == CONST_PRECISION. Specifies the
433 enum precision_type P1 = int_traits <T1>::precision_type,
434 enum precision_type P2 = int_traits <T2>::precision_type>
1108 static const enum precision_type precision_type = VAR_PRECISION
    [all...]
double-int.h 443 static const enum precision_type precision_type = INL_CONST_PRECISION;
poly-int.h 65 template<typename T, wi::precision_type = wi::int_traits<T>::precision_type>
353 wi::int_traits<C>::precision_type == wi::FLEXIBLE_PRECISION \
tree.h 6264 static const enum precision_type precision_type = VAR_PRECISION; member in struct:wi::int_traits
6289 static const enum precision_type precision_type member in struct:wi::int_traits
rtl.h 2271 static const enum precision_type precision_type = VAR_PRECISION;
2268 static const enum precision_type precision_type = VAR_PRECISION; member in struct:wi::int_traits
  /src/external/gpl3/gcc.old/dist/gcc/
double-int.h 443 static const enum precision_type precision_type = CONST_PRECISION;
wide-int.h 368 enum precision_type { enum in namespace:wi
385 static const enum precision_type precision_type;
389 Only defined if precision_type == CONST_PRECISION. Specifies the
409 enum precision_type P1 = int_traits <T1>::precision_type,
410 enum precision_type P2 = int_traits <T2>::precision_type>
1043 static const enum precision_type precision_type = VAR_PRECISION member in struct:wi::int_traits
1095 static const enum precision_type precision_type = VAR_PRECISION; member in struct:wi::int_traits
1242 static const enum precision_type precision_type = CONST_PRECISION; member in struct:wi::int_traits
1511 static const enum precision_type precision_type = FLEXIBLE_PRECISION; member in struct:wi::primitive_int_traits
1680 static const enum precision_type precision_type = VAR_PRECISION; member in struct:wi::int_traits
    [all...]
tree.h 5970 static const enum precision_type precision_type = VAR_PRECISION; member in struct:wi::int_traits
5994 static const enum precision_type precision_type = CONST_PRECISION; member in struct:wi::int_traits
poly-int.h 62 template<typename T, wi::precision_type = wi::int_traits<T>::precision_type>
331 wi::int_traits<C>::precision_type == wi::FLEXIBLE_PRECISION \
rtl.h 2262 static const enum precision_type precision_type = VAR_PRECISION;
2259 static const enum precision_type precision_type = VAR_PRECISION; member in struct:wi::int_traits
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.h 83 '*' can be used for these (width_type and precision_type); details
269 tree *precision_type; member in struct:format_kind_info
c-format.cc 2356 if (fki->precision_type != NULL && *format_chars == '*')
2397 precision_wanted_type.wanted_type = *fki->precision_type;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.h 91 '*' can be used for these (width_type and precision_type); details
277 tree *precision_type; member in struct:format_kind_info
c-format.cc 2400 if (fki->precision_type != NULL && *format_chars == '*')
2441 precision_wanted_type.wanted_type = *fki->precision_type;

Completed in 67 milliseconds