Searched refs:fixed_point (Results 1 – 9 of 9) 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,
11 with the Micro-Lite fixed_point preprocessor
54 $(AP3_MICRO_DIR)/../fixed_point/preprocessor.cc \
388 if (!fixed_point) in spx_fft_float()424 if (!fixed_point) in spx_ifft_float()
128 "simple_features/fixed_point/simple_features_generator.cc",
1074 defm fixed_point : OptInFFlag<"fixed-point", "Enable", "Disable", " fixed point types">;