HomeSort by relevance Sort by last modified time
    Searched full:ptra (Results 151 - 174 of 174) sorted by null

1 2 3 4 5 67

  /external/neven/Embedded/common/src/b_TensorEm/
Normalizer.c 42 struct bts_Normalizer* ptrA )
44 bts_VectorMap_init( cpA, &ptrA->baseE );
45 ptrA->baseE.typeE = ( uint32 )bts_VM_NORMALIZER;
46 ptrA->baseE.vpMapE = bts_Normalizer_map;
52 struct bts_Normalizer* ptrA )
54 bts_VectorMap_exit( cpA, &ptrA->baseE );
68 struct bts_Normalizer* ptrA,
76 const struct bts_Normalizer* ptrA,
109 const struct bts_Normalizer* ptrA )
113 memSizeL += bts_VectorMap_memSize( cpA, &ptrA->baseE )
    [all...]
Flt16Alt3D.h 57 void bts_Flt16Alt3D_init( struct bts_Flt16Alt3D* ptrA );
60 void bts_Flt16Alt3D_exit( struct bts_Flt16Alt3D* ptrA );
72 const struct bts_Flt16Alt3D* ptrA );
76 const struct bts_Flt16Alt3D* ptrA,
81 struct bts_Flt16Alt3D* ptrA,
Int16Rect.h 61 void bts_Int16Rect_init( struct bbs_Context* cpA, struct bts_Int16Rect* ptrA );
64 void bts_Int16Rect_exit( struct bbs_Context* cpA, struct bts_Int16Rect* ptrA );
79 const struct bts_Int16Rect* ptrA );
83 const struct bts_Int16Rect* ptrA,
88 struct bts_Int16Rect* ptrA,
Int16Mat2D.c 113 void bts_Int16Mat2D_scale( struct bts_Int16Mat2D* ptrA, struct flt16 scaleA )
115 int32 xxL = ( int32 ) ptrA->xxE * scaleA.valE;
116 int32 xyL = ( int32 ) ptrA->xyE * scaleA.valE;
117 int32 yxL = ( int32 ) ptrA->yxE * scaleA.valE;
118 int32 yyL = ( int32 ) ptrA->yyE * scaleA.valE;
122 ptrA->xxE = xxL >> shiftL;
123 ptrA->xyE = xyL >> shiftL;
124 ptrA->yxE = yxL >> shiftL;
125 ptrA->yyE = yyL >> shiftL;
127 ptrA->bbpE += scaleA.bbpE - shiftL
    [all...]
Uint32Rect.h 70 const struct bts_Uint32Rect* ptrA );
74 const struct bts_Uint32Rect* ptrA,
79 struct bts_Uint32Rect* ptrA,
Flt16Alt3D.c 42 void bts_Flt16Alt3D_init( struct bts_Flt16Alt3D* ptrA )
44 bts_Flt16Mat3D_init( &ptrA->matE );
45 bts_Flt16Vec3D_init( &ptrA->vecE );
50 void bts_Flt16Alt3D_exit( struct bts_Flt16Alt3D* ptrA )
52 bts_Flt16Mat3D_exit( &ptrA->matE );
53 bts_Flt16Vec3D_exit( &ptrA->vecE );
91 const struct bts_Flt16Alt3D *ptrA )
100 const struct bts_Flt16Alt3D* ptrA,
110 struct bts_Flt16Alt3D* ptrA,
Int16Mat2D.h 84 void bts_Int16Mat2D_scale( struct bts_Int16Mat2D* ptrA, struct flt16 scaleA );
  /external/clang/test/CXX/expr/expr.post/expr.const.cast/
p1-0x.cpp 27 X &ptrA = const_cast<X&>(xvalue<X>()); // expected-error {{const_cast from rvalue to reference type 'X &'}}
  /external/neven/Embedded/common/src/b_BasicEm/
APh.c 89 const struct bbs_APh* ptrA,
92 memPtrA += bbs_memWrite16( &ptrA->absE, memPtrA );
93 memPtrA += bbs_memWrite16( &ptrA->phaseE, memPtrA );
94 return bbs_APh_memSize( cpA, *ptrA );
100 struct bbs_APh* ptrA,
104 memPtrA += bbs_memRead16( &ptrA->absE, memPtrA );
105 memPtrA += bbs_memRead16( &ptrA->phaseE, memPtrA );
106 return bbs_APh_memSize( cpA, *ptrA );
Complex.c 90 const struct bbs_Complex* ptrA,
93 memPtrA += bbs_memWrite16( &ptrA->realE, memPtrA );
94 memPtrA += bbs_memWrite16( &ptrA->imagE, memPtrA );
95 return bbs_Complex_memSize( cpA, *ptrA );
101 struct bbs_Complex* ptrA,
105 memPtrA += bbs_memRead16( &ptrA->realE, memPtrA );
106 memPtrA += bbs_memRead16( &ptrA->imagE, memPtrA );
107 return bbs_Complex_memSize( cpA, *ptrA );
APh.h 76 const struct bbs_APh* ptrA,
81 struct bbs_APh* ptrA,
Complex.h 75 const struct bbs_Complex* ptrA,
80 struct bbs_Complex* ptrA,
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.c 37 void btk_DCR_init( struct bbs_Context* cpA, struct btk_DCR* ptrA )
39 ptrA->hsdkE = NULL;
40 ptrA->hidE = btk_HID_DCR;
41 bpi_DCR_init( cpA, &ptrA->dcrE );
46 void btk_DCR_exit( struct bbs_Context* cpA, struct btk_DCR* ptrA )
48 ptrA->hsdkE = NULL;
49 ptrA->hidE = btk_HID_DCR;
50 bpi_DCR_exit( cpA, &ptrA->dcrE );
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.c 125 u8 *ptrA, *cbr;
159 ptrA = pRef + (comp * height + (u32)y0) * width + x0;
168 tmp1 = ptrA[width];
169 tmp2 = *ptrA++;
170 tmp3 = ptrA[width];
171 tmp4 = *ptrA++;
178 tmp1 = ptrA[width];
179 tmp2 = *ptrA;
188 ptrA += 2*width - chromaPartWidth;
221 u8 *ptrA, *cbr
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 150 if (const PointerType *ptrA = A->getAs<PointerType>())
152 A = ptrA->getPointeeType();
  /external/llvm/test/CodeGen/AMDGPU/
setcc.ll 345 define void @v3i32_eq(<3 x i32> addrspace(1)* %out, <3 x i32> addrspace(1)* %ptra, <3 x i32> addrspace(1)* %ptrb) {
347 %gep.a = getelementptr <3 x i32>, <3 x i32> addrspace(1)* %ptra, i32 %tid
366 define void @v3i8_eq(<3 x i8> addrspace(1)* %out, <3 x i8> addrspace(1)* %ptra, <3 x i8> addrspace(1)* %ptrb) {
368 %gep.a = getelementptr <3 x i8>, <3 x i8> addrspace(1)* %ptra, i32 %tid
  /external/opencv/cv/src/
cvlkpyramid.cpp 166 uchar *ptrA = pyrA->data.ptr;
169 if( !ptrA )
171 ptrA = bufPtr;
194 imgI[0][i] = (uchar *) ptrA;
195 ptrA += levelBytes;
    [all...]
  /external/opencv3/modules/ml/src/
data.cpp 800 int* ptra = trainIdx; local
804 ptra = testIdx;
814 std::swap(ptra[a], ptrb[b]);
    [all...]
  /external/llvm/docs/
NVPTXUsage.rst 449 %ptrA = getelementptr float addrspace(1)* %A, i32 %id
454 %valA = load float addrspace(1)* %ptrA, align 4
833 %ptrA = getelementptr float addrspace(1)* %A, i32 %id
838 %valA = load float addrspace(1)* %ptrA, align 4
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 110 #define SWAPBYTES(ptrA, ptrB) { char t = *ptrA; *ptrA = *ptrB; *ptrB = t;}
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 115 #define SWAPBYTES(ptrA, ptrB) { char t = *ptrA; *ptrA = *ptrB; *ptrB = t;}
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 516 //ALOGE("rsdAllocationAdapterOffset %p %p", ptrA, ptrB);
    [all...]

Completed in 1618 milliseconds

1 2 3 4 5 67