Home
last modified time | relevance | path

Searched refs:int16 (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/boost/libs/safe_numerics/example/
DMotor.c32 signed int16 motor_pos = 0; // absolute step number
33 signed int16 pos_inc=0; // motor_pos increment
34 int16 phase=0; // ccpPhase[phase_ix]
38 int16 ccpr; // copy of CCPR1&2
39 int16 c; // integer delay count
40 int16 step_no; // progress of move
41 int16 step_down; // start of down-ramp
42 int16 move; // total steps to move
43 int16 midpt; // midpoint of move
45 signed int16 denom; // 4.n+1 in ramp algo
[all …]
Dmotor1.c26 int16 motor_pos = 0; // absolute step number
27 int16 pos_inc=0; // motor_pos increment
39 int16 denom; // 4.n+1 in ramp algo
109 void motor_run(int16 pos_new) { // set up to drive motor to pos_new (absolute step#) in motor_run()
Dmotor2.c26 int16 motor_pos = 0; // absolute step number
27 int16 pos_inc=0; // motor_pos increment
40 int16 denom; // 4.n+1 in ramp algo
127 void motor_run(int16 pos_new) { // set up to drive motor to pos_new (absolute step#) in motor_run()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dbitfield.hpp97 GLM_FUNC_DECL int16 bitfieldInterleave(int8 x, int8 y);
111 GLM_FUNC_DECL int32 bitfieldInterleave(int16 x, int16 y);
153 GLM_FUNC_DECL int64 bitfieldInterleave(int16 x, int16 y, int16 z);
195 GLM_FUNC_DECL int64 bitfieldInterleave(int16 x, int16 y, int16 z, int16 w);
Dtype_precision.hpp54 typedef detail::int16 lowp_int16;
70 typedef detail::int16 lowp_int16_t;
86 typedef detail::int16 lowp_i16;
102 typedef detail::int16 mediump_int16;
118 typedef detail::int16 mediump_int16_t;
134 typedef detail::int16 mediump_i16;
150 typedef detail::int16 highp_int16;
166 typedef detail::int16 highp_int16_t;
182 typedef detail::int16 highp_i16;
199 typedef detail::int16 int16; typedef
[all …]
Dbitfield.inl301 GLM_FUNC_QUALIFIER int16 bitfieldInterleave(int8 x, int8 y)
311 int16 i;
327 GLM_FUNC_QUALIFIER int32 bitfieldInterleave(int16 x, int16 y)
331 int16 i;
406 GLM_FUNC_QUALIFIER int64 bitfieldInterleave(int16 x, int16 y, int16 z)
410 int16 i;
488 GLM_FUNC_QUALIFIER int64 bitfieldInterleave(int16 x, int16 y, int16 z, int16 w)
492 int16 i;
/third_party/ffmpeg/libswresample/x86/
Daudio_convert.asm612 CONV int32, int16, u, 2, 1, INT16_TO_INT32_N, NOP_N
613 CONV int32, int16, a, 2, 1, INT16_TO_INT32_N, NOP_N
614 CONV int16, int32, u, 1, 2, INT32_TO_INT16_N, NOP_N
615 CONV int16, int32, a, 1, 2, INT32_TO_INT16_N, NOP_N
628 CONV int32, int16, u, 2, 1, INT16_TO_INT32_N, NOP_N
629 CONV int32, int16, a, 2, 1, INT16_TO_INT32_N, NOP_N
630 CONV int16, int32, u, 1, 2, INT32_TO_INT16_N, NOP_N
631 CONV int16, int32, a, 1, 2, INT32_TO_INT16_N, NOP_N
633 PACK_2CH int16, int16, u, 1, 1, NOP_N, NOP_N
634 PACK_2CH int16, int16, a, 1, 1, NOP_N, NOP_N
[all …]
Dresample_init.c37 RESAMPLE_FUNCS(int16, mmxext);
38 RESAMPLE_FUNCS(int16, sse2);
39 RESAMPLE_FUNCS(int16, xop);
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_memory.h160 int16 * Buffer_int16 () in Buffer_int16()
162 return (int16 *) Buffer (); in Buffer_int16()
168 const int16 * Buffer_int16 () const in Buffer_int16()
170 return (const int16 *) Buffer (); in Buffer_int16()
422 int16 * Buffer_int16 () in Buffer_int16()
424 return (int16 *) Buffer (); in Buffer_int16()
430 const int16 * Buffer_int16 () const in Buffer_int16()
432 return (const int16 *) Buffer (); in Buffer_int16()
Ddng_ref_counted_block.h176 int16 * Buffer_int16 () in Buffer_int16()
178 return (int16 *) Buffer (); in Buffer_int16()
184 const int16 * Buffer_int16 () const in Buffer_int16()
186 return (const int16 *) Buffer (); in Buffer_int16()
Ddng_lossless_jpeg.cpp107 int16 valptr[17];
208 htbl->valptr [l] = (int16) p; in FixHuffTbl()
283 int16 componentId; /* identifier for this component (0..255) */
284 int16 componentIndex; /* its index in SOF or cPtr->compInfo[] */
291 int16 hSampFactor; /* horizontal sampling factor */
292 int16 vSampFactor; /* vertical sampling factor */
298 int16 dcTblNo;
323 int16 numComponents;
330 int16 compsInScan;
336 int16 MCUmembership[10];
[all …]
Ddng_resample.cpp204 !SafeUint32Mult (bufferSize, (uint32) sizeof (int16), &bufferSize)) in Initialize()
261 int16 *w16 = fWeights16->Buffer_int16 () + fWeightStep * sample; in Initialize()
268 w16 [j] = (int16) Round_int32 (w32 [j] * 16384.0); in Initialize()
277 w16 [fRadius - (fract >= 0.5 ? 0 : 1)] += (int16) (16384 - t16); in Initialize()
358 !SafeUint32Mult (bufferSize, (uint32) sizeof (int16), &bufferSize)) in Initialize()
450 int16 *w16 = (int16 *) Weights16 (dng_point ((int32) y, in Initialize()
458 w16 [j] = (int16) Round_int32 (w32 [j] * 16384.0); in Initialize()
471 w16 [centerOffset] += (int16) (16384 - t16); in Initialize()
772 const int16 *weightsH = fWeightsH.Weights16 (0); in ProcessArea()
787 const int16 *weightsV = fWeightsV.Weights16 (rowFract); in ProcessArea()
Ddng_reference.cpp404 int16 *dPtr, in RefCopyArea8_S16()
420 int16 *dPtr1 = dPtr; in RefCopyArea8_S16()
426 int16 *dPtr2 = dPtr1; in RefCopyArea8_S16()
431 int16 x = *sPtr; in RefCopyArea8_S16()
504 int16 *dPtr, in RefCopyArea16_S16()
520 int16 *dPtr1 = dPtr; in RefCopyArea16_S16()
526 int16 *dPtr2 = dPtr1; in RefCopyArea16_S16()
705 void RefCopyAreaS16_R32 (const int16 *sPtr, in RefCopyAreaS16_R32()
724 const int16 *sPtr1 = sPtr; in RefCopyAreaS16_R32()
730 const int16 *sPtr2 = sPtr1; in RefCopyAreaS16_R32()
[all …]
Ddng_types.h42 typedef int16_t int16; typedef
54 typedef signed short int16; typedef
Ddng_reference.h120 int16 *dPtr,
144 int16 *dPtr,
193 void RefCopyAreaS16_R32 (const int16 *sPtr,
233 int16 *dPtr,
397 const int16 *wPtr,
414 const int16 *wPtr,
484 void RefVignette16 (int16 *sPtr,
Ddng_pixel_buffer.h367 const int16 * ConstPixel_int16 (int32 row,
374 return (const int16 *) ConstPixel (row, col, plane);
384 int16 * DirtyPixel_int16 (int32 row,
391 return (int16 *) DirtyPixel (row, col, plane);
553 int16 value) in SetConstant_int16()
Ddng_bottlenecks.h138 int16 *dPtr,
164 int16 *dPtr,
217 (const int16 *sPtr,
260 int16 *dPtr,
438 const int16 *wPtr,
457 const int16 *wPtr,
532 (int16 *sPtr,
841 int16 *dPtr, in DoCopyArea8_S16()
895 int16 *dPtr, in DoCopyArea16_S16()
1006 inline void DoCopyAreaS16_R32 (const int16 *sPtr, in DoCopyAreaS16_R32()
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dglm.cpp16 template struct tvec1<int16, lowp>;
27 template struct tvec1<int16, mediump>;
38 template struct tvec1<int16, highp>;
50 template struct tvec2<int16, lowp>;
61 template struct tvec2<int16, mediump>;
72 template struct tvec2<int16, highp>;
84 template struct tvec3<int16, lowp>;
95 template struct tvec3<int16, mediump>;
106 template struct tvec3<int16, highp>;
118 template struct tvec4<int16, lowp>;
[all …]
Dtype_int.hpp20 typedef std::int16_t int16; typedef
53 typedef signed short int16;
207 typedef detail::int16 int16; typedef
296 GLM_STATIC_ASSERT(sizeof(glm::int16) == 2, "int16 size isn't 2 bytes on this platform");
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dbasictypes.h25 typedef int16_t int16; typedef
39 const int16 kint16min = INT16_MIN;
40 const int16 kint16max = INT16_MAX;
49 typedef short int16;
/third_party/libphonenumber/tools/cpp/src/base/
Dbasictypes.h23 typedef int16_t int16; typedef
37 const int16 kint16min = INT16_MIN;
38 const int16 kint16max = INT16_MAX;
47 typedef short int16; typedef
/third_party/boost/libs/python/test/numpy/
Dndarray.py15 for dtp in (numpy.int16, numpy.int32, numpy.float32, numpy.complex128):
25 for dtp in (numpy.int16, numpy.int32, numpy.float32, numpy.complex128):
36 for dtp in (numpy.int16, numpy.int32, numpy.float32, numpy.complex128):
50 for dtp in (numpy.int16, numpy.int32, numpy.float32, numpy.complex128):
59 for dtp in (numpy.int16, numpy.int32, numpy.float32, numpy.complex128):
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/haiku/
DSDL_haikujoystick.cc50 int16 *new_axes;
142 joystick->hwdata->new_axes = (int16 *) in SDL_SYS_JoystickOpen()
143 SDL_malloc(joystick->naxes * sizeof(int16)); in SDL_SYS_JoystickOpen()
183 int16 *axes; in SDL_SYS_JoystickUpdate()
/third_party/boost/libs/config/test/
Dcstdint_test2.cpp60 static const boost::int16_t int16 = INT16_C(-32767); member
87 BOOST_TEST( int16 == -32767 ); in check()
180 boost::int16_t int16 = INT16_C(-32767); in main() local
218 BOOST_TEST( int16 == -32767 ); in main()
Dcstdint_test.cpp50 static const boost::int16_t int16 = INT16_C(-32767); member
77 BOOST_TEST( int16 == -32767 ); in check()
170 boost::int16_t int16 = INT16_C(-32767); in main() local
208 BOOST_TEST( int16 == -32767 ); in main()

1234