Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/switchback/
Dtest_emfloat.c1077 InternalFPF locx,locy; /* Needed since we alter them */ in AddSubInternalFPF() local
1131 my_memmove((void *)&locy,(void *)y,sizeof(InternalFPF)); in AddSubInternalFPF()
1134 exponent_difference = locx.exp-locy.exp; in AddSubInternalFPF()
1142 locy.type == IFPF_IS_SUBNORMAL) in AddSubInternalFPF()
1159 StickyShiftRightMant(&locy, in AddSubInternalFPF()
1172 z->type = locy.type; in AddSubInternalFPF()
1173 z->sign = locy.sign ^ operation; in AddSubInternalFPF()
1174 z->exp = locy.exp; in AddSubInternalFPF()
1177 if (locx.sign ^ locy.sign ^ operation) in AddSubInternalFPF()
1187 locy.mantissa[i]); in AddSubInternalFPF()
[all …]
/external/bison/src/
Dvcg.h181 int locy; member
Dvcg.c144 n->locy = N_LOCY; /* Default unspcified. */ in new_node()
526 if ((n->locx != N_LOCX) && (n->locy != N_LOCY)) in output_node()
527 fprintf (fout, "\t\tloc { x: %d y: %d }\t\n", n->locx, n->locy); in output_node()