Searched refs:src_t (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
H A D | fp_trunc.h | 20 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) { in srcToRep() 67 const union { src_t f; src_rep_t i; } rep = {.f = x}; in srcToRep()
|
H A D | fp_extend.h | 20 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) { in srcToRep() 79 const union { src_t f; src_rep_t i; } rep = {.f = x}; in srcToRep()
|
H A D | fp_extend_impl.inc | 41 static __inline dst_t __extendXfYf2__(src_t a) { 44 const int srcBits = sizeof(src_t)*CHAR_BIT;
|
H A D | fp_trunc_impl.inc | 42 static __inline dst_t __truncXfYf2__(src_t a) { 45 const int srcBits = sizeof(src_t)*CHAR_BIT;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-string.cc | 414 do_isel (rtx dest, rtx cmp, rtx src_t, rtx src_f, rtx cr) in do_isel() argument 417 emit_insn (gen_isel_signed_di (dest, cmp, src_t, src_f, cr)); in do_isel() 419 emit_insn (gen_isel_signed_si (dest, cmp, src_t, src_f, cr)); in do_isel()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-string.c | 414 do_isel (rtx dest, rtx cmp, rtx src_t, rtx src_f, rtx cr) in do_isel() argument 417 emit_insn (gen_isel_signed_di (dest, cmp, src_t, src_f, cr)); in do_isel() 419 emit_insn (gen_isel_signed_si (dest, cmp, src_t, src_f, cr)); in do_isel()
|