Searched refs:ex1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/msun/ld128/
H A De_rem_pio2l.h89 int ex1; local
93 ex1 = u2.xbits.expsign & 0x7fff;
94 i = j-ex1;
102 ex1 = u2.xbits.expsign & 0x7fff;
103 i = j-ex1;
/freebsd-11-stable/lib/msun/ld80/
H A De_rem_pio2l.h99 int ex1; local
103 ex1 = u2.xbits.expsign & 0x7fff;
104 i = j-ex1;
112 ex1 = u2.xbits.expsign & 0x7fff;
113 i = j-ex1;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetmask.c223 fp_except ex1, ex2; local
242 ex1 = fpgetsticky();
243 ATF_CHECK_EQ(ex1 & t->mask, t->mask);
249 ATF_CHECK_EQ(ex1, ex2);
/freebsd-11-stable/contrib/one-true-awk/
H A Drun.c201 goto ex1;
208 ex1:
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3386 InputSection *ex1 = findExidxSection(executableSections[prev]); local
3388 if (!isDuplicateArmExidxSec(ex1, ex2)) {

Completed in 140 milliseconds