Searched refs:tp1 (Results 1 – 6 of 6) sorted by relevance
44 std::size_t tp1 = h(static_cast<T>(0.1)); in test() local50 assert(t0 != tp1); in test()56 assert(tp1 != t1); in test()57 assert(tp1 != tn1); in test()58 assert(tp1 != pinf); in test()59 assert(tp1 != ninf); in test()
16 unsigned long long tp0, tp1; in main() local18 tp1 = monotonic_clock_ns(); in main()19 while (tp1 - tp0 < 3 * 1000000000ull) { in main()20 tp1 = monotonic_clock_ns(); in main()
24 timespec tp1; in main() local25 clock_gettime(CLOCK_MONOTONIC, &tp1); in main()27 (tp1.tv_sec * 1000000000ULL + tp1.tv_nsec) - in main()
212 if (auto tp1 = getSource().getType().dyn_cast<RankedTensorType>()) { in verify() local214 if (tp1.getRank() != tp2.getRank()) in verify()216 auto shape1 = tp1.getShape(); in verify()221 for (unsigned d = 0, rank = tp1.getRank(); d < rank; d++) in verify()
39 int *tp1 = &t; // expected-note {{'tp1' initialized here}} in f_1_1() local40 int *tp2 = tp1; // expected-note {{'tp2' initialized to the value of 'tp1'}} in f_1_1()
851 static bool isSameTypesWithoutEncoding(Type tp1, Type tp2) { in isSameTypesWithoutEncoding() argument852 if (auto rtp1 = tp1.dyn_cast<RankedTensorType>()) { in isSameTypesWithoutEncoding()859 return tp1 == tp2; in isSameTypesWithoutEncoding()