Searched refs:Ternary (Results 1 – 5 of 5) sorted by relevance
/external/ceres-solver/internal/ceres/ |
D | integral_types.h | 42 struct Ternary { struct 46 struct Ternary<false, kTrueType, kFalseType> { argument 51 typename Ternary<sizeof(TYPE) * 8 == kBits, TYPE,
|
/external/google-breakpad/src/testing/test/ |
D | gmock-more-actions_test.cc | 112 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function 190 int Ternary(int x, bool y, char z) { return value_ + x + y*z; } in Ternary() function in testing::gmock_more_actions_test::Foo 254 TEST(InvokeTest, Ternary) { in TEST() argument 255 Action<int(int, char, short)> a = Invoke(Ternary); // NOLINT in TEST() 386 TEST(InvokeMethodTest, Ternary) { in TEST() argument 388 Action<int(int, bool, char)> a = Invoke(&foo, &Foo::Ternary); // NOLINT in TEST()
|
D | gmock-generated-actions_test.cc | 99 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function 302 WithArgs<0, 2, 3>(Invoke(Ternary)); in TEST() 385 WithArgs<0, 1, 2>(Invoke(Ternary)); in TEST() 407 WithArgs<0, 1, 3>(Invoke(Ternary)); in TEST()
|
D | gmock-actions_test.cc | 1051 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function 1084 int Ternary(int x, bool y, char z) { return value_ + x + y*z; } in Ternary() function in __anon4e31d9990111::Foo
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 533 // Ternary:
|