Searched refs:aWidth (Results 1 – 16 of 16) sorted by relevance
22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsitf() local28 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatunsitf()
26 const int aWidth = sizeof a * CHAR_BIT; in ARM_EABI_FNALIAS() local32 const int exponent = (aWidth - 1) - __builtin_clz(a); in ARM_EABI_FNALIAS()
22 const int aWidth = sizeof a * CHAR_BIT; in __floatunditf() local28 const int exponent = (aWidth - 1) - __builtin_clzll(a); in __floatunditf()
22 const int aWidth = sizeof a * CHAR_BIT; in __floatsitf() local37 const int exponent = (aWidth - 1) - __builtin_clz(aAbs); in __floatsitf()
26 const int aWidth = sizeof a * CHAR_BIT; in ARM_EABI_FNALIAS() local40 const int exponent = (aWidth - 1) - __builtin_clz(a); in ARM_EABI_FNALIAS()
22 const int aWidth = sizeof a * CHAR_BIT; in __floatditf() local37 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); in __floatditf()
21 const int aWidth = sizeof a * CHAR_BIT; in __floatunsitf() local28 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatunsitf()
21 const int aWidth = sizeof a * CHAR_BIT; in __floatunditf() local28 const int exponent = (aWidth - 1) - __builtin_clzll(a); in __floatunditf()
21 const int aWidth = sizeof a * CHAR_BIT; in __floatsitf() local36 const int exponent = (aWidth - 1) - __builtin_clz(aAbs); in __floatsitf()
22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsidf() local29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsidf()
21 const int aWidth = sizeof a * CHAR_BIT; in __floatditf() local36 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); in __floatditf()
22 const int aWidth = sizeof a * CHAR_BIT; in __floatsidf() local36 const int exponent = (aWidth - 1) - clzsi(a); in __floatsidf()
22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsisf() local29 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatunsisf()
22 const int aWidth = sizeof a * CHAR_BIT; in __floatsisf() local36 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatsisf()