Searched refs:const_ptr (Results 1 – 6 of 6) sorted by relevance
/external/eigen/test/ |
D | mapstaticmethods.cpp | 13 const float *const_ptr; variable 32 PlainObjectType::Map(const_ptr).sum(); in run() 33 PlainObjectType::MapAligned(const_ptr).sum(); in run() 37 PlainObjectType::Map(const_ptr, InnerStride<>(i)).sum(); in run() 38 PlainObjectType::MapAligned(const_ptr, InnerStride<>(i)).sum(); in run() 42 PlainObjectType::Map(const_ptr, InnerStride<4>()).sum(); in run() 43 PlainObjectType::MapAligned(const_ptr, InnerStride<5>()).sum(); in run() 47 PlainObjectType::Map(const_ptr, OuterStride<>(i)).sum(); in run() 48 PlainObjectType::MapAligned(const_ptr, OuterStride<>(i)).sum(); in run() 52 PlainObjectType::Map(const_ptr, OuterStride<4>()).sum(); in run() [all …]
|
/external/libxkbcommon/xkbcommon/src/ |
D | utils.h | 41 #define UNCONSTIFY(const_ptr) ((void *) (uintptr_t) (const_ptr)) argument
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | globalrelocs.ll | 107 @const_ptr = internal constant i32 ptrtoint ([7 x i8]* @bytes to i32) 108 ; DUMP: @const_ptr = internal constant i32 ptrtoint ([7 x i8]* @bytes to i32) 109 ; CHECK: .type const_ptr,%object 111 ; CHECK:const_ptr: 113 ; CHECK: .size const_ptr, 4
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_blend.c | 147 LLVMValueRef const_ptr; in add_blend_test() local 168 const_ptr = LLVMGetParam(func, 3); in add_blend_test() 178 con = LLVMBuildLoad(builder, const_ptr, "const"); in add_blend_test()
|
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/ |
D | globalrelocs.ll | 37 @const_ptr = internal constant i32 ptrtoint ([7 x i8]* @bytes to i32) 38 ; CHECK-NEXT: @const_ptr = internal constant i32 ptrtoint ([7 x i8]* @bytes to i32)
|
/external/clang/test/SemaCXX/ |
D | uninitialized.cpp | 152 namespace const_ptr { namespace
|