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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 128 LIB_FUNCTION (TAND, "tand", false),
4668 /* COTAND(X) is translated into -TAND(X+90) for REAL argument. */
4689 /* Find tand. */
4691 tree tand = gfc_get_intrinsic_lib_fndecl (m, expr); local
4692 tand = build_call_expr_loc (input_location, tand, 1, arg);
4694 se->expr = fold_build1_loc (input_location, NEGATE_EXPR, type, tand);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 128 LIB_FUNCTION (TAND, "tand", false),
4675 /* COTAND(X) is translated into -TAND(X+90) for REAL argument. */
4696 /* Find tand. */
4698 tree tand = gfc_get_intrinsic_lib_fndecl (m, expr); local
4699 tand = build_call_expr_loc (input_location, tand, 1, arg);
4701 se->expr = fold_build1_loc (input_location, NEGATE_EXPR, type, tand);

Completed in 58 milliseconds