Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:isneg
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libsnd/src/ALAC/
H
A
D
ag_enc.c
90
int32_t
isneg
= a >> 31 ;
in abs_func()
local
91
int32_t xorval = a ^
isneg
;
in abs_func()
92
int32_t result = xorval-
isneg
;
in abs_func()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H
A
D
BigDecimal.java
330
private static final byte
isneg
= -1; // ind: indicates negative (must be -1)
field in BigDecimal
359
* <li>ispos -- the number is positive <li>iszero -- the number is zero <li>
isneg
-- the number is negative
551
ind =
isneg
;
in BigDecimal()
790
ind =
isneg
;
in BigDecimal()
799
ind =
isneg
;
in BigDecimal()
813
ind =
isneg
;/* negative */// [0 case already handled]
in BigDecimal()
865
ind =
isneg
;/* negative */
in BigDecimal()
973
if (this.ind ==
isneg
)
in abs()
1136
if (((lhs.ind ==
isneg
) ? 1 : 0) == ((rhs.ind ==
isneg
)
in add()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
H
A
D
BigDecimal.java
319
private static final byte
isneg
= -1; // ind: indicates negative (must be -1)
field in BigDecimal
348
* <li>ispos -- the number is positive <li>iszero -- the number is zero <li>
isneg
-- the number is negative
535
ind =
isneg
;
in BigDecimal()
772
ind =
isneg
;
in BigDecimal()
781
ind =
isneg
;
in BigDecimal()
795
ind =
isneg
;/* negative */// [0 case already handled]
in BigDecimal()
846
ind =
isneg
;/* negative */
in BigDecimal()
951
if (this.ind ==
isneg
)
in abs()
1112
if (((lhs.ind ==
isneg
) ? 1 : 0) == ((rhs.ind ==
isneg
)
in add()
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H
A
D
v3_utl.c
198
int
isneg
, ishex;
in s2i_ASN1_INTEGER()
local
212
isneg
= 1;
in s2i_ASN1_INTEGER()
214
isneg
= 0;
in s2i_ASN1_INTEGER()
235
if (
isneg
&& BN_is_zero(bn))
in s2i_ASN1_INTEGER()
236
isneg
= 0;
in s2i_ASN1_INTEGER()
244
if (
isneg
)
in s2i_ASN1_INTEGER()
/third_party/openssl/crypto/x509/
H
A
D
v3_utl.c
198
int
isneg
, ishex;
in s2i_ASN1_INTEGER()
local
212
isneg
= 1;
in s2i_ASN1_INTEGER()
214
isneg
= 0;
in s2i_ASN1_INTEGER()
235
if (
isneg
&& BN_is_zero(bn))
in s2i_ASN1_INTEGER()
236
isneg
= 0;
in s2i_ASN1_INTEGER()
244
if (
isneg
)
in s2i_ASN1_INTEGER()
/third_party/python/Modules/_decimal/libmpdec/
H
A
D
mpdecimal.c
1415
int
isneg
;
in mpd_qget_ssize()
local
1423
isneg
= mpd_isnegative(a);
in mpd_qget_ssize()
1425
return
isneg
? -((mpd_ssize_t)u) : (mpd_ssize_t)u;
in mpd_qget_ssize()
1427
else if (
isneg
&& u+(MPD_SSIZE_MIN+MPD_SSIZE_MAX) == MPD_SSIZE_MAX) {
in mpd_qget_ssize()
1500
int
isneg
;
in _c32_qget_i64()
local
1507
isneg
= mpd_isnegative(a);
in _c32_qget_i64()
1509
return
isneg
? -((int64_t)u) : (int64_t)u;
in _c32_qget_i64()
1511
else if (
isneg
&& u+(INT64_MIN+INT64_MAX) == INT64_MAX) {
in _c32_qget_i64()
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 33 milliseconds