Searched refs:bool2 (Results 1 – 16 of 16) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_expr.cpp | 209 Tensor<bool, 1> bool2 = vec.cast<bool>() && vec < vec.constant(4); in test_boolean() local 210 VERIFY_IS_EQUAL(bool2[0], false); in test_boolean() 211 VERIFY_IS_EQUAL(bool2[1], true); in test_boolean() 212 VERIFY_IS_EQUAL(bool2[2], true); in test_boolean() 213 VERIFY_IS_EQUAL(bool2[3], true); in test_boolean() 214 VERIFY_IS_EQUAL(bool2[4], false); in test_boolean() 215 VERIFY_IS_EQUAL(bool2[5], false); in test_boolean() 221 Tensor<bool, 1> bool3 = vec.cast<bool>() && bool2; in test_boolean() 222 bool3 = vec < vec.constant(4) && bool2; in test_boolean()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/micromips-sizereduction/ |
D | micromips-xor16.ll | 12 %bool2 = icmp eq i32 %bool1.ext, %reg2 13 ret i1 %bool2
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.conditional.frag | 21 float2 fbSelect(bool2 cnd, float2 src0, float2 src1) 41 float4(fbSelect(bool2(true, false), float2(1.0, 2.0), float2(3.0, 4.0)), 10.0, 10.0);
|
D | hlsl.intrinsics.promote.down.frag | 12 bool2 b2;
|
D | hlsl.intrinsics.promote.outputs.frag | 12 bool2 b2;
|
D | hlsl.templatetypes.frag | 13 vector<bool, 2> r20 = bool2(false, true);
|
D | remap.hlsl.templatetypes.none.frag | 13 vector<bool, 2> r20 = bool2(false, true);
|
D | remap.hlsl.templatetypes.everything.frag | 13 vector<bool, 2> r20 = bool2(false, true);
|
D | hlsl.intrinsics.promote.frag | 12 bool2 b2;
|
D | hlsl.intrinsics.frag | 142 bool2 r039 = isinf(inF0); 143 bool2 r040 = isnan(inF0);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | tail-dup-analyzable-fallthrough.ll | 16 define void @__fmax_double3_3D_exec(<2 x double>* %input6, i1 %bool1, i1 %bool2) #0 { 25 br i1 %bool2, label %if.then, label %do.end
|
/external/libchrome/ipc/ |
D | ipc_sync_message_unittest.cc | 251 bool bool2 = true; in TEST() local 252 Send(new Msg_C_3_4(true, 3, "3_4", &int1, &bool1, &string1, &bool2)); in TEST() 256 DCHECK(!bool2); in TEST()
|
/external/libbrillo/brillo/ |
D | flag_helper_unittest.cc | 28 DEFINE_bool(bool2, false, "Test bool flag"); in TEST_F() 71 DEFINE_bool(bool2, true, "Test bool flag"); in TEST_F() 135 DEFINE_bool(bool2, true, "Test bool flag"); in TEST_F()
|
/external/shflags/src/ |
D | shflags_test_parsing.sh | 59 DEFINE_boolean bool2 true '2nd boolean' B
|
/external/libchrome/base/ |
D | values_unittest.cc | 1242 Value bool2(true); in TEST() local 1243 EXPECT_FALSE(bool1 == bool2); in TEST() 1244 EXPECT_NE(bool1, bool2); in TEST() 1245 EXPECT_LT(bool1, bool2); in TEST() 1246 EXPECT_FALSE(bool1 > bool2); in TEST() 1247 EXPECT_LE(bool1, bool2); in TEST() 1248 EXPECT_FALSE(bool1 >= bool2); in TEST()
|
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/issue_samples/ |
D | issue1003.java.txt | 303 boolean bool2; 309 bool2 = false; 314 bool2 = true; 323 return bool2; 328 label313: if (bool2)
|