Home
last modified time | relevance | path

Searched refs:fixed16x16Type (Results 1 – 3 of 3) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCsymt.c4007 sym_link *fixed16x16Type; variable
4236 fixed16x16Type = newFixed16x16Link (); in initCSupport()
4247 …fps16x16_add = funcOfType ("__fps16x16_add", fixed16x16Type, fixed16x16Type, 2, options.float_rent… in initCSupport()
4248 …fps16x16_sub = funcOfType ("__fps16x16_sub", fixed16x16Type, fixed16x16Type, 2, options.float_rent… in initCSupport()
4249 …fps16x16_mul = funcOfType ("__fps16x16_mul", fixed16x16Type, fixed16x16Type, 2, options.float_rent… in initCSupport()
4250 …fps16x16_div = funcOfType ("__fps16x16_div", fixed16x16Type, fixed16x16Type, 2, options.float_rent… in initCSupport()
4251 fps16x16_eq = funcOfType ("__fps16x16_eq", charType, fixed16x16Type, 2, options.float_rent); in initCSupport()
4252 fps16x16_neq = funcOfType ("__fps16x16_neq", charType, fixed16x16Type, 2, options.float_rent); in initCSupport()
4253 fps16x16_lt = funcOfType ("__fps16x16_lt", charType, fixed16x16Type, 2, options.float_rent); in initCSupport()
4254 fps16x16_lteq = funcOfType ("__fps16x16_lteq", charType, fixed16x16Type, 2, options.float_rent); in initCSupport()
[all …]
H A DSDCCsymt.h641 extern sym_link *fixed16x16Type;
H A DSDCCopt.c299 if (compareType (type, fixed16x16Type) == 1) in cnvToFloatCast()