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

  /src/external/gpl3/gcc/dist/gcc/
tree.h 6305 tree_to_widest_ref to_widest (const_tree);
6379 wi::tree_to_widest_ref wt = wi::to_widest (t);
6383 widest_int wt = wi::to_widest (t). */
6386 wi::to_widest (const_tree t) function in class:wi
6393 This function is an optimisation of wi::to_widest for cases
6399 untyped numbers rather than M-bit values. The wi::to_widest comments
6419 by wi::to_widest and wi::to_offset, this function treats T as a
6531 poly_widest_int. See wi::to_widest for more details. */
6659 return wi::to_widest (t1) < wi::to_widest (t2)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 6008 tree_to_widest_ref to_widest (const_tree);
6075 wi::tree_to_widest_ref wt = wi::to_widest (t);
6079 widest_int wt = wi::to_widest (t). */
6082 wi::to_widest (const_tree t) function in class:wi
6089 This function is an optimisation of wi::to_widest for cases
6095 untyped numbers rather than M-bit values. The wi::to_widest comments
6115 by wi::to_widest and wi::to_offset, this function treats T as a
6219 poly_widest_int. See wi::to_widest for more details. */
6337 return wi::to_widest (t1) < wi::to_widest (t2)
    [all...]

Completed in 34 milliseconds