Home
last modified time | relevance | path

Searched refs:aInt (Results 1 – 25 of 521) sorted by relevance

12345678910>>...21

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/builtins/
H A Dcomparetf2.c47 const srep_t aInt = toRep(a); in __letf2() local
62 if ((aInt & bInt) >= 0) { in __letf2()
63 if (aInt < bInt) in __letf2()
65 else if (aInt == bInt) in __letf2()
74 if (aInt > bInt) in __letf2()
76 else if (aInt == bInt) in __letf2()
109 if ((aInt & bInt) >= 0) { in __getf2()
110 if (aInt < bInt) in __getf2()
112 else if (aInt == bInt) in __getf2()
117 if (aInt > bInt) in __getf2()
[all …]
H A Dcomparedf2.c46 const srep_t aInt = toRep(a); in __ledf2() local
61 if ((aInt & bInt) >= 0) { in __ledf2()
62 if (aInt < bInt) in __ledf2()
64 else if (aInt == bInt) in __ledf2()
75 if (aInt > bInt) in __ledf2()
77 else if (aInt == bInt) in __ledf2()
110 if ((aInt & bInt) >= 0) { in __gedf2()
111 if (aInt < bInt) in __gedf2()
113 else if (aInt == bInt) in __gedf2()
118 if (aInt > bInt) in __gedf2()
[all …]
H A Dcomparesf2.c46 const srep_t aInt = toRep(a); in __lesf2() local
61 if ((aInt & bInt) >= 0) { in __lesf2()
62 if (aInt < bInt) in __lesf2()
64 else if (aInt == bInt) in __lesf2()
75 if (aInt > bInt) in __lesf2()
77 else if (aInt == bInt) in __lesf2()
110 if ((aInt & bInt) >= 0) { in __gesf2()
111 if (aInt < bInt) in __gesf2()
113 else if (aInt == bInt) in __gesf2()
118 if (aInt > bInt) in __gesf2()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/builtins/
H A Dcomparetf2.c47 const srep_t aInt = toRep(a); in __letf2() local
62 if ((aInt & bInt) >= 0) { in __letf2()
63 if (aInt < bInt) in __letf2()
65 else if (aInt == bInt) in __letf2()
74 if (aInt > bInt) in __letf2()
76 else if (aInt == bInt) in __letf2()
109 if ((aInt & bInt) >= 0) { in __getf2()
110 if (aInt < bInt) in __getf2()
112 else if (aInt == bInt) in __getf2()
117 if (aInt > bInt) in __getf2()
[all …]
H A Dcomparedf2.c46 const srep_t aInt = toRep(a); in __ledf2() local
61 if ((aInt & bInt) >= 0) { in __ledf2()
62 if (aInt < bInt) in __ledf2()
64 else if (aInt == bInt) in __ledf2()
75 if (aInt > bInt) in __ledf2()
77 else if (aInt == bInt) in __ledf2()
110 if ((aInt & bInt) >= 0) { in __gedf2()
111 if (aInt < bInt) in __gedf2()
113 else if (aInt == bInt) in __gedf2()
118 if (aInt > bInt) in __gedf2()
[all …]
H A Dcomparesf2.c46 const srep_t aInt = toRep(a); in __lesf2() local
61 if ((aInt & bInt) >= 0) { in __lesf2()
62 if (aInt < bInt) in __lesf2()
64 else if (aInt == bInt) in __lesf2()
75 if (aInt > bInt) in __lesf2()
77 else if (aInt == bInt) in __lesf2()
110 if ((aInt & bInt) >= 0) { in __gesf2()
111 if (aInt < bInt) in __gesf2()
113 else if (aInt == bInt) in __gesf2()
118 if (aInt > bInt) in __gesf2()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/
H A Dcomparetf2.c47 const srep_t aInt = toRep(a); in __letf2() local
62 if ((aInt & bInt) >= 0) { in __letf2()
63 if (aInt < bInt) in __letf2()
65 else if (aInt == bInt) in __letf2()
74 if (aInt > bInt) in __letf2()
76 else if (aInt == bInt) in __letf2()
109 if ((aInt & bInt) >= 0) { in __getf2()
110 if (aInt < bInt) in __getf2()
112 else if (aInt == bInt) in __getf2()
117 if (aInt > bInt) in __getf2()
[all …]
H A Dcomparedf2.c46 const srep_t aInt = toRep(a); in __ledf2() local
61 if ((aInt & bInt) >= 0) { in __ledf2()
62 if (aInt < bInt) in __ledf2()
64 else if (aInt == bInt) in __ledf2()
75 if (aInt > bInt) in __ledf2()
77 else if (aInt == bInt) in __ledf2()
110 if ((aInt & bInt) >= 0) { in __gedf2()
111 if (aInt < bInt) in __gedf2()
113 else if (aInt == bInt) in __gedf2()
118 if (aInt > bInt) in __gedf2()
[all …]
H A Dcomparesf2.c46 const srep_t aInt = toRep(a); in __lesf2() local
61 if ((aInt & bInt) >= 0) { in __lesf2()
62 if (aInt < bInt) in __lesf2()
64 else if (aInt == bInt) in __lesf2()
75 if (aInt > bInt) in __lesf2()
77 else if (aInt == bInt) in __lesf2()
110 if ((aInt & bInt) >= 0) { in __gesf2()
111 if (aInt < bInt) in __gesf2()
113 else if (aInt == bInt) in __gesf2()
118 if (aInt > bInt) in __gesf2()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/
H A Dcomparetf2.c47 const srep_t aInt = toRep(a); in __letf2() local
62 if ((aInt & bInt) >= 0) { in __letf2()
63 if (aInt < bInt) in __letf2()
65 else if (aInt == bInt) in __letf2()
74 if (aInt > bInt) in __letf2()
76 else if (aInt == bInt) in __letf2()
109 if ((aInt & bInt) >= 0) { in __getf2()
110 if (aInt < bInt) in __getf2()
112 else if (aInt == bInt) in __getf2()
117 if (aInt > bInt) in __getf2()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/system/lib/compiler-rt/lib/builtins/
H A Dcomparetf2.c47 const srep_t aInt = toRep(a); in __letf2() local
62 if ((aInt & bInt) >= 0) { in __letf2()
63 if (aInt < bInt) in __letf2()
65 else if (aInt == bInt) in __letf2()
74 if (aInt > bInt) in __letf2()
76 else if (aInt == bInt) in __letf2()
109 if ((aInt & bInt) >= 0) { in __getf2()
110 if (aInt < bInt) in __getf2()
112 else if (aInt == bInt) in __getf2()
117 if (aInt > bInt) in __getf2()
[all …]
H A Dcomparedf2.c46 const srep_t aInt = toRep(a); in __ledf2() local
61 if ((aInt & bInt) >= 0) { in __ledf2()
62 if (aInt < bInt) in __ledf2()
64 else if (aInt == bInt) in __ledf2()
75 if (aInt > bInt) in __ledf2()
77 else if (aInt == bInt) in __ledf2()
110 if ((aInt & bInt) >= 0) { in __gedf2()
111 if (aInt < bInt) in __gedf2()
113 else if (aInt == bInt) in __gedf2()
118 if (aInt > bInt) in __gedf2()
[all …]
H A Dcomparesf2.c46 const srep_t aInt = toRep(a); in __lesf2() local
61 if ((aInt & bInt) >= 0) { in __lesf2()
62 if (aInt < bInt) in __lesf2()
64 else if (aInt == bInt) in __lesf2()
75 if (aInt > bInt) in __lesf2()
77 else if (aInt == bInt) in __lesf2()
110 if ((aInt & bInt) >= 0) { in __gesf2()
111 if (aInt < bInt) in __gesf2()
113 else if (aInt == bInt) in __gesf2()
118 if (aInt > bInt) in __gesf2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/builtins/
H A Dcomparetf2.c47 const srep_t aInt = toRep(a); in __letf2() local
62 if ((aInt & bInt) >= 0) { in __letf2()
63 if (aInt < bInt) in __letf2()
65 else if (aInt == bInt) in __letf2()
74 if (aInt > bInt) in __letf2()
76 else if (aInt == bInt) in __letf2()
109 if ((aInt & bInt) >= 0) { in __getf2()
110 if (aInt < bInt) in __getf2()
112 else if (aInt == bInt) in __getf2()
117 if (aInt > bInt) in __getf2()
[all …]
H A Dcomparedf2.c46 const srep_t aInt = toRep(a); in __ledf2() local
61 if ((aInt & bInt) >= 0) { in __ledf2()
62 if (aInt < bInt) in __ledf2()
64 else if (aInt == bInt) in __ledf2()
75 if (aInt > bInt) in __ledf2()
77 else if (aInt == bInt) in __ledf2()
110 if ((aInt & bInt) >= 0) { in __gedf2()
111 if (aInt < bInt) in __gedf2()
113 else if (aInt == bInt) in __gedf2()
118 if (aInt > bInt) in __gedf2()
[all …]
H A Dcomparesf2.c46 const srep_t aInt = toRep(a); in __lesf2() local
61 if ((aInt & bInt) >= 0) { in __lesf2()
62 if (aInt < bInt) in __lesf2()
64 else if (aInt == bInt) in __lesf2()
75 if (aInt > bInt) in __lesf2()
77 else if (aInt == bInt) in __lesf2()
110 if ((aInt & bInt) >= 0) { in __gesf2()
111 if (aInt < bInt) in __gesf2()
113 else if (aInt == bInt) in __gesf2()
118 if (aInt > bInt) in __gesf2()
[all …]
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/builtins/
H A Dcomparetf2.c47 const srep_t aInt = toRep(a); in __letf2() local
62 if ((aInt & bInt) >= 0) { in __letf2()
63 if (aInt < bInt) in __letf2()
65 else if (aInt == bInt) in __letf2()
74 if (aInt > bInt) in __letf2()
76 else if (aInt == bInt) in __letf2()
109 if ((aInt & bInt) >= 0) { in __getf2()
110 if (aInt < bInt) in __getf2()
112 else if (aInt == bInt) in __getf2()
117 if (aInt > bInt) in __getf2()
[all …]
/dports/devel/compiler-rt/compiler-rt-0.r131639/lib/
H A Dcomparedf2.c52 const srep_t aInt = toRep(a); in __ledf2() local
54 const rep_t aAbs = aInt & absMask; in __ledf2()
65 if ((aInt & bInt) >= 0) { in __ledf2()
66 if (aInt < bInt) return LE_LESS; in __ledf2()
67 else if (aInt == bInt) return LE_EQUAL; in __ledf2()
76 if (aInt > bInt) return LE_LESS; in __ledf2()
91 const srep_t aInt = toRep(a); in __gedf2() local
93 const rep_t aAbs = aInt & absMask; in __gedf2()
98 if ((aInt & bInt) >= 0) { in __gedf2()
99 if (aInt < bInt) return GE_LESS; in __gedf2()
[all …]
H A Dcomparesf2.c52 const srep_t aInt = toRep(a); in __lesf2() local
54 const rep_t aAbs = aInt & absMask; in __lesf2()
65 if ((aInt & bInt) >= 0) { in __lesf2()
66 if (aInt < bInt) return LE_LESS; in __lesf2()
67 else if (aInt == bInt) return LE_EQUAL; in __lesf2()
76 if (aInt > bInt) return LE_LESS; in __lesf2()
91 const srep_t aInt = toRep(a); in __gesf2() local
93 const rep_t aAbs = aInt & absMask; in __gesf2()
98 if ((aInt & bInt) >= 0) { in __gesf2()
99 if (aInt < bInt) return GE_LESS; in __gesf2()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/builtins/
H A Dcomparetf2.c53 const srep_t aInt = toRep(a); in __letf2() local
55 const rep_t aAbs = aInt & absMask; in __letf2()
66 if ((aInt & bInt) >= 0) { in __letf2()
67 if (aInt < bInt) return LE_LESS; in __letf2()
68 else if (aInt == bInt) return LE_EQUAL; in __letf2()
76 if (aInt > bInt) return LE_LESS; in __letf2()
96 const srep_t aInt = toRep(a); in __getf2() local
98 const rep_t aAbs = aInt & absMask; in __getf2()
103 if ((aInt & bInt) >= 0) { in __getf2()
104 if (aInt < bInt) return GE_LESS; in __getf2()
[all …]
H A Dcomparedf2.c53 const srep_t aInt = toRep(a); in __ledf2() local
55 const rep_t aAbs = aInt & absMask; in __ledf2()
66 if ((aInt & bInt) >= 0) { in __ledf2()
67 if (aInt < bInt) return LE_LESS; in __ledf2()
68 else if (aInt == bInt) return LE_EQUAL; in __ledf2()
77 if (aInt > bInt) return LE_LESS; in __ledf2()
98 const srep_t aInt = toRep(a); in __gedf2() local
100 const rep_t aAbs = aInt & absMask; in __gedf2()
105 if ((aInt & bInt) >= 0) { in __gedf2()
106 if (aInt < bInt) return GE_LESS; in __gedf2()
[all …]
H A Dcomparesf2.c53 const srep_t aInt = toRep(a); in __lesf2() local
55 const rep_t aAbs = aInt & absMask; in __lesf2()
66 if ((aInt & bInt) >= 0) { in __lesf2()
67 if (aInt < bInt) return LE_LESS; in __lesf2()
68 else if (aInt == bInt) return LE_EQUAL; in __lesf2()
77 if (aInt > bInt) return LE_LESS; in __lesf2()
98 const srep_t aInt = toRep(a); in __gesf2() local
100 const rep_t aAbs = aInt & absMask; in __gesf2()
105 if ((aInt & bInt) >= 0) { in __gesf2()
106 if (aInt < bInt) return GE_LESS; in __gesf2()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dcomparetf2.c53 const srep_t aInt = toRep(a); in __letf2() local
55 const rep_t aAbs = aInt & absMask; in __letf2()
66 if ((aInt & bInt) >= 0) { in __letf2()
67 if (aInt < bInt) return LE_LESS; in __letf2()
68 else if (aInt == bInt) return LE_EQUAL; in __letf2()
76 if (aInt > bInt) return LE_LESS; in __letf2()
96 const srep_t aInt = toRep(a); in __getf2() local
98 const rep_t aAbs = aInt & absMask; in __getf2()
103 if ((aInt & bInt) >= 0) { in __getf2()
104 if (aInt < bInt) return GE_LESS; in __getf2()
[all …]
H A Dcomparedf2.c53 const srep_t aInt = toRep(a); in __ledf2() local
55 const rep_t aAbs = aInt & absMask; in __ledf2()
66 if ((aInt & bInt) >= 0) { in __ledf2()
67 if (aInt < bInt) return LE_LESS; in __ledf2()
68 else if (aInt == bInt) return LE_EQUAL; in __ledf2()
77 if (aInt > bInt) return LE_LESS; in __ledf2()
98 const srep_t aInt = toRep(a); in __gedf2() local
100 const rep_t aAbs = aInt & absMask; in __gedf2()
105 if ((aInt & bInt) >= 0) { in __gedf2()
106 if (aInt < bInt) return GE_LESS; in __gedf2()
[all …]
H A Dcomparesf2.c53 const srep_t aInt = toRep(a); in __lesf2() local
55 const rep_t aAbs = aInt & absMask; in __lesf2()
66 if ((aInt & bInt) >= 0) { in __lesf2()
67 if (aInt < bInt) return LE_LESS; in __lesf2()
68 else if (aInt == bInt) return LE_EQUAL; in __lesf2()
77 if (aInt > bInt) return LE_LESS; in __lesf2()
98 const srep_t aInt = toRep(a); in __gesf2() local
100 const rep_t aAbs = aInt & absMask; in __gesf2()
105 if ((aInt & bInt) >= 0) { in __gesf2()
106 if (aInt < bInt) return GE_LESS; in __gesf2()
[all …]

12345678910>>...21