Searched refs:s_intype (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dconvert.c432 tree s_intype = TREE_TYPE (s_expr); local
445 fn = mathfn_built_in (s_intype, BUILT_IN_LCEIL);
448 fn = mathfn_built_in (s_intype, BUILT_IN_LLCEIL);
458 fn = mathfn_built_in (s_intype, BUILT_IN_LFLOOR);
461 fn = mathfn_built_in (s_intype, BUILT_IN_LLFLOOR);
468 fn = mathfn_built_in (s_intype, BUILT_IN_LROUND);
471 fn = mathfn_built_in (s_intype, BUILT_IN_LLROUND);
483 fn = mathfn_built_in (s_intype, BUILT_IN_LRINT);
486 fn = mathfn_built_in (s_intype, BUILT_IN_LLRINT);

Completed in 103 milliseconds