even_exponent      47 arch/parisc/math-emu/dfsqrt.c 	register boolean guardbit = FALSE, even_exponent;
even_exponent     100 arch/parisc/math-emu/dfsqrt.c 		even_exponent = Dbl_hidden(srcp1);
even_exponent     108 arch/parisc/math-emu/dfsqrt.c 		even_exponent = src_exponent & 1;
even_exponent     110 arch/parisc/math-emu/dfsqrt.c 	if (even_exponent) {
even_exponent     140 arch/parisc/math-emu/dfsqrt.c 	if (even_exponent) {
even_exponent     146 arch/parisc/math-emu/dfsqrt.c 		if (!even_exponent && Dbl_islessthan(resultp1,resultp2,srcp1,srcp2)) {
even_exponent      47 arch/parisc/math-emu/sfsqrt.c 	register boolean guardbit = FALSE, even_exponent;
even_exponent      99 arch/parisc/math-emu/sfsqrt.c 		even_exponent = Sgl_hidden(src);
even_exponent     107 arch/parisc/math-emu/sfsqrt.c 		even_exponent = src_exponent & 1;
even_exponent     109 arch/parisc/math-emu/sfsqrt.c 	if (even_exponent) {
even_exponent     133 arch/parisc/math-emu/sfsqrt.c 	if (even_exponent) {
even_exponent     139 arch/parisc/math-emu/sfsqrt.c 		if (!even_exponent && Sgl_islessthan(result,src))