Searched refs:fp_t (Results 1 – 2 of 2) sorted by relevance
57 typedef float fp_t; typedef71 COMPILER_RT_ABI fp_t __addsf3(fp_t a, fp_t b);77 typedef double fp_t; typedef114 COMPILER_RT_ABI fp_t __adddf3(fp_t a, fp_t b);121 typedef long double fp_t; typedef243 static inline rep_t toRep(fp_t x) { in toRep()244 const union { fp_t f; rep_t i; } rep = {.f = x}; in toRep()248 static inline fp_t fromRep(rep_t x) { in fromRep()249 const union { fp_t f; rep_t i; } rep = {.i = x}; in fromRep()
52 COMPILER_RT_ABI fp_t in ARM_EABI_FNALIAS()