Home
last modified time | relevance | path

Searched refs:dst_t (Results 1 – 16 of 16) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_trunc.h53 typedef double dst_t; typedef
56 static const int dstBits = sizeof(dst_t) * CHAR_BIT;
63 typedef xf_float dst_t; typedef
74 typedef float dst_t; typedef
77 static const int dstBits = sizeof(dst_t) * CHAR_BIT;
85 typedef _Float16 dst_t; typedef
87 typedef uint16_t dst_t; typedef
91 static const int dstBits = sizeof(dst_t) * CHAR_BIT;
98 typedef __bf16 dst_t; typedef
101 static const int dstBits = sizeof(dst_t) * CHAR_BIT;
[all …]
H A Dfp_extend.h95 typedef float dst_t; typedef
98 static const int dstBits = sizeof(dst_t) * CHAR_BIT;
105 typedef double dst_t; typedef
108 static const int dstBits = sizeof(dst_t) * CHAR_BIT;
115 typedef tf_float dst_t; typedef
118 static const int dstBits = sizeof(dst_t) * CHAR_BIT;
171 static inline dst_t dstFromRep(dst_rep_t x) { in dstFromRep()
173 dst_t f; in dstFromRep()
H A Dint_to_fp.h44 typedef float dst_t; typedef
53 typedef double dst_t; typedef
62 typedef tf_float dst_t; typedef
74 static __inline dst_t dstFromRep(dst_rep_t x) { in dstFromRep()
76 dst_t f; in dstFromRep()
H A Dtruncsfhf2.c15 COMPILER_RT_ABI NOINLINE dst_t __truncsfhf2(float a) { in __truncsfhf2()
19 COMPILER_RT_ABI dst_t __gnu_f2h_ieee(float a) { return __truncsfhf2(a); } in __gnu_f2h_ieee()
23 AEABI_RTABI dst_t __aeabi_f2h(float a) { return __truncsfhf2(a); } in __aeabi_f2h()
H A Dtruncdfhf2.c13 COMPILER_RT_ABI dst_t __truncdfhf2(double a) { return __truncXfYf2__(a); } in __truncdfhf2()
17 AEABI_RTABI dst_t __aeabi_d2h(double a) { return __truncdfhf2(a); } in __aeabi_d2h()
H A Dint_to_fp_impl.inc17 static __inline dst_t __floatXiYf__(src_t a) {
62 const int dstBits = sizeof(dst_t) * CHAR_BIT;
H A Dtruncsfbf2.c13 COMPILER_RT_ABI dst_t __truncsfbf2(float a) { return __truncXfYf2__(a); } in __truncsfbf2()
H A Dtruncdfbf2.c13 COMPILER_RT_ABI dst_t __truncdfbf2(double a) { return __truncXfYf2__(a); } in __truncdfbf2()
H A Dextenddftf2.c17 COMPILER_RT_ABI dst_t __extenddftf2(src_t a) { return __extendXfYf2__(a); } in __extenddftf2()
H A Dtrunctfsf2.c17 COMPILER_RT_ABI dst_t __trunctfsf2(src_t a) { return __truncXfYf2__(a); } in __trunctfsf2()
H A Dtrunctfdf2.c17 COMPILER_RT_ABI dst_t __trunctfdf2(src_t a) { return __truncXfYf2__(a); } in __trunctfdf2()
H A Dextendsftf2.c17 COMPILER_RT_ABI dst_t __extendsftf2(src_t a) { return __extendXfYf2__(a); } in __extendsftf2()
H A Dtrunctfhf2.c18 COMPILER_RT_ABI dst_t __trunctfhf2(src_t a) { return __truncXfYf2__(a); } in __trunctfhf2()
H A Dextendhftf2.c18 COMPILER_RT_ABI dst_t __extendhftf2(src_t a) { return __extendXfYf2__(a); } in __extendhftf2()
H A Dfp_extend_impl.inc44 static __inline dst_t __extendXfYf2__(src_t a) {
H A Dfp_trunc_impl.inc45 static __inline dst_t __truncXfYf2__(src_t a) {