Searched defs:aWidth (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Dfloatsidf.c26 const int aWidth = sizeof a * CHAR_BIT; local
40 const int exponent = (aWidth - 1) - __builtin_clz(a);
H A Dfloatsisf.c26 const int aWidth = sizeof a * CHAR_BIT; local
40 const int exponent = (aWidth - 1) - __builtin_clz(a);
H A Dfloatunsidf.c26 const int aWidth = sizeof a * CHAR_BIT; local
32 const int exponent = (aWidth - 1) - __builtin_clz(a);
H A Dfloatunsisf.c26 const int aWidth = sizeof a * CHAR_BIT; local
32 const int exponent = (aWidth - 1) - __builtin_clz(a);

Completed in 282 milliseconds