Searched refs:radians (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
H A Dfixp-arith.h104 * fixp_sin32_rad() - calculates the sin of an angle in radians
106 * @radians: angle, in radians
124 static inline s32 fixp_sin32_rad(u32 radians, u32 twopi) fixp_sin32_rad() argument
135 degrees = (radians * 360) / twopi; fixp_sin32_rad()
136 tmp = radians - (degrees * twopi) / 360; fixp_sin32_rad()
151 /* cos(x) = sin(x + pi/2 radians) */
/linux-4.4.14/drivers/hid/
H A Dhid-input.c209 * converted to millimeters. Degrees are converted to radians.
259 /* Convert to radians */ hidinput_calc_abs_res()
265 } else if (field->unit != 0x12) { /* If not radians */ hidinput_calc_abs_res()
H A Dhid-waltop.c718 * This array stores angles as radians * 100, corresponding to waltop_raw_event()
/linux-4.4.14/drivers/misc/echo/
H A Decho.c376 * Note that the 3dB frequency in radians is approx Beta, e.g. for Beta oslec_update()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_types.h1305 SVGA3D_LIGHTTYPE_SPOT2 = 3, /* 2-cone, in radians */
/linux-4.4.14/drivers/input/touchscreen/
H A Dsur40.c79 __le32 angle; /* orientation in radians relative to x axis -

Completed in 304 milliseconds