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

  /src/external/lgpl3/gmp/dist/tests/
t-sub.c 49 mp_limb_t got_dh, got_dl; local
53 sub_ddmmss (got_dh,got_dl, data[i].mh,data[i].ml, data[i].sh,data[i].sl);
54 if (got_dh != data[i].want_dh || got_dl != data[i].want_dl)
64 mp_limb_trace (" got dl ", got_dl);
73 mp_limb_t want_dh,want_dl, got_dh,got_dl, mh,ml, sh,sl; local
85 sub_ddmmss (got_dh,got_dl, mh,ml, sh,sl);
87 if (got_dh != want_dh || got_dl != want_dl)
97 mp_limb_trace (" got dl ", got_dl);

Completed in 14 milliseconds