Home
last modified time | relevance | path

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

/linux-3.4.99/lib/mpi/
DMakefile10 generic_mpih-mul2.o \
/linux-3.4.99/arch/arm/mach-tegra/
Dclock.c505 int mul2 = (c->mul * 10 / c->div) % 10; in clock_tree_show_one() local
507 if (mul2 == 0 && mul3 == 0) in clock_tree_show_one()
510 snprintf(div, sizeof(div), "x%d.%d", mul, mul2); in clock_tree_show_one()
512 snprintf(div, sizeof(div), "x%d.%d..", mul, mul2); in clock_tree_show_one()