Home
last modified time | relevance | path

Searched refs:bool1 (Results 1 – 8 of 8) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_expr.cpp200 Tensor<bool, 1> bool1 = vec < vec.constant(1) || vec > vec.constant(4); in test_boolean() local
201 VERIFY_IS_EQUAL(bool1[0], true); in test_boolean()
202 VERIFY_IS_EQUAL(bool1[1], false); in test_boolean()
203 VERIFY_IS_EQUAL(bool1[2], false); in test_boolean()
204 VERIFY_IS_EQUAL(bool1[3], false); in test_boolean()
205 VERIFY_IS_EQUAL(bool1[4], false); in test_boolean()
206 VERIFY_IS_EQUAL(bool1[5], true); in test_boolean()
/external/libbrillo/brillo/
Dflag_helper_unittest.cc27 DEFINE_bool(bool1, true, "Test bool flag"); in TEST_F()
70 DEFINE_bool(bool1, false, "Test bool flag"); in TEST_F()
134 DEFINE_bool(bool1, false, "Test bool flag"); in TEST_F()
/external/clang/test/Misc/
Dast-dump-attr.cpp69 __attribute__((pointer_with_type_tag(bool1,1,2)));
/external/libchrome/base/
Dvalues_unittest.cc881 Value bool1(false); in TEST() local
883 EXPECT_FALSE(bool1 == bool2); in TEST()
884 EXPECT_NE(bool1, bool2); in TEST()
885 EXPECT_LT(bool1, bool2); in TEST()
886 EXPECT_FALSE(bool1 > bool2); in TEST()
887 EXPECT_LE(bool1, bool2); in TEST()
888 EXPECT_FALSE(bool1 >= bool2); in TEST()
975 std::vector<Value> values = {null1, bool1, int1, double1, in TEST()
/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp200 TType *bool1 = new TType(EbtBool); in InsertBuiltInFunctions() local
229 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpAny, bool1, "any", bvec); in InsertBuiltInFunctions()
230 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpAll, bool1, "all", bvec); in InsertBuiltInFunctions()
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/issue_samples/
Dissue1003.java.txt261 boolean bool1 = false;
274 bool1 = true;
276 return bool1;
294 return bool1;
325 bool3 = bool1;
326 label307: bool1 = bool3;
/external/vulkan-validation-layers/libs/glm/gtx/
Dcompatibility.hpp90 …typedef bool bool1; //!< \brief boolean type with 1 component. (From GLM_GTX_compatibility … typedef
/external/llvm/test/CodeGen/X86/
Dx86-shrink-wrapping.ll905 define i32 @tlsCall(i1 %bool1, i32 %arg, i32* readonly dereferenceable(4) %sum1) #3 {
907 br i1 %bool1, label %master, label %else