Searched refs:fixed_point (Results 1 – 5 of 5) sorted by relevance
78 class fixed_point(aetools.ComponentItem): class251 fixed_point._superclassnames = []252 fixed_point._privpropdict = {254 fixed_point._privelemdict = {400 'fpnt' : fixed_point,
123 getbaseclasses(fixed_point)318 'fpnt' : fixed_point,
122 fixed_point; in HalfToSinglePrecision() member181 map.fixed_point=value; in HalfToSinglePrecision()707 fixed_point; in SinglePrecisionToHalf() member734 sign_bit=(map.fixed_point >> 16) & 0x00008000; in SinglePrecisionToHalf()735 exponent=(int) ((map.fixed_point >> ExponentShift) & 0x000000ff)-ExponentBias; in SinglePrecisionToHalf()736 significand=map.fixed_point & 0x007fffff; in SinglePrecisionToHalf()
77 getbaseclasses(StdSuites.Type_Names_Suite.fixed_point)152 'fpnt' : StdSuites.Type_Names_Suite.fixed_point,
388 if (!fixed_point) in spx_fft_float()424 if (!fixed_point) in spx_ifft_float()