HomeSort by relevance Sort by last modified time
    Searched defs:locx (Results 1 - 2 of 2) 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...]

Completed in 41 milliseconds