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_FLOAT
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/lib/math/
H
A
D
cordic.c
63
if (
CORDIC_FLOAT
(theta) > 90) {
in cordic_calc_iq()
66
} else if (
CORDIC_FLOAT
(theta) < -90) {
in cordic_calc_iq()
/kernel/linux/linux-6.6/lib/math/
H
A
D
cordic.c
63
if (
CORDIC_FLOAT
(theta) > 90) {
in cordic_calc_iq()
66
} else if (
CORDIC_FLOAT
(theta) < -90) {
in cordic_calc_iq()
/kernel/linux/linux-5.10/include/linux/
H
A
D
cordic.h
26
#define
CORDIC_FLOAT
(X) (((X) >= 0) \
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
cordic.h
26
#define
CORDIC_FLOAT
(X) (((X) >= 0) \
macro
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_lcn.c
3377
i_samp = (u16)(
CORDIC_FLOAT
(tone_samp.i * max_val) & 0x3ff);
in wlc_lcnphy_start_tx_tone()
3378
q_samp = (u16)(
CORDIC_FLOAT
(tone_samp.q * max_val) & 0x3ff);
in wlc_lcnphy_start_tx_tone()
H
A
D
phy_n.c
23076
tone_buf[t].q = (s32)
CORDIC_FLOAT
(tone_buf[t].q * max_val);
in wlc_phy_gen_load_samples_nphy()
23077
tone_buf[t].i = (s32)
CORDIC_FLOAT
(tone_buf[t].i * max_val);
in wlc_phy_gen_load_samples_nphy()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
phy_lp.c
1791
buf[i] =
CORDIC_FLOAT
((sample.i * max) & 0xFF) << 8;
in lpphy_start_tx_tone()
1792
buf[i] |=
CORDIC_FLOAT
((sample.q * max) & 0xFF);
in lpphy_start_tx_tone()
H
A
D
phy_n.c
1563
samples[i].q =
CORDIC_FLOAT
(samples[i].q * max);
in b43_nphy_gen_load_samples()
1564
samples[i].i =
CORDIC_FLOAT
(samples[i].i * max);
in b43_nphy_gen_load_samples()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
phy_lp.c
1791
buf[i] =
CORDIC_FLOAT
((sample.i * max) & 0xFF) << 8;
in lpphy_start_tx_tone()
1792
buf[i] |=
CORDIC_FLOAT
((sample.q * max) & 0xFF);
in lpphy_start_tx_tone()
H
A
D
phy_n.c
1563
samples[i].q =
CORDIC_FLOAT
(samples[i].q * max);
in b43_nphy_gen_load_samples()
1564
samples[i].i =
CORDIC_FLOAT
(samples[i].i * max);
in b43_nphy_gen_load_samples()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_lcn.c
3377
i_samp = (u16)(
CORDIC_FLOAT
(tone_samp.i * max_val) & 0x3ff);
in wlc_lcnphy_start_tx_tone()
3378
q_samp = (u16)(
CORDIC_FLOAT
(tone_samp.q * max_val) & 0x3ff);
in wlc_lcnphy_start_tx_tone()
H
A
D
phy_n.c
23076
tone_buf[t].q = (s32)
CORDIC_FLOAT
(tone_buf[t].q * max_val);
in wlc_phy_gen_load_samples_nphy()
23077
tone_buf[t].i = (s32)
CORDIC_FLOAT
(tone_buf[t].i * max_val);
in wlc_phy_gen_load_samples_nphy()
Completed in 90 milliseconds