Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDfold-const.c9954 tree cosfn = mathfn_built_in (type, BUILT_IN_COS); in fold_binary() local
9956 if (cosfn != NULL_TREE) in fold_binary()
9957 return build_function_call_expr (cosfn, in fold_binary()
9975 tree cosfn = mathfn_built_in (type, BUILT_IN_COS); in fold_binary() local
9977 if (cosfn != NULL_TREE) in fold_binary()
9980 tmp = build_function_call_expr (cosfn, tmp); in fold_binary()