OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:const_ptr
(Results
1 - 3
of
3
) sorted by null
/external/eigen/test/
mapstaticmethods.cpp
13
const float *
const_ptr
;
variable
32
PlainObjectType::Map(
const_ptr
).sum();
33
PlainObjectType::MapAligned(
const_ptr
).sum();
37
PlainObjectType::Map(
const_ptr
, InnerStride<>(i)).sum();
38
PlainObjectType::MapAligned(
const_ptr
, InnerStride<>(i)).sum();
42
PlainObjectType::Map(
const_ptr
, InnerStride<4>()).sum();
43
PlainObjectType::MapAligned(
const_ptr
, InnerStride<5>()).sum();
47
PlainObjectType::Map(
const_ptr
, OuterStride<>(i)).sum();
48
PlainObjectType::MapAligned(
const_ptr
, OuterStride<>(i)).sum();
52
PlainObjectType::Map(
const_ptr
, OuterStride<4>()).sum()
[
all
...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c
147
LLVMValueRef
const_ptr
;
local
168
const_ptr
= LLVMGetParam(func, 3);
178
con = LLVMBuildLoad(builder,
const_ptr
, "const");
/external/clang/test/SemaCXX/
uninitialized.cpp
152
namespace
const_ptr
{
namespace
[
all
...]
Completed in 234 milliseconds