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:MPD_UINT_MAX
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/
H
A
D
basearith.h
103
/* n1_neg = if lo >= 2**63 then
MPD_UINT_MAX
else 0 */
in _mpd_div_words_r()
104
n1_neg = (lo & (1ULL<<63)) ?
MPD_UINT_MAX
: 0;
in _mpd_div_words_r()
118
t =
MPD_UINT_MAX
- t;
in _mpd_div_words_r()
132
* a) h ==
MPD_UINT_MAX
, l == 2**64-(MPD_RADIX-r)
in _mpd_div_words_r()
H
A
D
mpdecimal.c
1342
return
MPD_UINT_MAX
;
in _mpd_qget_uint()
1349
return
MPD_UINT_MAX
;
in _mpd_qget_uint()
1354
return
MPD_UINT_MAX
;
in _mpd_qget_uint()
1360
return
MPD_UINT_MAX
;
in _mpd_qget_uint()
1375
return
MPD_UINT_MAX
;
in _mpd_qget_uint()
1382
return
MPD_UINT_MAX
;
in _mpd_qget_uint()
2626
* cases,
MPD_UINT_MAX
is returned.
2639
return
MPD_UINT_MAX
;
in mpd_qshiftr()
2658
return
MPD_UINT_MAX
;
in mpd_qshiftr()
3022
if (mpd_qshiftr(&small, a, rshift, status) ==
MPD_UINT_MAX
) {
in mpd_qrotate()
[all...]
H
A
D
mpdecimal.h
127
#define
MPD_UINT_MAX
UINT64_MAX
macro
167
#define
MPD_UINT_MAX
UINT32_MAX
macro
214
#if MPD_SIZE_MAX !=
MPD_UINT_MAX
H
A
D
typearith.h
611
#if MPD_SIZE_MAX !=
MPD_UINT_MAX
Completed in 10 milliseconds