OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_negative
(Results
1 - 11
of
11
) sorted by null
/external/curl/lib/
strtoofft.c
58
int
is_negative
= 0;
local
72
is_negative
= 1;
124
if(
is_negative
) {
130
if(
is_negative
)
/external/libxml2/
trionan.c
223
int
is_negative
= TRIO_FALSE;
local
226
is_negative
|= (((unsigned char *)&number)[TRIO_DOUBLE_INDEX(i)]
229
return
is_negative
;
561
TRIO_ARGS2((number,
is_negative
),
563
int *
is_negative
)
569
*
is_negative
= signbit(number);
650
*
is_negative
= TRIO_FALSE; /* NaN has no sign */
653
*
is_negative
= TRIO_FALSE;
656
*
is_negative
= TRIO_TRUE;
659
*
is_negative
= TRIO_FALSE
736
int
is_negative
;
local
[
all
...]
/external/pdfium/core/src/fxcodec/codec/
fx_codec.cpp
176
int e_number = 0, e_signal = 0, e_point = 0,
is_negative
= 0;
local
206
is_negative
= 1;
257
return
is_negative
? -ret : ret;
/external/v8/src/
conversions.cc
433
bool
is_negative
= value < 0.0;
local
434
if (
is_negative
) value = -value;
452
if (
is_negative
) integer_buffer[integer_pos--] = '-';
deoptimizer.cc
2178
bool
is_negative
= (value < 0);
local
2202
bool
is_negative
= (bits & 1) == 1;
local
[
all
...]
/external/valgrind/coregrind/
m_debuglog.c
1077
Bool
is_negative
= False;
local
1081
is_negative
= True;
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp
591
bool
is_negative
() const {
function in struct:float_sign_helper
641
if (helper.
is_negative
())
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
parser.cc
178
bool
is_negative
= false;
local
181
is_negative
= true;
186
if (
is_negative
) value *= -1;
1070
bool
is_negative
= TryConsume("-");
local
[
all
...]
/external/libpng/contrib/libtests/
tarith.c
317
int
is_negative
; /* Number is negative */
member in struct:__anon17630
341
c.
is_negative
= 1;
383
(number_is_valid && !c.is_zero && c.
is_negative
))
396
(number_is_valid && !c.is_zero && !c.
is_negative
))
592
control.
is_negative
= 0;
/external/google-breakpad/src/testing/test/
gmock-matchers_test.cc
1197
Matcher<int>
is_negative
= Lt(0);
local
1313
Matcher<int>
is_negative
= Lt(0);
local
[
all
...]
/external/gmock/test/
gmock-matchers_test.cc
1266
Matcher<int>
is_negative
= Lt(0);
local
1382
Matcher<int>
is_negative
= Lt(0);
local
[
all
...]
Completed in 329 milliseconds