HomeSort by relevance Sort by last modified time
    Searched defs:Int16 (Results 1 - 25 of 68) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug296.go 25 type Int16 int16
27 func (x Int16) m(a, b, c, d, e, f, g, h byte) {
28 check("Int16", int64(x), 0x0102, a, b, c, d, e, f, g, h)
64 Int16(0x0102),
  /prebuilts/go/linux-x86/test/fixedbugs/
bug296.go 25 type Int16 int16
27 func (x Int16) m(a, b, c, d, e, f, g, h byte) {
28 check("Int16", int64(x), 0x0102, a, b, c, d, e, f, g, h)
64 Int16(0x0102),
  /external/gemmlowp/internal/
allocator.h 46 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 };
68 GEMMLOWP_REGISTER_TYPEID(std::int16_t, Int16)
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
UsbMouseAbsolutePointer.h 98 INT16 Int16;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/
UsbMouse.h 98 INT16 Int16;
  /external/clang/include/clang/Basic/
TargetBuiltins.h 110 Int16,
  /external/tensorflow/tensorflow/go/
tensor.go 44 Int16 DataType = C.TF_INT16
227 {reflect.TypeOf(int16(0)), C.TF_INT16},
316 case reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64, reflect.Complex64, reflect.Complex128:
334 case reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64, reflect.Complex64, reflect.Complex128:
363 case reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64, reflect.Complex64, reflect.Complex128:
375 case reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64, reflect.Complex64, reflect.Complex128:
485 case Float, Double, Int32, Uint8, Int16, Int8, Complex, Int64, Bool, Quint8, Qint32, Bfloat16, Qint16, Quint16, Uint16, Complex128, Half:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 114 Int16,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetBuiltins.h 114 Int16,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetBuiltins.h 114 Int16,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TargetBuiltins.h 114 Int16,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TargetBuiltins.h 114 Int16,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TargetBuiltins.h 114 Int16,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TargetBuiltins.h 114 Int16,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 114 Int16,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetBuiltins.h 114 Int16,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TargetBuiltins.h 114 Int16,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TargetBuiltins.h 114 Int16,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TargetBuiltins.h 114 Int16,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TargetBuiltins.h 114 Int16,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TargetBuiltins.h 114 Int16,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zTypes.h 57 typedef short Int16;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
7zTypes.h 61 typedef short Int16;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
7zTypes.h 61 typedef short Int16;
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 37 Int16 = 0x0072, // 16 bit signed int

Completed in 426 milliseconds

1 2 3