HomeSort by: relevance | last modified time | path
    Searched refs:slhs (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/csh/
lex.c 657 static Char slhs[32]; variable
771 if (slhs[0] == 0) {
775 (void) Strcpy(lhsb, slhs);
857 (void)Strcpy(slhs, lhsb);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 2220 tree slhs = (rhs2 != NULL_TREE)
2224 build_vector_from_val (type, slhs));
2219 tree slhs = (rhs2 != NULL_TREE) local
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 2192 tree slhs = (rhs2 != NULL_TREE)
2196 build_vector_from_val (type, slhs));
2191 tree slhs = (rhs2 != NULL_TREE) local
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 6112 uByte slhs=(lhs->bits & DECNEG); local
6121 if (slhs!=srhs) { /* signs differ */
6122 if (slhs) result=-1; /* rhs is max */
6125 else if (slhs && srhs) { /* both negative */
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 6112 uByte slhs=(lhs->bits & DECNEG); local
6121 if (slhs!=srhs) { /* signs differ */
6122 if (slhs) result=-1; /* rhs is max */
6125 else if (slhs && srhs) { /* both negative */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 6112 uByte slhs=(lhs->bits & DECNEG); local
6121 if (slhs!=srhs) { /* signs differ */
6122 if (slhs) result=-1; /* rhs is max */
6125 else if (slhs && srhs) { /* both negative */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 6112 uByte slhs=(lhs->bits & DECNEG); local
6121 if (slhs!=srhs) { /* signs differ */
6122 if (slhs) result=-1; /* rhs is max */
6125 else if (slhs && srhs) { /* both negative */

Completed in 73 milliseconds