ieee754dp_sqrt   1441 arch/mips/math-emu/cp1emu.c 	return ieee754dp_div(ieee754dp_one(0), ieee754dp_sqrt(d));
ieee754dp_sqrt   2084 arch/mips/math-emu/cp1emu.c 			handler.u = ieee754dp_sqrt;
ieee754dp_sqrt    100 arch/mips/math-emu/ieee754.h union ieee754dp ieee754dp_sqrt(union ieee754dp x);