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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatundixf.c 34 int clz = __builtin_clzll(a); local in function:__floatundixf
35 int e = (N - 1) - clz ; /* exponent */
38 fb.u.low.all = a << clz; /* mantissa */
floatdixf.c 37 int clz = __builtin_clzll(a); local in function:__floatdixf
38 int e = (N - 1) - clz ; /* exponent */
42 fb.u.low.all = a << clz; /* mantissa */

Completed in 12 milliseconds