Home
last modified time | relevance | path

Searched refs:i_t (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp112 double *i_t) in get_line_intersection() argument
137 *i_t = t_numer / denom; in get_line_intersection()
138 *i_x = p0_x + (*i_t * s10_x); in get_line_intersection()
139 *i_y = p0_y + (*i_t * s10_y); in get_line_intersection()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dsumo_dpm.c153 u32 r_t, i_t; in sumo_gfx_powergating_initialize() local
160 i_t = 4; in sumo_gfx_powergating_initialize()
166 i_t = 50; in sumo_gfx_powergating_initialize()
214 rcu_pwr_gating_cntl |= RT(r_t) | IT(i_t); in sumo_gfx_powergating_initialize()