OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aInt
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/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
...]
/external/icu/icu4c/source/i18n/
umsg.cpp
534
int32_t*
aInt
;
561
aInt
= va_arg(ap, int32_t*);
562
if(
aInt
){
563
*
aInt
= (int32_t) args[i].getLong();
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/
chai.js
39
var
aInt
= parseInt(aArray[i], 10);
41
if (
aInt
=== bInt) {
42
var aLex = aArray[i].substr((""+
aInt
).length);
48
} else if (
aInt
> bInt) {
[
all
...]
Completed in 224 milliseconds