Home
last modified time | relevance | path

Searched refs:cordic (Results 1 – 25 of 111) sorted by relevance

12345

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp1/tb/
H A Dcordic_tb.v26 cordic cordic(clk, reset, enable, xi, yi, zi, xo, yo, zo ); instance
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp1/sdr_lib/
H A Dddc.v78 cordic #(.bitwidth(bw),.zwidth(zw),.stages(16))
79 cordic(.clock(clock), .reset(reset), .enable(enable), instance
H A Dduc.v76 cordic #(.bitwidth(bw),.zwidth(zw),.stages(16))
77 cordic(.clock(clock), .reset(reset), .enable(enable), instance
H A Dtx_chain.v59 cordic tx_cordic_0
H A Dtx_chain_hb.v70 cordic tx_cordic_0
H A Drx_chain.v57 cordic rx_cordic
H A Drx_chain_dual.v78 cordic rx_cordic
H A Dcordic.v22 module cordic(clock, reset, enable, xi, yi, zi, xo, yo, zo ); module
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/sdr_lib/
H A Dddc.v78 cordic #(.bitwidth(bw),.zwidth(zw),.stages(16))
79 cordic(.clock(clock), .reset(reset), .enable(enable), instance
H A Dduc.v76 cordic #(.bitwidth(bw),.zwidth(zw),.stages(16))
77 cordic(.clock(clock), .reset(reset), .enable(enable), instance
H A DMakefile.srcs23 cordic.v \
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/simba/src/scalar/
H A Dfixed_impl.rs643 Self(cordic::sqrt(self.0))
657 Self(cordic::exp(self.0))
707 Self(cordic::sin(self.0))
712 Self(cordic::cos(self.0))
717 Self(cordic::tan(self.0))
722 Self(cordic::asin(self.0))
727 Self(cordic::acos(self.0))
732 Self(cordic::atan(self.0))
737 let (sin, cos) = cordic::sin_cos(self.0);
834 Self(cordic::atan2(self.0, other.0))
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/simba/
H A DCargo.toml30 [dependencies.cordic]
82 partial_fixed_point_support = ["fixed", "cordic"]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp1/toplevel/sizetest/
H A Dsizetest.quartus17 VERILOG_FILE = ..\..\sdr_lib\cordic.v;
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/math/
H A DMakefile4 obj-$(CONFIG_CORDIC) += cordic.o
H A DKconfig6 calculations are in fixed point. Module will be called cordic.
/dports/multimedia/libv4l/linux-5.13-rc2/lib/math/
H A DMakefile4 obj-$(CONFIG_CORDIC) += cordic.o
H A DKconfig6 calculations are in fixed point. Module will be called cordic.
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/math/
H A DMakefile4 obj-$(CONFIG_CORDIC) += cordic.o
H A DKconfig6 calculations are in fixed point. Module will be called cordic.
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp1/toplevel/mrfm/
H A Dmrfm_proc.v46 cordic rx_cordic (.clock(clock),.reset(reset),.enable(enable),
92 cordic tx_cordic (.clock(clock),.reset(reset),.enable(enable),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/perf_tests/sun_spider/tests/sunspider-0.9.1/
H A DLIST18 math-cordic
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/perf_tests/sun_spider/tests/sunspider-0.9/
H A DLIST18 math-cordic
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/perf_tests/sun_spider/tests/sunspider-1.0/
H A DLIST18 math-cordic
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia/
H A Dtonegen.c117 static pj_int32_t cordic(pj_int32_t theta, unsigned n) in cordic() function
143 return cordic(theta, n); in cordic_sin()
145 return cordic(CORDIC_HALF_PI-(theta-CORDIC_HALF_PI), n); in cordic_sin()
147 return -cordic(theta - CORDIC_PI, n); in cordic_sin()
149 return -cordic(CORDIC_HALF_PI-(theta-3*CORDIC_HALF_PI), n); in cordic_sin()

12345