Searched refs:aWidth (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/
H A Dfloatunsitf.c21 const int aWidth = sizeof a * CHAR_BIT; local
28 const int exponent = (aWidth - 1) - __builtin_clz(a);
H A Dfloatunditf.c21 const int aWidth = sizeof a * CHAR_BIT; local
28 const int exponent = (aWidth - 1) - __builtin_clzll(a);
H A Dfloatunsidf.c22 const int aWidth = sizeof a * CHAR_BIT; local
29 const int exponent = (aWidth - 1) - __builtin_clz(a);
H A Dfloatditf.c21 const int aWidth = sizeof a * CHAR_BIT; local
36 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs);
H A Dfloatsidf.c22 const int aWidth = sizeof a * CHAR_BIT; local
36 const int exponent = (aWidth - 1) - __builtin_clz(a);
H A Dfloatsitf.c21 const int aWidth = sizeof a * CHAR_BIT; local
36 const int exponent = (aWidth - 1) - __builtin_clz(aAbs);
H A Dfloatunsisf.c22 const int aWidth = sizeof a * CHAR_BIT; local
29 const int exponent = (aWidth - 1) - __builtin_clz(a);
H A Dfloatsisf.c22 const int aWidth = sizeof a * CHAR_BIT; local
36 const int exponent = (aWidth - 1) - __builtin_clz(a);

Completed in 44 milliseconds