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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp 1115 LatticeCell LS1, LS2;
1116 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2))
1119 bool IsProp1 = LS1.isProperty();
1122 uint32_t Prop1 = LS1.properties();
1419 LatticeCell LS1;
1420 if (!getCell(R1, Inputs, LS1))
1422 if (LS1.isBottom() || LS1.isProperty())
1426 for (unsigned i = 0; i < LS1.size(); ++i) {
1427 bool Eval = constToInt(LS1.Values[i], A) &
    [all...]
  /src/external/lgpl3/mpfr/dist/tests/
tprintf.c 188 #define LS1 "%Rb %512d"
191 err |= check_vprintf_failure (LS1, x, 1);
200 err |= check_vprintf_failure (LS1 "%ln", x, 1, &n2);
206 LS1 "%ln", n1, n2);
  /src/tests/dev/audio/
audiotest.c 2700 #define LS1 (101) /* lsize + 1 */
2746 } else if (len == LS1) {
2751 } else if (offset == LS1) {
2779 DEF(mmap_len_3) { f(LS1, 0, EOVERFLOW); } /* len is larger */
2782 DEF(mmap_len_6) { f(0, LS1, EINVAL); } /* len is 0 */

Completed in 20 milliseconds