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:ldigits
(Results
1 - 1
of
1
) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/
H
A
D
io.c
465
mpd_ssize_t
ldigits
;
in _mpd_to_string()
local
519
*
ldigits
denotes the number of decimal digits to the left
in _mpd_to_string()
526
* 1)
ldigits
:= dec->digits - dec->exp
in _mpd_to_string()
527
* 2) dplace :=
ldigits
(initially)
in _mpd_to_string()
528
* 3) exp :=
ldigits
- dplace (initially exp = 0)
in _mpd_to_string()
539
ldigits
= dec->digits + dec->exp;
in _mpd_to_string()
544
else if (flags&MPD_FMT_FIXED || (dec->exp <= 0 &&
ldigits
> -6)) {
in _mpd_to_string()
548
dplace =
ldigits
;
in _mpd_to_string()
557
else { /*
ldigits
-1 is the adjusted exponent, which
in _mpd_to_string()
560
dplace += mod_mpd_ssize_t(
ldigits
in _mpd_to_string()
[all...]
Completed in 2 milliseconds