Home
last modified time | relevance | path

Searched refs:srep_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_compare_impl.inc45 const srep_t aInt = toRep(a);
46 const srep_t bInt = toRep(b);
89 const srep_t aInt = toRep(a);
90 const srep_t bInt = toRep(b);
H A Dfp_lib.h35 typedef int32_t srep_t; typedef
55 typedef int64_t srep_t; typedef
91 typedef __int128_t srep_t; typedef