Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDbuiltins.c7069 tree powfn = mathfn_built_in (type, BUILT_IN_POW); in fold_builtin_sqrt() local
7071 if (powfn) in fold_builtin_sqrt()
7085 return build_function_call_expr (powfn, arglist); in fold_builtin_sqrt()
7095 tree powfn = TREE_OPERAND (TREE_OPERAND (arg, 0), 0); in fold_builtin_sqrt() local
7105 return build_function_call_expr (powfn, arglist); in fold_builtin_sqrt()
7144 tree powfn = mathfn_built_in (type, BUILT_IN_POW); in fold_builtin_cbrt() local
7146 if (powfn) in fold_builtin_cbrt()
7157 return build_function_call_expr (powfn, arglist); in fold_builtin_cbrt()
7167 tree powfn = mathfn_built_in (type, BUILT_IN_POW); in fold_builtin_cbrt() local
7169 if (powfn) in fold_builtin_cbrt()
[all …]
HDfold-const.c9282 tree powfn = TREE_OPERAND (TREE_OPERAND (arg0, 0), 0); in fold_binary() local
9287 return build_function_call_expr (powfn, arglist); in fold_binary()
9293 tree powfn = TREE_OPERAND (TREE_OPERAND (arg0, 0), 0); in fold_binary() local
9298 return build_function_call_expr (powfn, arglist); in fold_binary()
9331 tree powfn = TREE_OPERAND (TREE_OPERAND (arg1, 0), 0); in fold_binary() local
9340 return build_function_call_expr (powfn, arglist); in fold_binary()
9356 tree powfn = TREE_OPERAND (TREE_OPERAND (arg0, 0), 0); in fold_binary() local
9365 return build_function_call_expr (powfn, arglist); in fold_binary()
9373 tree powfn = mathfn_built_in (type, BUILT_IN_POW); in fold_binary() local
9375 if (powfn) in fold_binary()
[all …]