HomeSort by relevance Sort by last modified time
    Searched refs:locx (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/switchback/
test_emfloat.c 1077 InternalFPF locx,locy; /* Needed since we alter them */ local
1130 my_memmove((void *)&locx,(void *)x,sizeof(InternalFPF));
1134 exponent_difference = locx.exp-locy.exp;
1138 ** locx.exp == locy.exp
1141 if (locx.type == IFPF_IS_SUBNORMAL ||
1148 ** Assume that locx.mantissa > locy.mantissa
1150 z->sign = locx.sign;
1151 z->exp= locx.exp;
1157 ** locx.exp > locy.exp
1161 z->type = locx.type
1447 InternalFPF locx; \/* Local for x number *\/ local
    [all...]
  /external/bison/src/
vcg.h 180 int locx; member in struct:node
    [all...]
vcg.c 143 n->locx = N_LOCX; /* Default unspcified. */
526 if ((n->locx != N_LOCX) && (n->locy != N_LOCY))
527 fprintf (fout, "\t\tloc { x: %d y: %d }\t\n", n->locx, n->locy);

Completed in 3371 milliseconds