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:nb_float
(Results
1 - 5
of
5
) sorted by relevance
/third_party/python/Include/cpython/
H
A
D
object.h
84
unaryfunc
nb_float
;
member
/third_party/python/Objects/
H
A
D
complexobject.c
949
(nbr->
nb_float
== NULL && nbr->nb_index == NULL && !PyComplex_Check(r)))
in complex_new_impl()
963
(nbi->
nb_float
== NULL && nbi->nb_index == NULL && !PyComplex_Check(i)))
in complex_new_impl()
1058
0, /*
nb_float
*/
H
A
D
abstract.c
837
return nb && (nb->nb_index || nb->nb_int || nb->
nb_float
|| PyComplex_Check(o));
in PyNumber_Check()
1645
if (m && m->
nb_float
) { /* This should include subclasses of float */
in PyNumber_Float()
1646
PyObject *res = m->
nb_float
(o);
in PyNumber_Float()
1686
/* A float subclass with
nb_float
== NULL */
in PyNumber_Float()
H
A
D
floatobject.c
305
if (nb == NULL || nb->
nb_float
== NULL) {
in PyFloat_AsDouble()
320
res = (*nb->
nb_float
) (op);
in PyFloat_AsDouble()
1873
float_float, /*
nb_float
*/
H
A
D
typeobject.c
5898
COPYNUM(
nb_float
);
in inherit_slots()
8143
UNSLOT("__float__",
nb_float
, slot_nb_float, wrap_unaryfunc,
Completed in 20 milliseconds