OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aInt
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
comparedf2.c
53
const srep_t
aInt
= toRep(a);
55
const rep_t aAbs =
aInt
& absMask;
66
if ((
aInt
& bInt) >= 0) {
67
if (
aInt
< bInt) return LE_LESS;
68
else if (
aInt
== bInt) return LE_EQUAL;
77
if (
aInt
> bInt) return LE_LESS;
78
else if (
aInt
== bInt) return LE_EQUAL;
98
const srep_t
aInt
= toRep(a);
100
const rep_t aAbs =
aInt
& absMask;
105
if ((
aInt
& bInt) >= 0)
[
all
...]
comparesf2.c
53
const srep_t
aInt
= toRep(a);
55
const rep_t aAbs =
aInt
& absMask;
66
if ((
aInt
& bInt) >= 0) {
67
if (
aInt
< bInt) return LE_LESS;
68
else if (
aInt
== bInt) return LE_EQUAL;
77
if (
aInt
> bInt) return LE_LESS;
78
else if (
aInt
== bInt) return LE_EQUAL;
98
const srep_t
aInt
= toRep(a);
100
const rep_t aAbs =
aInt
& absMask;
105
if ((
aInt
& bInt) >= 0)
[
all
...]
comparetf2.c
53
const srep_t
aInt
= toRep(a);
55
const rep_t aAbs =
aInt
& absMask;
66
if ((
aInt
& bInt) >= 0) {
67
if (
aInt
< bInt) return LE_LESS;
68
else if (
aInt
== bInt) return LE_EQUAL;
76
if (
aInt
> bInt) return LE_LESS;
77
else if (
aInt
== bInt) return LE_EQUAL;
96
const srep_t
aInt
= toRep(a);
98
const rep_t aAbs =
aInt
& absMask;
103
if ((
aInt
& bInt) >= 0)
[
all
...]
Completed in 76 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025