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
defs:ROUND_DOWN
(Results
1 - 9
of
9
) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H
A
D
MathContext.java
149
public static final int
ROUND_DOWN
=1;
field in MathContext
H
A
D
BigDecimal.java
277
public static final int
ROUND_DOWN
= com.ibm.icu.math.MathContext.
ROUND_DOWN
;
field in BigDecimal
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
H
A
D
MathContext.java
144
public static final int
ROUND_DOWN
=1;
field in MathContext
H
A
D
BigDecimal.java
272
public static final int
ROUND_DOWN
= ohos.global.icu.math.MathContext.
ROUND_DOWN
;
field in BigDecimal
/third_party/libdrm/amdgpu/
H
A
D
amdgpu_internal.h
41
#define
ROUND_DOWN
(x, y) ((x) & ~__round_mask(x, y))
macro
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
jitter.c
74
#define
ROUND_DOWN
(x, step) ((x)<0 ? ((x)-(step)+1)/(step)*(step) : (x)/(step)*(step))
macro
/third_party/python/Lib/
H
A
D
_pydecimal.py
167
ROUND_DOWN
= '
ROUND_DOWN
'
variable
/third_party/python/Lib/test/
H
A
D
test_decimal.py
87
ROUND_DOWN
= P.
ROUND_DOWN
variable
[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 25 milliseconds