Searched refs:fixp_sin32 (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dfixp-arith.h67 * fixp_sin32() returns the sin of an angle in degrees
73 static inline s32 fixp_sin32(int degrees) function
81 #define fixp_cos32(v) fixp_sin32((v) + 90)
89 #define fixp_sin16(v) (fixp_sin32(v) >> 16)
130 v2 = fixp_sin32(degrees + 1);
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.c265 return (fixp_sin32(pos % (2 * PI)) >> 16) + 0x8000;

Completed in 212 milliseconds