HomeSort by: relevance | last modified time | path
    Searched refs:_Fract (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/avr/
lib2funcs.c 28 int (*f (void))(_Fract)
43 typedef short _Fract fx_hr_t;
44 typedef _Fract fx_r_t;
45 typedef long _Fract fx_lr_t;
46 typedef long long _Fract fx_llr_t;
48 typedef unsigned short _Fract fx_uhr_t;
49 typedef unsigned _Fract fx_ur_t;
50 typedef unsigned long _Fract fx_ulr_t;
51 typedef unsigned long long _Fract fx_ullr_t;
avr-lib.h 39 typedef unsigned _Fract UTAtype __attribute__ ((mode (UTA)));
74 typedef _Fract TAtype __attribute__ ((mode (TA)));
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/
lib2funcs.c 28 int (*f (void))(_Fract)
43 typedef short _Fract fx_hr_t;
44 typedef _Fract fx_r_t;
45 typedef long _Fract fx_lr_t;
46 typedef long long _Fract fx_llr_t;
48 typedef unsigned short _Fract fx_uhr_t;
49 typedef unsigned _Fract fx_ur_t;
50 typedef unsigned long _Fract fx_ulr_t;
51 typedef unsigned long long _Fract fx_ullr_t;
avr-lib.h 39 typedef unsigned _Fract UTAtype __attribute__ ((mode (UTA)));
74 typedef _Fract TAtype __attribute__ ((mode (TA)));
  /src/external/gpl3/gcc/dist/libgcc/
fixed-bit.h 64 typedef _Fract QQtype __attribute__ ((mode (QQ)));
65 typedef unsigned _Fract UQQtype __attribute__ ((mode (UQQ)));
66 typedef _Fract HQtype __attribute__ ((mode (HQ)));
67 typedef unsigned _Fract UHQtype __attribute__ ((mode (UHQ)));
68 typedef _Fract HAtype __attribute__ ((mode (HA)));
69 typedef unsigned _Fract UHAtype __attribute__ ((mode (UHA)));
84 typedef _Fract SQtype __attribute__ ((mode (SQ)));
85 typedef unsigned _Fract USQtype __attribute__ ((mode (USQ)));
86 typedef _Fract SAtype __attribute__ ((mode (SA)));
87 typedef unsigned _Fract USAtype __attribute__ ((mode (USA)))
    [all...]
configure 4821 _Sat _Fract x;
  /src/external/gpl3/gcc.old/dist/libgcc/
fixed-bit.h 64 typedef _Fract QQtype __attribute__ ((mode (QQ)));
65 typedef unsigned _Fract UQQtype __attribute__ ((mode (UQQ)));
66 typedef _Fract HQtype __attribute__ ((mode (HQ)));
67 typedef unsigned _Fract UHQtype __attribute__ ((mode (UHQ)));
68 typedef _Fract HAtype __attribute__ ((mode (HA)));
69 typedef unsigned _Fract UHAtype __attribute__ ((mode (UHA)));
84 typedef _Fract SQtype __attribute__ ((mode (SQ)));
85 typedef unsigned _Fract USQtype __attribute__ ((mode (USQ)));
86 typedef _Fract SAtype __attribute__ ((mode (SA)));
87 typedef unsigned _Fract USAtype __attribute__ ((mode (USA)))
    [all...]
configure 4821 _Sat _Fract x;
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdfix.h 38 #define fract _Fract
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdfix.h 38 #define fract _Fract
  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
libf7.c 71 _Sat _Fract sa = __builtin_avr_rbits (a);
78 _Sat _Fract sa = __builtin_avr_rbits (a);
79 _Sat _Fract sb = __builtin_avr_rbits (b);
86 _Sat _Fract sa = __builtin_avr_rbits (a);
87 _Sat _Fract sb = __builtin_avr_rbits (b);
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
libf7.c 71 _Sat _Fract sa = __builtin_avr_rbits (a);
78 _Sat _Fract sa = __builtin_avr_rbits (a);
79 _Sat _Fract sb = __builtin_avr_rbits (b);
86 _Sat _Fract sa = __builtin_avr_rbits (a);
87 _Sat _Fract sb = __builtin_avr_rbits (b);

Completed in 28 milliseconds