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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divtf3.c 116 rep_t r64q63, r64q127, r64cH, r64cL, dummy; local in function:__divtf3
118 wideMultiply((rep_t)recip64, (rep_t)q127blo, &dummy, &r64q127);
120 correction = -(r64q63 + (r64q127 >> 64));
divtf3.c 116 rep_t r64q63, r64q127, r64cH, r64cL, dummy; local in function:__divtf3
118 wideMultiply((rep_t)recip64, (rep_t)q127blo, &dummy, &r64q127);
120 correction = -(r64q63 + (r64q127 >> 64));

Completed in 23 milliseconds