Searched refs:fixed_point (Results 1 – 11 of 11) 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()695 fixed_point; in SinglePrecisionToHalf() member722 sign_bit=(map.fixed_point >> 16) & 0x00008000; in SinglePrecisionToHalf()723 exponent=(int) ((map.fixed_point >> ExponentShift) & 0x000000ff)-ExponentBias; in SinglePrecisionToHalf()724 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
388 if (!fixed_point) in spx_fft_float()424 if (!fixed_point) in spx_ifft_float()
54 $(AP3_MICRO_DIR)/../fixed_point/preprocessor.cc \
132 "simple_features/fixed_point/simple_features_generator.cc",
5646 int_type fixed_point; \ in DecodeTypeMsa3RF()5647 round_according_to_msacsr(element, element, fixed_point); \ in DecodeTypeMsa3RF()5648 dst = fixed_point; \ in DecodeTypeMsa3RF()
5870 int_type fixed_point; \ in DecodeTypeMsa3RF()5871 round_according_to_msacsr(element, element, fixed_point); \ in DecodeTypeMsa3RF()5872 dst = fixed_point; \ in DecodeTypeMsa3RF()
750 something using the CMSIS library” using the list 'fixed_point cmsis'. These