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

  /src/external/gpl3/gdb.old/dist/sim/mips/
cp1.c 1164 inner_rsqrt(uint64_t op1, function
1230 status = inner_rsqrt (op1, fmt, round, denorm, &result);
1236 status_u = inner_rsqrt (FP_PS_upper(op1), fmt_single, round, denorm,
1238 status_l = inner_rsqrt (FP_PS_lower(op1), fmt_single, round, denorm,
  /src/external/gpl3/gdb/dist/sim/mips/
cp1.c 1164 inner_rsqrt(uint64_t op1, function
1230 status = inner_rsqrt (op1, fmt, round, denorm, &result);
1236 status_u = inner_rsqrt (FP_PS_upper(op1), fmt_single, round, denorm,
1238 status_l = inner_rsqrt (FP_PS_lower(op1), fmt_single, round, denorm,

Completed in 38 milliseconds