HomeSort by: relevance | last modified time | path
    Searched defs:LESS (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/look/
look.c 81 #define LESS (-1)
265 case LESS: /* No such string. */
292 * Return LESS, GREATER, or EQUAL depending on how the string1 compares with
321 return (*s1 < ch ? LESS : GREATER);
  /src/external/bsd/nvi/dist/ex/
ex_tag.c 389 "159|Less than %s entries on the tags stack; use :display t[ags]",
1415 #define LESS (-1)
1458 case LESS: /* No such string. */
1469 * Return LESS, GREATER, or EQUAL depending on how the string1 compares
1487 return (*s1 < *s2 ? LESS : GREATER);
1489 (*s2 != '\t' && *s2 != ' ') ? LESS : EQUAL);
  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
lb1sf68.S 1893 | that the ratio of the fractions will be less than 2 but greater than 1/2.
2140 | It could happen that the exponent is less than 1, in which case the
2148 cmpw IMM (1),d4 | if the exponent is less than 1 we
2150 cmpl IMM (1),d4 | if the exponent is less than 1 we
2306 LESS = -1
2399 movel IMM (LESS),d0
3440 | that the ratio of the fractions will be less than 2 but greater than 1/2.
3595 | It could happen that the exponent is less than 1, in which case the
3601 cmpw IMM (1),d2 | if the exponent is less than 1 we
3603 cmpl IMM (1),d2 | if the exponent is less than 1 we
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
lb1sf68.S 1891 | that the ratio of the fractions will be less than 2 but greater than 1/2.
2139 | It could happen that the exponent is less than 1, in which case the
2147 cmpw IMM (1),d4 | if the exponent is less than 1 we
2149 cmpl IMM (1),d4 | if the exponent is less than 1 we
2305 LESS = -1
2398 movel IMM (LESS),d0
3439 | that the ratio of the fractions will be less than 2 but greater than 1/2.
3594 | It could happen that the exponent is less than 1, in which case the
3600 cmpw IMM (1),d2 | if the exponent is less than 1 we
3602 cmpl IMM (1),d2 | if the exponent is less than 1 we
    [all...]

Completed in 27 milliseconds