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

  /src/lib/libm/arch/vax/
n_argred.S 53 bgeq abs1
55 abs1: label
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 10360 tree abs0, abs1, sig0, sig1; local
10367 abs1 = build_call_expr_loc (input_location, func, 1, args[1]);
10369 abs1 = gfc_evaluate_now (abs1, &se->pre);
10391 abs0, abs1);
10399 cond2 = build_call_expr_loc (input_location, func, 2, abs0, abs1);
10404 cond1 = build_call_expr_loc (input_location, func, 2, abs0, abs1);

Completed in 30 milliseconds