OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:negative
(Results
76 - 100
of
337
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c
37
SDL_bool
negative
= SDL_FALSE;
local
40
negative
= SDL_TRUE;
62
if (
negative
&& value ) {
140
SDL_bool
negative
= SDL_FALSE;
local
143
negative
= SDL_TRUE;
165
if (
negative
&& value ) {
213
SDL_bool
negative
= SDL_FALSE;
local
216
negative
= SDL_TRUE;
232
if (
negative
&& value ) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
SourceMap.js
344
var
negative
= result & 1;
346
return
negative
? -result : result;
/external/chromium_org/v8/test/mjsunit/compiler/
regress-1085.js
30
// Test correct checks for
negative
zero.
regress-max.js
30
// Test Math.max with
negative
zero as input.
math-floor-global.js
57
// Ensure that a
negative
zero coming from Math.floor is properly handled
149
// Regression test for a bug where a
negative
zero coming from Math.floor
math-floor-local.js
57
// Ensure that a
negative
zero coming from Math.floor is properly handled
149
// Regression test for a bug where a
negative
zero coming from Math.floor
/external/chromium_org/v8/test/mjsunit/
math-floor-of-div-minus-zero.js
30
// Test for
negative
zero that doesn't need bail out
toint32.js
47
assertEquals(0, toInt32(-0.6), "truncate
negative
(-0.6)");
48
assertEquals(-1, toInt32(-1.6), "truncate
negative
(-1.6)");
/external/chromium_org/v8/test/webkit/
array-indexing.js
25
"This test checks that array accessing doesn't do the wrong thing for
negative
indices"
dfg-negative-array-index.js
25
"Tests that storing into a
negative
array index works right."
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long_future.py
26
negative
= a^b < 0
51
return -result if
negative
else result
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long_future.py
26
negative
= a^b < 0
51
return -result if
negative
else result
/frameworks/base/location/java/android/location/
Location.java
192
// Handle
negative
values
232
boolean
negative
= false;
235
negative
= true;
248
return
negative
? -val : val;
264
boolean isNegative180 =
negative
&& (deg == 180) &&
282
return
negative
? -val : val;
/libcore/luni/src/main/java/java/util/
Scanner.java
[
all
...]
/external/stlport/test/unit/
sstream_test.cpp
38
CPPUNIT_TEST(
negative
);
58
void
negative
();
481
void SstreamTest::
negative
()
function in class:SstreamTest
/ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp
38
CPPUNIT_TEST(
negative
);
58
void
negative
();
481
void SstreamTest::
negative
()
function in class:SstreamTest
/ndk/tests/device/test-stlport/unit/
sstream_test.cpp
38
CPPUNIT_TEST(
negative
);
58
void
negative
();
481
void SstreamTest::
negative
()
function in class:SstreamTest
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
vector_scaling_operations_neon.S
37
@ by a register value, we have to do a left shift left by the
negative
value.
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m
114
peak_ix=find(s.optbuf(cng_ix)<0); % peak mode is labeled with
negative
values
175
%
negative
jump
/external/libvorbis/doc/
09-helper.tex
42
\item ilog(
negative
number) = 0;
131
rounding division of both positive and
negative
numbers toward zero.
/external/opencv/otherlibs/highgui/
utils.h
96
void FillGrayPalette( PaletteEntry* palette, int bpp, bool
negative
= false );
/external/stlport/src/
num_get_float.cpp
64
unsigned int
negative
:1;
member in struct:ieee854_long_double::__anon35852
581
v.ieee.
negative
= 0;
626
v.ieee.
negative
= 0;
637
v.ieee.
negative
= 0;
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.cpp
415
Flag
negative
;
521
negative
= 1;
525
negative
= 0;
541
if (
negative
!= 0)
871
Flag
negative
;
local
1004
negative
= 1;
1008
negative
= 0;
1025
if (
negative
!= 0)
[
all
...]
/frameworks/base/core/java/android/widget/
SlidingDrawer.java
440
boolean
negative
;
444
negative
= yVelocity < 0;
452
negative
= xVelocity < 0;
462
if (
negative
) {
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp
64
unsigned int
negative
:1;
member in struct:ieee854_long_double::__anon43861
581
v.ieee.
negative
= 0;
626
v.ieee.
negative
= 0;
637
v.ieee.
negative
= 0;
Completed in 501 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>