/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | bitfield.hpp | 97 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 D | type_precision.hpp | 50 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 D | glm.cpp | 15 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 D | type_int.hpp | 19 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 D | fpa11.h | 29 int8 mode; 30 int8 precision; 81 extern int8 SetRoundingMode(const unsigned int); 82 extern int8 SetRoundingPrecision(const unsigned int);
|
H A D | fpa11.c | 35 int8 SetRoundingMode(const unsigned int opcode) in SetRoundingMode() 53 int8 SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision()
|
H A D | softfloat.c | 72 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 D | fpa11.h | 29 int8 mode; 30 int8 precision; 81 extern int8 SetRoundingMode(const unsigned int); 82 extern int8 SetRoundingPrecision(const unsigned int);
|
H A D | fpa11.c | 35 int8 SetRoundingMode(const unsigned int opcode) in SetRoundingMode() 53 int8 SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision()
|
H A D | softfloat.c | 72 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 D | basictypes.h | 24 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 D | basictypes.h | 22 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 D | softfloat.c | 46 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 D | softfloat.c | 46 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 D | dng_types.h | 41 typedef int8_t int8; typedef 53 typedef signed char int8; typedef
|
H A D | dng_pixel_buffer.h | 293 /// 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 D | dng_stream.h | 362 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 D | fwd.hpp | 100 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 D | vm_basic_types.h | 12 typedef s8 int8; typedef
|
H A D | svga_types.h | 36 typedef s8 int8; typedef
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga_types.h | 41 typedef int8_t int8; typedef
|
/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | task_manager.h | 44 int8 ref;
|
/test/xts/tools/lite/hctest/include/ |
H A D | hctest_internal.h | 29 const int8 result;
|
/kernel/linux/linux-5.10/lib/raid6/ |
H A D | Makefile | 5 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 D | Makefile | 5 int8.o int16.o int32.o 58 targets += int1.c int2.c int4.c int8.c int16.c int32.c
|