Home
last modified time | relevance | path

Searched refs:int8 (Results 1 - 25 of 68) sorted by relevance

123

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dbitfield.hpp97 GLM_FUNC_DECL int16 bitfieldInterleave(int8 x, int8 y);
139 GLM_FUNC_DECL int32 bitfieldInterleave(int8 x, int8 y, int8 z);
181 GLM_FUNC_DECL int32 bitfieldInterleave(int8 x, int8 y, int8 z, int8 w);
H A Dtype_precision.hpp50 typedef detail::int8 lowp_int8;
66 typedef detail::int8 lowp_int8_t;
82 typedef detail::int8 lowp_i8;
98 typedef detail::int8 mediump_int8;
114 typedef detail::int8 mediump_int8_t;
130 typedef detail::int8 mediump_i8;
146 typedef detail::int8 highp_int8;
162 typedef detail::int8 highp_int8_t;
178 typedef detail::int8 highp_i8;
195 typedef detail::int8 int typedef
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dglm.cpp15 template struct tvec1<int8, lowp>;
26 template struct tvec1<int8, mediump>;
37 template struct tvec1<int8, highp>;
49 template struct tvec2<int8, lowp>;
60 template struct tvec2<int8, mediump>;
71 template struct tvec2<int8, highp>;
83 template struct tvec3<int8, lowp>;
94 template struct tvec3<int8, mediump>;
105 template struct tvec3<int8, highp>;
117 template struct tvec4<int8, low
[all...]
H A Dtype_int.hpp19 typedef std::int8_t int8; typedef
52 typedef signed char int8;
206 typedef detail::int8 int8; typedef
295 GLM_STATIC_ASSERT(sizeof(glm::int8) == 1, "int8 size isn't 1 byte on this platform");
/kernel/linux/linux-5.10/arch/arm/nwfpe/
H A Dfpa11.h29 int8 mode;
30 int8 precision;
81 extern int8 SetRoundingMode(const unsigned int);
82 extern int8 SetRoundingPrecision(const unsigned int);
H A Dfpa11.c35 int8 SetRoundingMode(const unsigned int opcode) in SetRoundingMode()
53 int8 SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision()
H A Dsoftfloat.c72 int8 roundingMode; in roundAndPackInt32()
74 int8 roundIncrement, roundBits; in roundAndPackInt32()
157 int8 shiftCount; in normalizeFloat32Subnormal()
219 int8 roundingMode; in roundAndPackFloat32()
221 int8 roundIncrement, roundBits; in roundAndPackFloat32()
282 int8 shiftCount; in normalizeRoundAndPackFloat32()
338 int8 shiftCount; in normalizeFloat64Subnormal()
390 int8 roundingMode; in roundAndPackFloat64()
455 int8 shiftCount; in normalizeRoundAndPackFloat64()
514 int8 shiftCoun in normalizeFloatx80Subnormal()
[all...]
/kernel/linux/linux-6.6/arch/arm/nwfpe/
H A Dfpa11.h29 int8 mode;
30 int8 precision;
81 extern int8 SetRoundingMode(const unsigned int);
82 extern int8 SetRoundingPrecision(const unsigned int);
H A Dfpa11.c35 int8 SetRoundingMode(const unsigned int opcode) in SetRoundingMode()
53 int8 SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision()
H A Dsoftfloat.c72 int8 roundingMode; in roundAndPackInt32()
74 int8 roundIncrement, roundBits; in roundAndPackInt32()
157 int8 shiftCount; in normalizeFloat32Subnormal()
219 int8 roundingMode; in roundAndPackFloat32()
221 int8 roundIncrement, roundBits; in roundAndPackFloat32()
282 int8 shiftCount; in normalizeRoundAndPackFloat32()
338 int8 shiftCount; in normalizeFloat64Subnormal()
390 int8 roundingMode; in roundAndPackFloat64()
455 int8 shiftCount; in normalizeRoundAndPackFloat64()
514 int8 shiftCoun in normalizeFloatx80Subnormal()
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/base/
H A Dbasictypes.h24 typedef int8_t int8; typedef
37 const int8 kint8min = INT8_MIN;
38 const int8 kint8max = INT8_MAX;
48 typedef signed char int8;
/third_party/libphonenumber/tools/cpp/src/base/
H A Dbasictypes.h22 typedef int8_t int8; typedef
35 const int8 kint8min = INT8_MIN;
36 const int8 kint8max = INT8_MAX;
46 typedef signed char int8; typedef
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c46 typedef signed char int8; typedef
96 static int8 countLeadingZeros32(bits32 a);
97 static int8 countLeadingZeros64(bits64 a);
163 static int8 countLeadingZeros32(bits32 a) in countLeadingZeros32()
165 static const int8 countLeadingZerosHigh[] = { in countLeadingZeros32()
183 int8 shiftCount; in countLeadingZeros32()
199 static int8 countLeadingZeros64(bits64 a) in countLeadingZeros64()
201 int8 shiftCount; in countLeadingZeros64()
216 int8 shiftCount; in normalizeRoundAndPackFloat64()
363 int8 roundIncremen in roundAndPackFloat32()
[all...]
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c46 typedef signed char int8; typedef
96 static int8 countLeadingZeros32(bits32 a);
97 static int8 countLeadingZeros64(bits64 a);
163 static int8 countLeadingZeros32(bits32 a) in countLeadingZeros32()
165 static const int8 countLeadingZerosHigh[] = { in countLeadingZeros32()
183 int8 shiftCount; in countLeadingZeros32()
199 static int8 countLeadingZeros64(bits64 a) in countLeadingZeros64()
201 int8 shiftCount; in countLeadingZeros64()
216 int8 shiftCount; in normalizeRoundAndPackFloat64()
363 int8 roundIncremen in roundAndPackFloat32()
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_types.h41 typedef int8_t int8; typedef
53 typedef signed char int8; typedef
H A Ddng_pixel_buffer.h293 /// Get read-only int8 * to pixel data starting at a specific pixel in the buffer.
297 /// \retval Pointer to pixel data as int8 *.
299 const int8 * ConstPixel_int8 (int32 row, in ConstPixel_int8()
306 return (const int8 *) ConstPixel (row, col, plane); in ConstPixel_int8()
310 /// Get a writable int8 * to pixel data starting at a specific pixel in the buffer.
314 /// \retval Pointer to pixel data as int8 *.
316 int8 * DirtyPixel_int8 (int32 row, in DirtyPixel_int8()
323 return (int8 *) DirtyPixel (row, col, plane); in DirtyPixel_int8()
H A Ddng_stream.h362 int8 Get_int8 () in Get_int8()
364 return (int8) Get_uint8 (); in Get_int8()
370 void Put_int8 (int8 x) in Put_int8()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/
H A Dfwd.hpp100 typedef detail::int8 lowp_int8;
116 typedef detail::int8 lowp_int8_t;
132 typedef detail::int8 lowp_i8;
148 typedef detail::int8 mediump_int8;
164 typedef detail::int8 mediump_int8_t;
180 typedef detail::int8 mediump_i8;
196 typedef detail::int8 highp_int8;
212 typedef detail::int8 highp_int8_t;
228 typedef detail::int8 highp_i8;
245 typedef detail::int8 int typedef
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
H A Dvm_basic_types.h12 typedef s8 int8; typedef
H A Dsvga_types.h36 typedef s8 int8; typedef
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h41 typedef int8_t int8; typedef
/kernel/linux/linux-5.10/lib/raid6/
H A DMakefile5 int8.o int16.o int32.o
54 targets += int1.c int2.c int4.c int8.c int16.c int32.c
/kernel/linux/linux-6.6/lib/raid6/
H A DMakefile5 int8.o int16.o int32.o
58 targets += int1.c int2.c int4.c int8.c int16.c int32.c
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
H A Darg.impl.h32 JERRYX_ARG_TRANSFORM_FUNC_WITH_OPTIONAL_AND_STRICT (int8)
111 JERRYX_ARG_INT (int8)
/test/xts/tools/lite/hctest/include/
H A Dhctest_internal.h29 const int8 result;

Completed in 16 milliseconds

123