Lines Matching refs:fp_t
36 typedef float fp_t; typedef
49 COMPILER_RT_ABI fp_t __addsf3(fp_t a, fp_t b);
56 typedef double fp_t; typedef
85 COMPILER_RT_ABI fp_t __adddf3(fp_t a, fp_t b);
92 typedef tf_float fp_t; typedef
186 typedef long double fp_t; typedef
196 static __inline rep_t toRep(fp_t x) { in toRep()
198 fp_t f; in toRep()
204 static __inline fp_t fromRep(rep_t x) { in fromRep()
206 fp_t f; in fromRep()
259 static __inline fp_t __compiler_rt_logbX(fp_t x) { in __compiler_rt_logbX()
291 static __inline fp_t __compiler_rt_scalbnX(fp_t x, int y) { in __compiler_rt_scalbnX()
319 fp_t tmp = fromRep(sign | (REP_C(1) << significandBits) | sig); in __compiler_rt_scalbnX()
332 static __inline fp_t __compiler_rt_fmaxX(fp_t x, fp_t y) { in __compiler_rt_fmaxX()
343 static __inline fp_t __compiler_rt_logbf(fp_t x) { in __compiler_rt_logbf()
346 static __inline fp_t __compiler_rt_scalbnf(fp_t x, int y) { in __compiler_rt_scalbnf()
349 static __inline fp_t __compiler_rt_fmaxf(fp_t x, fp_t y) { in __compiler_rt_fmaxf()
361 static __inline fp_t __compiler_rt_logb(fp_t x) { in __compiler_rt_logb()
364 static __inline fp_t __compiler_rt_scalbn(fp_t x, int y) { in __compiler_rt_scalbn()
367 static __inline fp_t __compiler_rt_fmax(fp_t x, fp_t y) { in __compiler_rt_fmax()