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

1 2 3

  /external/v8/test/mjsunit/harmony/
dataview-accessors.js 49 case "Int16":
126 test(isTestingGet, "Int16", 0, 256, true);
127 test(isTestingGet, "Int16", undefined, 256, true);
128 test(isTestingGet, "Int16", 5, 26213, true);
129 test(isTestingGet, "Int16", 9, -32127, true);
130 test(isTestingGet, "Int16", 14, -2, true);
131 test(isTestingGet, "Int16", 1e12, undefined, true);
134 test(isTestingGet, "Int16", 0, 1);
135 test(isTestingGet, "Int16", undefined, 1);
136 test(isTestingGet, "Int16", 5, 25958)
    [all...]
  /external/gemmlowp/internal/
allocator.h 54 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 };
76 GEMMLOWP_REGISTER_TYPEID(std::int16_t, Int16)
  /external/lzma/CPP/Windows/
PropVariant.h 64 CPropVariant(Int16 value); // { vt = VT_I2; wReserved1 = 0; iVal = value; }
83 CPropVariant& operator=(Int16 value) throw();
  /external/v8/test/cctest/wasm/
test-run-wasm-relocation.cc 19 TEST_BODY(int16_t, Int16, WASM_I32_ADD) \
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pv_mp3dec_fxd_op_c_equivalent.h 49 #define Qfmt15(x) (Int16)(x*((Int32)1<<15) + (x>=0?0.5F:-0.5F))
pv_mp3dec_fxd_op_msc_evc.h 71 #define Qfmt15(x) (Int16)(x*((int32)1<<15) + (x>=0?0.5F:-0.5F))
pv_mp3dec_fxd_op_arm_gcc.h 56 #define Qfmt15(x) (Int16)(x*((int32)1<<15) + (x>=0?0.5F:-0.5F))
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 447 Int16,
468 int16_t Int16;
487 VARIANT_EQUAL_CASE(Int16)
  /external/clang/include/clang/Basic/
TargetBuiltins.h 110 Int16,
  /external/v8/test/cctest/compiler/
test-run-wasm-machops.cc 80 RunLoadStoreRelocation<int16_t>(MachineType::Int16());
140 RunLoadStoreRelocationOffset<int16_t>(MachineType::Int16());
c-signature.h 19 V(int16_t, MachineType::Int16()) \
test-run-load-store.cc 197 RunLoadImmIndex<int16_t>(MachineType::Int16());
213 RunLoadStore<int16_t>(MachineType::Int16());
237 Node* load16 = m.LoadFromPointer(LSB(&buffer[0], 2), MachineType::Int16());
296 Node* load16 = m.LoadFromPointer(LSB(&buffer[0], 2), MachineType::Int16());
406 LoadStoreTruncation<int16_t>(MachineType::Int16());
  /external/v8/test/unittests/compiler/mips/
instruction-selector-mips-unittest.cc 72 {&RawMachineAssembler::WordAnd, "WordAnd", kMipsAnd, MachineType::Int16()},
73 {&RawMachineAssembler::WordOr, "WordOr", kMipsOr, MachineType::Int16()},
74 {&RawMachineAssembler::WordXor, "WordXor", kMipsXor, MachineType::Int16()},
88 {&RawMachineAssembler::WordShl, "WordShl", kMipsShl, MachineType::Int16()},
89 {&RawMachineAssembler::WordShr, "WordShr", kMipsShr, MachineType::Int16()},
90 {&RawMachineAssembler::WordSar, "WordSar", kMipsSar, MachineType::Int16()},
91 {&RawMachineAssembler::WordRor, "WordRor", kMipsRor, MachineType::Int16()},
183 MachineType::Int16()},
186 MachineType::Int16()},
796 {MachineType::Int16(), kMipsLh, kMipsSh}
    [all...]
  /external/v8/test/unittests/compiler/
simplified-operator-unittest.cc 210 {kUntaggedBase, 0, Type::Any(), MachineType::Int16(), kNoWriteBarrier},
218 {kUntaggedBase, 0, Type::Signed32(), MachineType::Int16(), kNoWriteBarrier},
235 MachineType::Int16(), kNoWriteBarrier},
machine-operator-unittest.cc 42 MachineType::Uint8(), MachineType::Int16(), MachineType::Uint16(),
  /external/autotest/client/common_lib/cros/
dbus_send.py 53 INT_TYPES = ('int16', 'uint16', 'int32', 'uint32',
133 dbus.Int16: 'int16:',
  /external/lzma/C/
7zTypes.h 57 typedef short Int16;
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 30 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int16, OS)
296 case PDB_VariantType::Int16:
297 OS << Value.Int16;
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 265 DECLARE_VA_CTOR(Int16, deInt16, VTX_COMP_SIGNED_INT16, VTX_COMP_CONVERT_NONE);
  /external/v8/src/
machine-type.h 97 static MachineType Int16() {
  /external/v8/src/runtime/
runtime-typedarray.cc 553 DATA_VIEW_GETTER(Int16, int16_t, NewNumberFromInt)
635 DATA_VIEW_SETTER(Int16, int16_t)
  /external/bzip2/
bzlib_private.h 46 typedef short Int16;
  /external/v8/src/wasm/
wasm-opcodes.h 526 } else if (type == MachineType::Int16()) {
575 } else if (type == MachineType::Int16()) {
604 } else if (type == MachineType::Int16()) {
ast-decoder.cc 931 len = DecodeLoadMem(kAstI32, MachineType::Int16());
947 len = DecodeLoadMem(kAstI64, MachineType::Int16());
971 len = DecodeStoreMem(kAstI32, MachineType::Int16());
980 len = DecodeStoreMem(kAstI64, MachineType::Int16());
    [all...]
  /external/opencv3/samples/winrt/ImageManipulations/common/
suspensionmanager.cpp 339 case PropertyType::Int16:

Completed in 1440 milliseconds

1 2 3