HomeSort by relevance Sort by last modified time
    Searched refs:h16 (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wownt32.h 30 #define HWND_32(h16) ((HWND) (WOWHandle32(h16,WOW_TYPE_HWND)))
31 #define HMENU_32(h16) ((HMENU) (WOWHandle32(h16,WOW_TYPE_HMENU)))
32 #define HDWP_32(h16) ((HDWP) (WOWHandle32(h16,WOW_TYPE_HDWP)))
33 #define HDROP_32(h16) ((HDROP) (WOWHandle32(h16,WOW_TYPE_HDROP)))
34 #define HDC_32(h16) ((HDC) (WOWHandle32(h16,WOW_TYPE_HDC))
    [all...]
  /external/llvm/test/MC/AArch64/
neon-scalar-recip.s 9 frecps h21, h16, h13
13 // CHECK: frecps h21, h16, h13 // encoding: [0x15,0x3e,0x4d,0x5e]
neon-scalar-by-elem-saturating-mla.s 8 sqdmlal s11, h16, v8.h[4]
16 // CHECK: sqdmlal s11, h16, v8.h[4] // encoding: [0x0b,0x3a,0x48,0x5f]
fullfp16-neon-neg.s 282 frecps h21, h16, h13
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 472 struct lp_build_context h16, u8n; local
475 lp_build_context_init(&h16, bld->gallivm, lp_type_ufixed(16, bld->vector_width));
502 lp_build_unpack2(bld->gallivm, u8n.type, h16.type,
739 struct lp_build_context h16, u8n; local
754 lp_build_context_init(&h16, bld->gallivm, lp_type_ufixed(16, bld->vector_width));
756 h16_vec_type = lp_build_vec_type(bld->gallivm, h16.type);
782 for (j = 0; j < h16.type.length; j += 4) {
794 index = LLVMConstInt(elem_type, h16.type.length/2 + j/2 + subindex, 0);
799 shuffle_lo = LLVMConstVector(shuffles_lo, h16.type.length);
800 shuffle_hi = LLVMConstVector(shuffles_hi, h16.type.length)
    [all...]
  /external/v8/test/mjsunit/es6/
debug-stepnext-for.js 106 "h16","h14","h15","H4","h15","H4","h15","H4","h15",
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 256 Hex16 h16; member in struct:BuiltInTypes
280 io.mapRequired("h16", bt.h16);
309 "h16: 0x8765\n"
330 EXPECT_EQ(map.h16, Hex16(0x8765));
357 map.h16 = 50000;
386 EXPECT_EQ(map.h16, Hex16(50000));
    [all...]
  /external/valgrind/none/tests/arm64/
fp_and_simd.stdout.exp     [all...]
  /external/vixl/test/
test-assembler-a64.cc     [all...]

Completed in 6821 milliseconds