Home
last modified time | relevance | path

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

/external/valgrind/VEX/switchback/
Dtest_emfloat.c1075 InternalFPF locx,locy; /* Needed since we alter them */ in AddSubInternalFPF() local
1129 my_memmove((void *)&locy,(void *)y,sizeof(InternalFPF)); in AddSubInternalFPF()
1132 exponent_difference = locx.exp-locy.exp; in AddSubInternalFPF()
1140 locy.type == IFPF_IS_SUBNORMAL) in AddSubInternalFPF()
1157 StickyShiftRightMant(&locy, in AddSubInternalFPF()
1170 z->type = locy.type; in AddSubInternalFPF()
1171 z->sign = locy.sign ^ operation; in AddSubInternalFPF()
1172 z->exp = locy.exp; in AddSubInternalFPF()
1175 if (locx.sign ^ locy.sign ^ operation) in AddSubInternalFPF()
1185 locy.mantissa[i]); in AddSubInternalFPF()
[all …]