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

  /src/external/gpl3/gcc.old/dist/gcc/d/
intrinsics.cc 494 tree exptype = TREE_TYPE (exponent); local
497 built_in_function code = SCALAR_FLOAT_TYPE_P (exptype) ? BUILT_IN_POW
498 : INTEGRAL_TYPE_P (exptype) ? BUILT_IN_POWI
  /src/external/gpl3/gcc/dist/gcc/
pointer-query.cc 308 tree exptype = TREE_TYPE (exp); local
309 bool integral = INTEGRAL_TYPE_P (exptype);
339 range[0] = TYPE_MIN_VALUE (exptype);
340 range[1] = TYPE_MAX_VALUE (exptype);
349 unsigned expprec = TYPE_PRECISION (exptype);
351 bool signed_p = !TYPE_UNSIGNED (exptype);
366 max = wi::to_wide (TYPE_MAX_VALUE (exptype));
374 max = wi::to_wide (TYPE_MAX_VALUE (exptype));
403 max = wi::to_wide (TYPE_MAX_VALUE (exptype));
409 max = wi::to_wide (TYPE_MAX_VALUE (exptype));
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
pointer-query.cc 307 tree exptype = TREE_TYPE (exp); local
308 bool integral = INTEGRAL_TYPE_P (exptype);
337 range[0] = TYPE_MIN_VALUE (exptype);
338 range[1] = TYPE_MAX_VALUE (exptype);
347 unsigned expprec = TYPE_PRECISION (exptype);
349 bool signed_p = !TYPE_UNSIGNED (exptype);
364 max = wi::to_wide (TYPE_MAX_VALUE (exptype));
372 max = wi::to_wide (TYPE_MAX_VALUE (exptype));
401 max = wi::to_wide (TYPE_MAX_VALUE (exptype));
407 max = wi::to_wide (TYPE_MAX_VALUE (exptype));
    [all...]

Completed in 48 milliseconds