Home
last modified time | relevance | path

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

12

/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");
/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
/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...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h41 typedef int8_t int8; typedef
/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)
H A Darg.h153 JERRYX_ARG_INTEGER (int8)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.h64 typedef char int8; typedef
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.h64 typedef char int8; typedef
/third_party/jerryscript/jerry-ext/arg/
H A Darg-transform-functions.c204 JERRYX_ARG_TRANSFORM_FUNC_FOR_INT (int8, INT8_MIN, INT8_MAX) in JERRYX_ARG_TRANSFORM_FUNC_FOR_INT()
538 JERRYX_ARG_TRANSFORM_OPTIONAL (int8) in JERRYX_ARG_TRANSFORM_OPTIONAL()
/third_party/mesa3d/src/imgui/
H A Dimgui_memory_editor.h646 int8_t int8 = 0;
647 EndianessCopy(&int8, buf, size);
648 if (data_format == DataFormat_Dec) { ImSnprintf(out_buf, out_buf_size, "%hhd", int8); return; }
649 if (data_format == DataFormat_Hex) { ImSnprintf(out_buf, out_buf_size, "0x%02x", int8 & 0xFF); return; }
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv2nir.c172 spirv_opts.caps.int8 = true; in main()
/third_party/mesa3d/src/compiler/
H A Dshader_info.h67 bool int8; member
/third_party/mesa3d/src/compiler/clc/
H A Dclc.c139 .int8 = true, in clc_libclc_new()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-value.h27 V(int16_t, int8, i16x8, 8) \
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dtype_aligned.hpp188 GLM_ALIGNED_TYPEDEF(int8, aligned_int8, 1);
/third_party/protobuf/src/google/protobuf/stubs/
H A Dport.h124 typedef int8_t int8; typedef
/third_party/ffmpeg/libavdevice/
H A Dalsa.c83 MAKE_REORDER_FUNC(int8, int8_t, CHANNELS, LAYOUT, MAP) \
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_kernel.c273 .int8 = devinfo->ver >= 8, in brw_kernel_from_spirv()

Completed in 16 milliseconds

12