Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dconvert.cc495 tree s_intype = TREE_TYPE (s_expr); in convert_to_integer_1() local
509 fn = mathfn_built_in (s_intype, BUILT_IN_ICEIL); in convert_to_integer_1()
512 fn = mathfn_built_in (s_intype, BUILT_IN_LCEIL); in convert_to_integer_1()
515 fn = mathfn_built_in (s_intype, BUILT_IN_LLCEIL); in convert_to_integer_1()
526 fn = mathfn_built_in (s_intype, BUILT_IN_IFLOOR); in convert_to_integer_1()
529 fn = mathfn_built_in (s_intype, BUILT_IN_LFLOOR); in convert_to_integer_1()
532 fn = mathfn_built_in (s_intype, BUILT_IN_LLFLOOR); in convert_to_integer_1()
544 fn = mathfn_built_in (s_intype, BUILT_IN_IROUND); in convert_to_integer_1()
547 fn = mathfn_built_in (s_intype, BUILT_IN_LROUND); in convert_to_integer_1()
550 fn = mathfn_built_in (s_intype, BUILT_IN_LLROUND); in convert_to_integer_1()
[all …]