OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_neg
(Results
1 - 4
of
4
) sorted by null
/system/core/libutils/
LinearTransform.cpp
137
bool
is_neg
;
local
145
is_neg
= true;
148
is_neg
= false;
153
is_neg
= !
is_neg
;
159
is_neg
))
166
if (
is_neg
&& (basis2 < 0))
169
if (!
is_neg
&& (basis2 >= 0))
176
*out = (
is_neg
? (-scaled) : scaled) + basis2;
189
if (
is_neg
)
[
all
...]
/external/boringssl/src/crypto/ec/
wnaf.c
383
int
is_neg
;
local
386
is_neg
= digit < 0;
388
if (
is_neg
) {
392
if (
is_neg
!= r_is_inverted) {
/external/curl/lib/
mprintf.c
601
int
is_neg
;
local
701
is_neg
= (p->data.num.as_signed < (mp_intmax_t)0) ? 1 : 0;
702
if(
is_neg
) {
714
is_neg
= 0;
749
if(
is_neg
|| (p->flags & FLAGS_SHOWSIGN) || (p->flags & FLAGS_SPACE))
756
if(
is_neg
)
843
is_neg
= 0;
/toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c
13811
int
is_neg
= (inst.instruction & 0x80) != 0;
local
[
all
...]
Completed in 350 milliseconds