Lines Matching refs:diff
30 std::ptrdiff_t diff = a - b; in tests() local
31 _assert(diff == 0); in tests()
36 std::ptrdiff_t diff = a - b; in tests() local
37 _assert(diff == 1); in tests()
42 std::ptrdiff_t diff = a - b; in tests() local
43 _assert(diff == 2); in tests()
48 std::ptrdiff_t diff = a - b; in tests() local
49 _assert(diff == 3); in tests()
54 std::ptrdiff_t diff = a - b; in tests() local
55 _assert(diff == 4); in tests()
60 std::ptrdiff_t diff = a - b; in tests() local
61 _assert(diff == 5); in tests()
68 std::ptrdiff_t diff = a - b; in tests() local
69 _assert(diff == -1); in tests()
74 std::ptrdiff_t diff = a - b; in tests() local
75 _assert(diff == -2); in tests()
80 std::ptrdiff_t diff = a - b; in tests() local
81 _assert(diff == -3); in tests()
86 std::ptrdiff_t diff = a - b; in tests() local
87 _assert(diff == -4); in tests()
92 std::ptrdiff_t diff = a - b; in tests() local
93 _assert(diff == -5); in tests()