Searched refs:int32 (Results 76 - 100 of 280) sorted by relevance

1234567891011>>

/external/neven/Embedded/common/src/b_TensorEm/
H A DRBFMap2D.c157 int32 bbp_internalL = 15;
158 int32 bbp_rbfCoeffL = 12;
160 int32 internalShiftL = bbp_internalL - srcPtrA->bbpE;
161 int32 rbfCoeffShiftL;
220 int32* ptrL = ptrA->matE.arrE.arrPtrE + iL * sizeL;
227 int32 normL = 0;
250 int32* basePtrL = ptrA->matE.arrE.arrPtrE;
270 int32* inPtrL = ptrA->inVecE.arrPtrE;
274 int32 shiftL = srcPtrA->bbpE - ptrA->srcClusterE.bbpE + internalShiftL;
277 for( iL = 0; iL < sizeL; iL++ ) inPtrL[ iL ] = ( int32 )( dstVec
[all...]
H A DFlt16Vec.h139 void bts_Flt16Vec_mul( struct bbs_Context* cpA, struct bts_Flt16Vec* ptrA, int32 valA, int16 expA );
142 void bts_Flt16Vec_dotPtrd( struct bbs_Context* cpA, struct bts_Flt16Vec* vp1A, struct bts_Flt16Vec* vp2A, int32* manPtrA, int32* expPtrA );
/external/neven/Embedded/common/src/b_APIEm/
H A DBFFaceFinder.c233 int32 bpi_BFFaceFinder_process( struct bbs_Context* cpA,
242 int32 xL = 0; /* 16.16 */
243 int32 yL = 0; /* 16.16 */
245 int32 actL = 0;
246 int32* outArrL;
269 xL -= ( ( int32 )offsPtrA->xE << 16 );
270 yL -= ( ( int32 )offsPtrA->yE << 16 );
280 int32 bbpL = 11 - logEyeDistL;
315 int32 xL = 0; /* 16.16 */
316 int32 y
[all...]
H A DBFFaceFinder.h54 int32* faceDataBufferE;
146 int32 bpi_BFFaceFinder_process( struct bbs_Context* cpA,
235 int32 bpi_BFFaceFinder_processDcr( struct bbs_Context* cpA,
243 int32 bpi_BFFaceFinder_putDcr( struct bbs_Context* cpA,
H A DFaceFinderRef.h107 int32 bpi_FaceFinderRef_process( struct bbs_Context* cpA,
112 int32 bpi_FaceFinderRef_putDcr( struct bbs_Context* cpA,
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DScanDetector.c303 int32** outArrPtrPtrA )
306 int32 bestGlobalActL = ( int32 )0x80000000;
307 int32 bestGlobalXL = 0;
308 int32 bestGlobalYL = 0;
339 int32 bestActL = ( int32 )0x80000000;
353 int32 actL = featurePtrL->vpActivityE( featurePtrL, bbf_Scanner_getPatch( scannerPtrL ) );
372 int32* actArrL = scannerPtrL->actArrE.arrPtrE;
378 bestActL = ( int32 )
[all...]
H A DLocalScanner.c74 int32 w0L = ptrA->origWidthE;
75 int32 h0L = ptrA->origHeightE;
77 int32 w1L = ( w0L - ptrA->xOffE ) >> 1;
78 int32 h1L = ( h0L - ptrA->yOffE ) >> 1;
83 int32 iL, jL;
84 int32 kL = 0;
95 int32 idxL = jL * 2 * w0L + iL * 2;
109 int32 w0L = ptrA->workWidthE;
110 int32 h0L = ptrA->workHeightE;
111 int32 w1
[all...]
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h354 int32 left;
355 int32 top;
356 int32 right;
357 int32 bottom;
362 int32 x;
363 int32 y;
773 SVGA_VIDEO_DST_X, // Signed int32
774 SVGA_VIDEO_DST_Y, // Signed int32
807 int32 dstX;
808 int32 dst
[all...]
/external/nanopb-c/generator/google/protobuf/internal/
H A Dwire_format.py122 def Int32ByteSize(field_number, int32):
123 return Int64ByteSize(field_number, int32)
126 def Int32ByteSizeNoTag(int32):
127 return _VarUInt64ByteSizeNoTag(0xffffffffffffffff & int32)
143 def SInt32ByteSize(field_number, int32):
144 return UInt32ByteSize(field_number, ZigZagEncode(int32))
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py122 def Int32ByteSize(field_number, int32):
123 return Int64ByteSize(field_number, int32)
126 def Int32ByteSizeNoTag(int32):
127 return _VarUInt64ByteSizeNoTag(0xffffffffffffffff & int32)
143 def SInt32ByteSize(field_number, int32):
144 return UInt32ByteSize(field_number, ZigZagEncode(int32))
/external/neven/Embedded/common/src/b_BasicEm/
H A DComplex.c130 return ( int32 ) complA.realE * complA.realE +
131 ( int32 ) complA.imagE * complA.imagE;
145 int32 realL, imagL;
H A DString.h70 int32 bbs_atoi( const char* strA );
H A DAPh.c130 dstPtrA->absE = bbs_sqrt32( ( int32 ) srcPtrA->realE * srcPtrA->realE + ( int32 ) srcPtrA->imagE * srcPtrA->imagE );
H A DInt32Arr.h44 /** pointer to array of int32 */
45 int32* arrPtrE;
123 int32 valA );
/external/openfst/src/include/fst/script/
H A Drandgen.h33 typedef args::Package<const FstClass &, MutableFstClass*, int32,
40 int32 seed = args->arg3;
66 void RandGen(const FstClass &ifst, MutableFstClass *ofst, int32 seed = time(0),
H A Drandequivalent.h30 int32, float, int, int> RandEquivalentInnerArgs1;
44 typedef args::Package<const FstClass &, const FstClass &, int32,
57 int32 seed = args->args.arg3;
86 int32 seed = time(0),
94 int32 seed,
/external/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h97 typedef int32_t int32; typedef in namespace:google
102 typedef int32_t int32;
107 typedef __int32 int32;
131 // static bool ValidatePort(const char* flagname, int32 value) {
145 bool RegisterFlagValidator(const int32* flag,
146 bool (*validate_fn)(const char*, int32));
170 std::string type; // the type of the flag: int32, etc
309 // (e.g., not a number for an int32 flag), abort with an error.
314 extern int32 Int32FromEnv(const char *varname, int32 defva
[all...]
/external/openfst/src/script/
H A Drandgen.cc24 void RandGen(const FstClass &ifst, MutableFstClass *ofst, int32 seed,
H A Drandequivalent.cc26 int32 seed, ssize_t num_paths, float delta,
39 bool RandEquivalent(const FstClass &fst1, const FstClass &fst2, int32 seed,
/external/regex-re2/re2/testing/
H A Dstring_generator.h31 void Random(int32 seed, int n);
/external/openfst/src/include/fst/extensions/far/
H A Dfarscript.h50 const int32 generate_keys;
66 int32 generate_keys,
102 int32 generate_keys,
122 const int32 generate_keys;
130 const int32 generate_keys, const bool file_list_input,
148 const int32 generate_keys,
174 typedef args::Package<const vector<string> &, int32,
187 int32 generate_filenames,
218 const int32 generate_filenames;
227 const int32 generate_filename
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp31 virtual int32 Write(const void* buf, uint32 len) = 0;
38 virtual int32 Position(int64 position) = 0;
190 CuePoint* GetCueByIndex(int32 index) const;
198 int32 cue_entries_size() const { return cue_entries_size_; }
206 int32 cue_entries_capacity_;
209 int32 cue_entries_size_;
500 bool AddTrack(Track* track, int32 number);
785 int32 blocks_added() const { return blocks_added_; }
858 int32 blocks_added_;
919 const static int32 kSeekEntryCoun
[all...]
H A Dmkvwriter.cpp25 int32 MkvWriter::Write(const void* buffer, uint32 length) {
75 int32 MkvWriter::Position(int64 position) {
/external/neven/Embedded/common/src/b_ImageEm/
H A DToneDownBGSupp.c162 if( ( int32 )imgA->widthE > ( int32 )rectIxXMaxL )
164 ctrL += ( int32 )imgA->widthE - ( int32 )rectIxXMaxL;
311 int32 toneDownFactorA, /* ToDo: change to int16, bpb=[0.16] */
312 int32 cutOffAccuracyA )
325 int32 meanBGGreyLevelLongL;
334 struct bbs_Int32Arr toneDownFactorsL; /* ToDo: change int32 bpb=[16.16] to uint bpb=[0.16] */
335 int32 toneDownFactorPowA;
336 int32* toneDownFactorsPtr
[all...]
/external/google-breakpad/src/common/
H A Ddwarf_line_to_module.h136 void DefineFile(const string &name, int32 file_num,
174 int32 highest_file_number_;

Completed in 474 milliseconds

1234567891011>>