Searched refs:bool1 (Results 1 – 6 of 6) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_expr.cpp | 200 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/ |
D | flag_helper_unittest.cc | 27 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/ |
D | ast-dump-attr.cpp | 69 __attribute__((pointer_with_type_tag(bool1,1,2)));
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 199 TType *bool1 = new TType(EbtBool); in InsertBuiltInFunctions() local 228 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpAny, bool1, "any", bvec); in InsertBuiltInFunctions() 229 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpAll, bool1, "all", bvec); in InsertBuiltInFunctions()
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | compatibility.hpp | 90 …typedef bool bool1; //!< \brief boolean type with 1 component. (From GLM_GTX_compatibility … typedef
|
/external/llvm/test/CodeGen/X86/ |
D | x86-shrink-wrapping.ll | 905 define i32 @tlsCall(i1 %bool1, i32 %arg, i32* readonly dereferenceable(4) %sum1) #3 { 907 br i1 %bool1, label %master, label %else
|