Searched refs:Ex (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dhypot.c37 mpfr_exp_t Ex, sh; local
75 Ex = MPFR_GET_EXP (x);
76 diff_exp = (mpfr_uexp_t) Ex - MPFR_GET_EXP (y);
106 MPFR_SET_EXP (z, Ex);
139 sh = mpfr_get_emax () / 2 - Ex - 1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/eh/
H A Dpr29166.C4 class Ex class
9 Ex( int v ) function in class:Ex
79 throw Ex( sum );
86 } catch( Ex& ) { }

Completed in 64 milliseconds