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:o_ndigits
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Objects/clinic/
H
A
D
floatobject.c.h
89
float___round___impl(PyObject *self, PyObject *
o_ndigits
);
95
PyObject *
o_ndigits
= Py_None;
in float___round__()
local
103
o_ndigits
= args[0];
in float___round__()
105
return_value = float___round___impl(self,
o_ndigits
);
in float___round__()
H
A
D
longobject.c.h
102
int___round___impl(PyObject *self, PyObject *
o_ndigits
);
108
PyObject *
o_ndigits
= NULL;
in int___round__()
local
116
o_ndigits
= args[0];
in int___round__()
118
return_value = int___round___impl(self,
o_ndigits
);
in int___round__()
/third_party/python/Objects/
H
A
D
floatobject.c
1071
ndigits as
o_ndigits
: object = None
1080
float___round___impl(PyObject *self, PyObject *
o_ndigits
)
in float___round___impl()
argument
1087
if (
o_ndigits
== Py_None) {
in float___round___impl()
1098
ndigits = PyNumber_AsSsize_t(
o_ndigits
, NULL);
in float___round___impl()
H
A
D
longobject.c
5582
ndigits as
o_ndigits
: object = NULL
5591
int___round___impl(PyObject *self, PyObject *
o_ndigits
)
in int___round___impl()
argument
5610
if (
o_ndigits
== NULL)
in int___round___impl()
5613
ndigits = _PyNumber_Index(
o_ndigits
);
in int___round___impl()
Completed in 12 milliseconds