Searched refs:src_t (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfp_trunc.h20 typedef float src_t; typedef
26 typedef double src_t; typedef
32 typedef long double src_t; typedef
66 static __inline src_rep_t srcToRep(src_t x) {
67 const union { src_t f; src_rep_t i; } rep = {.f = x};
H A Dfp_extend.h20 typedef float src_t; typedef
27 typedef double src_t; typedef
43 typedef uint16_t src_t; typedef
78 static __inline src_rep_t srcToRep(src_t x) {
79 const union { src_t f; src_rep_t i; } rep = {.f = x};
H A Dfp_extend_impl.inc41 static __inline dst_t __extendXfYf2__(src_t a) {
44 const int srcBits = sizeof(src_t)*CHAR_BIT;
H A Dfp_trunc_impl.inc42 static __inline dst_t __truncXfYf2__(src_t a) {
45 const int srcBits = sizeof(src_t)*CHAR_BIT;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-string.c414 do_isel (rtx dest, rtx cmp, rtx src_t, rtx src_f, rtx cr) argument
417 emit_insn (gen_isel_signed_di (dest, cmp, src_t, src_f, cr));
419 emit_insn (gen_isel_signed_si (dest, cmp, src_t, src_f, cr));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-string.cc414 do_isel (rtx dest, rtx cmp, rtx src_t, rtx src_f, rtx cr) argument
417 emit_insn (gen_isel_signed_di (dest, cmp, src_t, src_f, cr));
419 emit_insn (gen_isel_signed_si (dest, cmp, src_t, src_f, cr));

Completed in 101 milliseconds