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:iszero
(Results
1 - 4
of
4
) sorted by relevance
/third_party/optimized-routines/math/test/rtest/
H
A
D
dotest.c
716
static int
iszero
(uint32 *x) {
in iszero()
function
1144
} while (
iszero
(out)); /* rule out zero */
in cases_biased()
1152
} while (
iszero
(out)); /* rule out zero */
in cases_biased_positive()
1161
} while (
iszero
(out)); /* rule out zero */
in cases_biased_float()
1204
} while (
iszero
(out)); /* rule out zero */
in cases_uniform()
1212
} while (
iszero
(out)); /* rule out zero */
in cases_uniform_float()
1220
} while (
iszero
(out)); /* rule out zero */
in cases_uniform_positive()
1227
} while (
iszero
(out)); /* rule out zero */
in cases_uniform_float_positive()
1236
} while (
iszero
(out)); /* rule out zero */
in log_cases()
1244
} while (
iszero
(ou
in log_cases_float()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H
A
D
BigDecimal.java
329
private static final byte
iszero
= 0; // ind: indicates zero (must be 0)
field in BigDecimal
359
* <li>ispos -- the number is positive <li>
iszero
-- the number is zero <li>isneg -- the number is negative
713
ind =
iszero
; // force to show zero
in BigDecimal()
784
ind =
iszero
;
in BigDecimal()
863
ind =
iszero
;
in BigDecimal()
1132
if (lhs.ind ==
iszero
)
in add()
1147
if (rhs.ind ==
iszero
) {
in add()
1149
} else if ((usellen < userlen) | (lhs.ind ==
iszero
)) { // original B bigger
in add()
2208
else if (num.ind ==
iszero
)
in format()
2264
num.ind =
iszero
;
in format()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
H
A
D
BigDecimal.java
318
private static final byte
iszero
= 0; // ind: indicates zero (must be 0)
field in BigDecimal
348
* <li>ispos -- the number is positive <li>
iszero
-- the number is zero <li>isneg -- the number is negative
697
ind =
iszero
; // force to show zero
in BigDecimal()
766
ind =
iszero
;
in BigDecimal()
844
ind =
iszero
;
in BigDecimal()
1108
if (lhs.ind ==
iszero
)
in add()
1123
if (rhs.ind ==
iszero
) {
in add()
1125
} else if ((usellen < userlen) | (lhs.ind ==
iszero
)) { // original B bigger
in add()
2154
else if (num.ind ==
iszero
)
in format()
2210
num.ind =
iszero
;
in format()
[all...]
/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 15 milliseconds