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:int_sqrt64
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/lib/math/
H
A
D
int_sqrt.c
44
*
int_sqrt64
- strongly typed int_sqrt function when minimum 64 bit input
48
u32
int_sqrt64
(u64 x)
in int_sqrt64()
function
69
EXPORT_SYMBOL(
int_sqrt64
);
variable
/kernel/linux/linux-6.6/lib/math/
H
A
D
int_sqrt.c
45
*
int_sqrt64
- strongly typed int_sqrt function when minimum 64 bit input
49
u32
int_sqrt64
(u64 x)
in int_sqrt64()
function
70
EXPORT_SYMBOL(
int_sqrt64
);
variable
/kernel/linux/linux-6.6/include/linux/
H
A
D
math.h
200
u32
int_sqrt64
(u64 x);
202
static inline u32
int_sqrt64
(u64 x)
in int_sqrt64()
function
/kernel/linux/linux-6.6/kernel/dma/
H
A
D
map_benchmark.c
168
map->bparam.map_stddev =
int_sqrt64
(map_variance);
in do_map_benchmark()
169
map->bparam.unmap_stddev =
int_sqrt64
(unmap_variance);
in do_map_benchmark()
/kernel/linux/linux-5.10/include/linux/
H
A
D
kernel.h
377
u32
int_sqrt64
(u64 x);
379
static inline u32
int_sqrt64
(u64 x)
in int_sqrt64()
function
/kernel/linux/linux-5.10/drivers/iio/temperature/
H
A
D
mlx90632.c
566
return (
int_sqrt64
(
int_sqrt64
(ir_Alpha * 1000000000000LL + TAdut4))
in mlx90632_calc_temp_object_iteration()
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
debugfs.c
137
_st =
int_sqrt64
(_sq); \
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
debugfs.c
137
_st =
int_sqrt64
(_sq); \
/kernel/linux/linux-6.6/drivers/iio/temperature/
H
A
D
mlx90632.c
755
return (
int_sqrt64
(
int_sqrt64
(ir_Alpha * 1000000000000LL + TAdut4))
in mlx90632_calc_temp_object_iteration()
Completed in 8 milliseconds