Searched refs:aWidth (Results 1 – 9 of 9) sorted by relevance
21 const int aWidth = sizeof a * CHAR_BIT; in __floatunsitf() local28 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsitf()
21 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 __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()
21 const int aWidth = sizeof a * CHAR_BIT; in __floatsitf() local36 const int exponent = (aWidth - 1) - clzsi(aAbs); in __floatsitf()
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) - clzsi(a); in __floatunsisf()
22 const int aWidth = sizeof a * CHAR_BIT; in __floatsisf() local36 const int exponent = (aWidth - 1) - clzsi(a); in __floatsisf()
123 int aWidth = a.getType().getIntOrFloatBitWidth(); in createLinalgBodyCalculationForElementwiseOp() local127 if (aWidth < cWidth) in createLinalgBodyCalculationForElementwiseOp()