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:cordic_calc_iq
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/lib/math/
H
A
D
cordic.c
41
*
cordic_calc_iq
() - calculates the i/q coordinate for given angle
46
struct cordic_iq
cordic_calc_iq
(s32 theta)
in cordic_calc_iq()
function
88
EXPORT_SYMBOL(
cordic_calc_iq
);
variable
/kernel/linux/linux-6.6/lib/math/
H
A
D
cordic.c
41
*
cordic_calc_iq
() - calculates the i/q coordinate for given angle
46
struct cordic_iq
cordic_calc_iq
(s32 theta)
in cordic_calc_iq()
function
88
EXPORT_SYMBOL(
cordic_calc_iq
);
variable
/kernel/linux/linux-5.10/include/linux/
H
A
D
cordic.h
42
*
cordic_calc_iq
() - calculates the i/q coordinate for given angle.
55
struct cordic_iq
cordic_calc_iq
(s32 theta);
/kernel/linux/linux-6.6/include/linux/
H
A
D
cordic.h
42
*
cordic_calc_iq
() - calculates the i/q coordinate for given angle.
55
struct cordic_iq
cordic_calc_iq
(s32 theta);
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_lcn.c
3373
tone_samp =
cordic_calc_iq
(theta);
in wlc_lcnphy_start_tx_tone()
H
A
D
phy_n.c
23072
tone_buf[t] =
cordic_calc_iq
(theta);
in wlc_phy_gen_load_samples_nphy()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
phy_lp.c
1789
sample =
cordic_calc_iq
(CORDIC_FIXED(theta));
in lpphy_start_tx_tone()
H
A
D
phy_n.c
1561
samples[i] =
cordic_calc_iq
(CORDIC_FIXED(angle));
in b43_nphy_gen_load_samples()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
phy_lp.c
1789
sample =
cordic_calc_iq
(CORDIC_FIXED(theta));
in lpphy_start_tx_tone()
H
A
D
phy_n.c
1561
samples[i] =
cordic_calc_iq
(CORDIC_FIXED(angle));
in b43_nphy_gen_load_samples()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_lcn.c
3373
tone_samp =
cordic_calc_iq
(theta);
in wlc_lcnphy_start_tx_tone()
H
A
D
phy_n.c
23072
tone_buf[t] =
cordic_calc_iq
(theta);
in wlc_phy_gen_load_samples_nphy()
Completed in 92 milliseconds