Home
last modified time | relevance | path

Searched refs:Result1 (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/libs/glm/gtx/
Dassociated_min_max.inl205 U Result1 = x < y ? a : b; local
207 U Result = Test1 < Test2 ? Result1 : Result2;
226 U Result1 = x[i] < y[i] ? a[i] : b[i]; local
228 Result[i] = Test1 < Test2 ? Result1 : Result2;
248 U Result1 = x[i] < y[i] ? a[i] : b[i]; local
250 Result[i] = Test1 < Test2 ? Result1 : Result2;
270 U Result1 = x[i] < y[i] ? a[i] : b[i]; local
272 Result[i] = Test1 < Test2 ? Result1 : Result2;
293 U Result1 = x < y ? a[i] : b[i]; local
295 Result[i] = Test1 < Test2 ? Result1 : Result2;
[all …]
/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp357 auto Result1 = Writer.addRecord(std::move(Record1)); in TEST_F() local
358 ASSERT_EQ(Result1, instrprof_error::success); in TEST_F()