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

  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 8600 tree atan2_fn = mathfn_built_in (type, BUILT_IN_ATAN2);
8602 if (atan2_fn)
8607 return build_call_expr_loc (loc, atan2_fn, 2, i_arg, r_arg);
8597 tree atan2_fn = mathfn_built_in (type, BUILT_IN_ATAN2); local
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 9409 tree atan2_fn = mathfn_built_in (type, BUILT_IN_ATAN2);
9411 if (atan2_fn)
9416 return build_call_expr_loc (loc, atan2_fn, 2, i_arg, r_arg);
9406 tree atan2_fn = mathfn_built_in (type, BUILT_IN_ATAN2); local

Completed in 96 milliseconds