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

  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 1888 /* This helper macro, meant to be used in mathfn_built_in below, determines
2082 mathfn_built_in (tree type, combined_fn fn)
2091 mathfn_built_in (tree type, enum built_in_function fn)
2097 to be passed to mathfn_built_in to get the type-specific
2824 fallback_fndecl = mathfn_built_in (TREE_TYPE (arg), fallback_fn);
8600 tree atan2_fn = mathfn_built_in (type, BUILT_IN_ATAN2);
2081 mathfn_built_in (tree type, combined_fn fn) function
2090 mathfn_built_in (tree type, enum built_in_function fn) function
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 1903 /* This helper macro, meant to be used in mathfn_built_in below, determines
2102 mathfn_built_in (tree type, combined_fn fn)
2119 mathfn_built_in (tree type, enum built_in_function fn)
2125 to be passed to mathfn_built_in to get the type-specific
3146 fallback_fndecl = mathfn_built_in (TREE_TYPE (arg), fallback_fn);
9409 tree atan2_fn = mathfn_built_in (type, BUILT_IN_ATAN2);
2101 mathfn_built_in (tree type, combined_fn fn) function
2118 mathfn_built_in (tree type, enum built_in_function fn) function

Completed in 38 milliseconds