Home
last modified time | relevance | path

Searched defs:I16 (Results 1 – 25 of 25) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypingWithGenericConstructSignaturesWithOptionalParameters.ts76 interface I16<T> extends Base<T> { interface
164 interface I16<T> extends Base2 { interface
252 interface I16 extends Base2 { interface
DsubtypingWithGenericCallSignaturesWithOptionalParameters.ts76 interface I16<T> extends Base<T> { interface
164 interface I16<T> extends Base2 { interface
252 interface I16 extends Base2 { interface
DsubtypingWithCallSignaturesWithOptionalParameters.ts75 interface I16 extends Base { interface
DsubtypingWithConstructSignaturesWithOptionalParameters.ts75 interface I16 extends Base { interface
DsubtypesOfAny.ts102 interface I16 { interface
DenumIsNotASubtypeOfAnythingButNumber.ts103 interface I16 { interface
DsubtypingWithCallSignaturesWithRestParameters.ts126 interface I16 extends Base { interface
DunionSubtypeIfEveryConstituentTypeIsSubtype.ts119 interface I16 { interface
/third_party/skia/experimental/lowp-basic/
DQMath.h30 using I16 = V<8, int16_t>; variable
/third_party/rust/crates/bindgen/bindgen/ir/
Dint.rs55 I16, enumerator
/third_party/rust/crates/cxx/syntax/
Datom.rs15 I16, enumerator
/third_party/rust/crates/serde/serde_test/src/
Dtoken.rs30 I16(i16), enumerator
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DanyAssignableToEveryType2.ts102 interface I16 { interface
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/
DinterfaceExtendsObjectIntersectionErrors.ts37 interface I16 extends TNX { [x: string]: number } interface
/third_party/skia/src/opts/
DSkVM_opts.h35 using I16 = skvx::Vec<K, int16_t>; variable
/third_party/skia/third_party/externals/oboe/include/oboe/
DDefinitions.h108 I16 = 1, // AAUDIO_FORMAT_PCM_I16, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h277 int16_t I16[8]; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h87 I16 = 3, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h389 int16_t I16[8]; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.h266 I16 = INT | B16, enumerator
/third_party/rust/crates/serde/serde/src/private/
Dser.rs437 I16(i16), enumerator
Dde.rs229 I16(i16), enumerator
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp59 I16, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp59 I16, enumerator
/third_party/skia/src/core/
DSkVM.cpp2669 *I16 = scalar ? i16 : llvm::VectorType::get(i16, K, false ), in setupLLVM() local