Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
Dcomparetf2.c47 const srep_t aInt = toRep(a); in __letf2()
48 const srep_t bInt = toRep(b); in __letf2()
100 const srep_t aInt = toRep(a); in __getf2()
101 const srep_t bInt = toRep(b); in __getf2()
Dcomparesf2.c46 const srep_t aInt = toRep(a); in __lesf2()
47 const srep_t bInt = toRep(b); in __lesf2()
101 const srep_t aInt = toRep(a); in __gesf2()
102 const srep_t bInt = toRep(b); in __gesf2()
Dcomparedf2.c46 const srep_t aInt = toRep(a); in __ledf2()
47 const srep_t bInt = toRep(b); in __ledf2()
101 const srep_t aInt = toRep(a); in __gedf2()
102 const srep_t bInt = toRep(b); in __gedf2()
Dfp_lib.h46 typedef int32_t srep_t; typedef
66 typedef int64_t srep_t; typedef
112 typedef __int128_t srep_t; typedef
/external/compiler-rt/lib/builtins/
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()
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()
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()
Dfp_lib.h44 typedef int32_t srep_t; typedef
64 typedef int64_t srep_t; typedef
108 typedef __int128_t srep_t; typedef