Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Dcomparedf2.c53 const srep_t aInt = toRep(a); in __ledf2()
54 const srep_t bInt = toRep(b); in __ledf2()
98 const srep_t aInt = toRep(a); in __gedf2()
99 const srep_t bInt = toRep(b); in __gedf2()
Dcomparesf2.c53 const srep_t aInt = toRep(a); in __lesf2()
54 const srep_t bInt = toRep(b); in __lesf2()
98 const srep_t aInt = toRep(a); in __gesf2()
99 const srep_t bInt = toRep(b); in __gesf2()
Dcomparetf2.c53 const srep_t aInt = toRep(a); in __letf2()
54 const srep_t bInt = toRep(b); in __letf2()
96 const srep_t aInt = toRep(a); in __getf2()
97 const srep_t bInt = toRep(b); in __getf2()
Dfp_lib.h44 typedef int32_t srep_t; typedef
64 typedef int64_t srep_t; typedef
108 typedef __int128_t srep_t; typedef