Searched full:cordic (Results 1 – 12 of 12) sorted by relevance
2 config CORDIC config3 tristate "CORDIC algorithm"5 This option provides an implementation of the CORDIC algorithm;6 calculations are in fixed point. Module will be called cordic.
17 #include <linux/cordic.h>90 MODULE_DESCRIPTION("CORDIC algorithm");
4 obj-$(CONFIG_CORDIC) += cordic.o
12 select CORDIC
18 engine (CORDIC) provides full 360° angular position information for both
48 * CORDIC algorithm. The coordinate consists of a real (i) and an
31 Another approach, which I know little about is CORDIC. This stands for
8 select CORDIC
13 #include <linux/cordic.h>
8 #include <linux/cordic.h>
10 #include <linux/cordic.h>