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:ideal_exp
(Results
1 - 2
of
2
) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/
H
A
D
mpdecimal.c
3761
mpd_ssize_t
ideal_exp
;
in _mpd_qdiv()
local
3792
ideal_exp
= a->exp - b->exp;
in _mpd_qdiv()
3793
exp =
ideal_exp
- shift;
in _mpd_qdiv()
3852
shift =
ideal_exp
- exp;
in _mpd_qdiv()
3954
mpd_ssize_t
ideal_exp
, expdiff, shift;
in _mpd_qdivmod()
local
3959
ideal_exp
= (a->exp > b->exp) ? b->exp : a->exp;
in _mpd_qdivmod()
3964
r->exp =
ideal_exp
;
in _mpd_qdivmod()
3977
r->exp =
ideal_exp
;
in _mpd_qdivmod()
4078
r->exp =
ideal_exp
;
in _mpd_qdivmod()
7765
mpd_ssize_t
ideal_exp
, shif
in _mpd_qinvroot()
local
7897
mpd_ssize_t prec,
ideal_exp
;
_mpd_qsqrt()
local
[all...]
/third_party/python/Lib/
H
A
D
_pydecimal.py
1385
ideal_exp
= self._exp - other._exp
1386
while exp <
ideal_exp
and coeff % 10 == 0:
1401
ideal_exp
= self._exp
1403
ideal_exp
= min(self._exp, other._exp)
1408
self._rescale(
ideal_exp
, context.rounding))
1419
_dec_from_triple(self._sign, str(r),
ideal_exp
))
Completed in 18 milliseconds