HomeSort by relevance Sort by last modified time
    Searched refs:int32 (Results 76 - 100 of 2085) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc/
loc_api_rpc_glue.h 63 typedef int32 (loc_event_cb_f_type)(
74 extern int32 loc_close
79 extern int32 loc_start_fix
84 extern int32 loc_stop_fix
89 extern int32 loc_ioctl
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Mat2D.h 103 struct bts_Flt16Mat2D bts_Flt16Mat2D_createScale( int32 scaleA, int32 scaleBbpA );
106 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRigid( phase16 angleA, int32 scaleA, int32 scaleBbpA );
112 struct bts_Flt16Mat2D bts_Flt16Mat2D_create32( int32 xxA, int32 xyA, int32 yxA, int32 yyA, int32 bbpA );
115 void bts_Flt16Mat2D_scale( struct bts_Flt16Mat2D* ptrA, int32 scaleA, int32 scaleBbpA )
    [all...]
Flt16Alt3D.h 90 struct bts_Flt16Alt3D bts_Flt16Alt3D_createScale( int32 scaleA,
91 int32 scaleBbpA,
107 struct bts_Flt16Alt3D bts_Flt16Alt3D_create32( int32 xxA, int32 xyA, int32 xzA,
108 int32 yxA, int32 yyA, int32 yzA,
109 int32 zxA, int32 zyA, int32 zzA
    [all...]
Flt16Mat3D.h 115 struct bts_Flt16Mat3D bts_Flt16Mat3D_createScale( int32 scaleA, int32 scaleBbpA );
124 struct bts_Flt16Mat3D bts_Flt16Mat3D_create32( int32 xxA, int32 xyA, int32 xzA,
125 int32 yxA, int32 yyA, int32 yzA,
126 int32 zxA, int32 zyA, int32 zzA
    [all...]
Flt16Vec2D.c 79 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE;
89 int32 xL = ( int32 ) srcPtrA->xE << bbpDiffL;
90 int32 yL = ( int32 ) srcPtrA->yE << bbpDiffL;
101 int32 xL = ( int32 ) ptrA->xE << -bbpDiffL;
102 int32 yL = ( int32 ) ptrA->yE << -bbpDiffL;
170 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA
    [all...]
Flt16Mat2D.c 84 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE;
96 int32 xxL = ( int32 ) srcPtrA->xxE << bbpDiffL;
97 int32 xyL = ( int32 ) srcPtrA->xyE << bbpDiffL;
98 int32 yxL = ( int32 ) srcPtrA->yxE << bbpDiffL;
99 int32 yyL = ( int32 ) srcPtrA->yyE << bbpDiffL;
117 int32 xxL = ( int32 ) ptrA->xxE << -bbpDiffL
    [all...]
Flt16Mat3D.c 150 struct bts_Flt16Mat3D bts_Flt16Mat3D_createScale( int32 scaleA, int32 scaleBbpA )
180 struct bts_Flt16Mat3D bts_Flt16Mat3D_create32( int32 xxA, int32 xyA, int32 xzA,
181 int32 yxA, int32 yyA, int32 yzA,
182 int32 zxA, int32 zyA, int32 zzA
    [all...]
Functions.c 38 uint32 bts_absIntLog2( int32 vA )
45 uint32 bts_maxAbsIntLog2Of2( int32 v1A, int32 v2A )
53 uint32 bts_maxAbsIntLog2Of3( int32 v1A, int32 v2A, int32 v3A )
63 uint32 bts_maxAbsIntLog2Of4( int32 v1A, int32 v2A, int32 v3A, int32 v4A
    [all...]
Int32Mat.c 35 void bts_Int32Mat_reduceToNBits( int32* ptrA, uint32 sizeA, int32* bbpPtrA, uint32 nBitsA )
37 int32 shiftL;
40 int32 maxL = 0;
41 int32* ptrL = ptrA;
42 int32 iL = sizeA;
45 int32 xL = *ptrL++;
120 int32 widthA,
210 const int32* matA,
211 int32 matWidthA
    [all...]
CompactMat.c 40 int32 bts_CompactMat_fltDotPrdRow( struct bbs_Context* cpA,
51 int32 factorManL = *rowPtrL++;
52 int32 factorExpL = *rowPtrL++;
61 int32 sumL = 0;
63 if( overflowBitsL == 0 ) /* raw dot product fits in int32 */
69 for( iL = sizeL; iL > 0; iL-- ) sumL += ( ( int32 )*rowPtrL++ * ( int32 )*inPtrL++ );
80 sumL += ( ( int8 ) dpL[ 0 ] * ( int32 )inPtrL[ 0 ] );
81 sumL += ( ( int8 )( dpL[ 0 ] >> 8 ) * ( int32 )inPtrL[ 1 ] );
82 sumL += ( ( int8 ) dpL[ 1 ] * ( int32 )inPtrL[ 2 ] )
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
q_pulse.h 66 void dec_1p_N1(int32 index, int16 N, int16 offset, int16 pos[]);
67 void dec_2p_2N1(int32 index, int16 N, int16 offset, int16 pos[]);
68 void dec_3p_3N1(int32 index, int16 N, int16 offset, int16 pos[]);
69 void dec_4p_4N1(int32 index, int16 N, int16 offset, int16 pos[]);
70 void dec_4p_4N(int32 index, int16 N, int16 offset, int16 pos[]);
71 void dec_5p_5N(int32 index, int16 N, int16 offset, int16 pos[]);
72 void dec_6p_6N_2(int32 index, int16 N, int16 offset, int16 pos[]);
pvamrwb_math_op.h 76 int32 one_ov_sqrt( /* (o) Q31 : output value (range: 0<=val<1) */
77 int32 L_x /* (i) Q0 : input value (range: 0<=val<=7fffffff) */
80 int32 * frac, /* (i/o) Q31: normalized value (1.0 < frac <= 0.5) */
83 int32 power_of_2( /* (o) Q0 : result (range: 0<=val<=0x7fffffff) */
87 int32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */
96 int32 L_x, /* (i) : input value */
102 int32 L_x, /* (i) : input value (normalized) */
115 void int32_to_dpf(int32 L_32, int16 *hi, int16 *lo);
116 int32 mpy_dpf_32(int16 hi1, int16 lo1, int16 hi2, int16 lo2);
123 #define L_deposit_h( x) (int32)((x)<<16
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3decoder_api.h 144 int32 inputBufferCurrentLength;
152 int32 inputBufferUsedLength;
177 int32 inputBufferMaxLength;
196 int32 samplingRate;
205 int32 bitRate;
212 int32 outputFrameSize;
218 int32 crcEnabled;
  /external/dng_sdk/source/
dng_pixel_buffer.h 41 int32 &sStep0,
42 int32 &sStep1,
43 int32 &sStep2,
44 int32 &dStep0,
45 int32 &dStep1,
46 int32 &dStep2);
53 int32 &sStep0,
54 int32 &sStep1,
55 int32 &sStep2);
62 int32 &dStep0
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
logic_test.go 80 values := [...]int32{-1 << 31, 1<<31 - 1, -4, -3, -2, -1, 0, 1, 2, 3, 4}
83 zero := func(x int32) int32 { return 0 }
84 id := func(x int32) int32 { return x }
85 or := func(x, y int32) int32 { return x | y }
86 and := func(x, y int32) int32 { return x & y }
87 y := func(x, y int32) int32 { return y
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
logic_test.go 80 values := [...]int32{-1 << 31, 1<<31 - 1, -4, -3, -2, -1, 0, 1, 2, 3, 4}
83 zero := func(x int32) int32 { return 0 }
84 id := func(x int32) int32 { return x }
85 or := func(x, y int32) int32 { return x | y }
86 and := func(x, y int32) int32 { return x & y }
87 y := func(x, y int32) int32 { return y
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/
VehicleHalProto.proto 50 required int32 area_id = 1;
60 required int32 prop = 1;
61 optional int32 access = 2;
62 optional int32 change_mode = 3;
63 optional int32 value_type = 4;
64 optional int32 supported_areas = 5;
66 optional int32 config_flags = 7;
67 repeated int32 config_array = 8;
75 required int32 prop = 1;
76 optional int32 value_type = 2
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_huffman_decoding.cpp 44 int32 *x, returns decoded x value
45 int32 *y, returns decoded y value
46 int32 *v, returns decoded v value (only in quad function)
47 int32 *w, returns decoded w value (only in quad function)
123 int32 *is,
127 int32 x;
128 int32 y;
129 int32 v;
130 int32 w;
190 int32 *is
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
MathSSE2.c 32 * Return Value: int32 containing resultL of dot product
34 int32 bbs_dotProduct_64SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA )
40 int32 resultL = 0;
106 resultL += ( int32 )*vec1L++ * *vec2L++;
108 resultL += ( int32 )*vec1L++ * *vec2L++;
110 resultL += ( int32 )*vec1L++ * *vec2L++;
112 resultL += ( int32 )*vec1L++ * *vec2L++;
114 resultL += ( int32 )*vec1L++ * *vec2L++;
116 resultL += ( int32 )*vec1L++ * *vec2L++;
118 resultL += ( int32 )*vec1L++ * *vec2L++
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_mips.go 17 _C_int int32
18 _C_long int32
23 Sec int32
24 Nsec int32
28 Sec int32
29 Usec int32
34 Offset int32
35 Freq int32
36 Maxerror int32
37 Esterror int32
    [all...]
ztypes_linux_mipsle.go 17 _C_int int32
18 _C_long int32
23 Sec int32
24 Nsec int32
28 Sec int32
29 Usec int32
34 Offset int32
35 Freq int32
36 Maxerror int32
37 Esterror int32
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_mips.go 17 _C_int int32
18 _C_long int32
23 Sec int32
24 Nsec int32
28 Sec int32
29 Usec int32
34 Offset int32
35 Freq int32
36 Maxerror int32
37 Esterror int32
    [all...]
ztypes_linux_mipsle.go 17 _C_int int32
18 _C_long int32
23 Sec int32
24 Nsec int32
28 Sec int32
29 Usec int32
34 Offset int32
35 Freq int32
36 Maxerror int32
37 Esterror int32
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
netpoll_epoll.go 11 func epollcreate(size int32) int32
12 func epollcreate1(flags int32) int32
15 func epollctl(epfd, op, fd int32, ev *epollevent) int32
18 func epollwait(epfd int32, ev *epollevent, nev, timeout int32) int32
19 func closeonexec(fd int32)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
netpoll_epoll.go 11 func epollcreate(size int32) int32
12 func epollcreate1(flags int32) int32
15 func epollctl(epfd, op, fd int32, ev *epollevent) int32
18 func epollwait(epfd int32, ev *epollevent, nev, timeout int32) int32
19 func closeonexec(fd int32)
    [all...]

Completed in 1122 milliseconds

1 2 34 5 6 7 8 91011>>