Searched refs:sam (Results 1 - 25 of 27) sorted by relevance

12

/external/llvm/test/MC/AArch64/
H A Ddot-req.s24 sam .req s4
30 fadd s0, sam, sam
/external/skia/src/utils/
H A DSkFloatUtils.h149 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
150 if (kSignBitMask & sam) {
151 // sam represents a negative number.
152 return ~sam + 1;
154 // sam represents a positive number.
155 return kSignBitMask | sam;
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc122 struct stat_and_more sam; local
123 memset(&sam, 0xAB, sizeof(sam));
124 EXPECT_EQ(0u, internal_fstat(fd, &sam.st));
125 EXPECT_EQ(0xAB, sam.z);
126 EXPECT_NE(0xAB, sam.st.st_size);
127 EXPECT_NE(0, sam.st.st_size);
/external/regex-re2/doc/
H A Dmksyntaxwiki4 sam -d syntax.wiki <<'!'
H A Dmksyntaxgo6 sam -d $out <<'!'
H A Dmksyntaxhtml4 sam -d syntax.html <<'!'
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3.h1112 struct ir3_instruction *sam; local
1115 sam = ir3_instr_create(block, opc);
1116 sam->flags |= flags;
1117 ir3_reg_create(sam, 0, 0)->wrmask = wrmask;
1119 reg = ir3_reg_create(sam, 0, IR3_REG_SSA);
1124 reg = ir3_reg_create(sam, 0, IR3_REG_SSA);
1128 sam->cat5.samp = samp;
1129 sam->cat5.tex = tex;
1130 sam->cat5.type = type;
1132 return sam;
[all...]
H A Dir3_compiler_nir.c1391 struct ir3_instruction **dst, *sam, *src0[12], *src1[4]; local
1572 sam = ir3_SAM(b, opc, type, TGSI_WRITEMASK_XYZW, flags,
1577 sam->regs[0]->wrmask = 0x7;
1578 split_dest(b, dst, sam, 0, 3);
1583 sam = ir3_SAM(b, opc, type, TGSI_WRITEMASK_W, flags,
1586 array_insert(ctx->ir->astc_srgb, sam);
1589 split_dest(b, &dst[3], sam, 3, 1);
1592 split_dest(b, dst, sam, 0, 4);
1611 struct ir3_instruction **dst, *sam; local
1615 sam
1634 struct ir3_instruction **dst, *sam; local
2353 struct ir3_instruction *sam = ctx->ir->astc_srgb[i]; local
[all...]
H A Ddisasm-a3xx.c756 OPC(5, OPC_SAM, sam),
/external/python/cpython2/PC/
H A D_winreg.c108 "key = CreateKeyEx(key, sub_key, res, sam) - Creates or opens the specified key.\n"
113 "sam is an integer that specifies an access mask that describes the desired\n"
135 "DeleteKeyEx(key, sub_key, sam, res) - Deletes the specified key.\n"
140 "sam is an integer that specifies an access mask that describes the desired\n"
216 "key = OpenKey(key, sub_key, res = 0, sam = KEY_READ) - Opens the specified key.\n"
221 "sam is an integer that specifies an access mask that describes the desired\n"
1062 REGSAM sam = KEY_WRITE; local
1065 &res, &sam))
1071 sam, NULL, &retKey, NULL);
1106 REGSAM sam local
1357 REGSAM sam = KEY_READ; local
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h359 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
360 if (kSignBitMask & sam) {
361 // sam represents a negative number.
362 return ~sam + 1;
364 // sam represents a positive number.
365 return kSignBitMask | sam;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h457 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
458 if (kSignBitMask & sam) {
459 // sam represents a negative number.
460 return ~sam + 1;
462 // sam represents a positive number.
463 return kSignBitMask | sam;
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-internal.h359 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
360 if (kSignBitMask & sam) {
361 // sam represents a negative number.
362 return ~sam + 1;
364 // sam represents a positive number.
365 return kSignBitMask | sam;
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h441 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
442 if (kSignBitMask & sam) {
443 // sam represents a negative number.
444 return ~sam + 1;
446 // sam represents a positive number.
447 return kSignBitMask | sam;
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h389 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
390 if (kSignBitMask & sam) {
391 // sam represents a negative number.
392 return ~sam + 1;
394 // sam represents a positive number.
395 return kSignBitMask | sam;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h389 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
390 if (kSignBitMask & sam) {
391 // sam represents a negative number.
392 return ~sam + 1;
394 // sam represents a positive number.
395 return kSignBitMask | sam;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h470 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
471 if (kSignBitMask & sam) {
472 // sam represents a negative number.
473 return ~sam + 1;
475 // sam represents a positive number.
476 return kSignBitMask | sam;
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h461 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
462 if (kSignBitMask & sam) {
463 // sam represents a negative number.
464 return ~sam + 1;
466 // sam represents a positive number.
467 return kSignBitMask | sam;
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h389 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
390 if (kSignBitMask & sam) {
391 // sam represents a negative number.
392 return ~sam + 1;
394 // sam represents a positive number.
395 return kSignBitMask | sam;
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp454 static inline Vec4 sample (const tcu::Texture2D& tex, const Vec2& coord, float lod, const tcu::Sampler& sam) { return tex.sample(sam, coord.x(), coord.y(), lod); } argument
455 static inline Vec4 sample (const tcu::TextureCube& tex, const Vec3& coord, float lod, const tcu::Sampler& sam) { return tex.sample(sam, coord.x(), coord.y(), coord.z(), lod); } argument
456 static inline Vec4 sample (const tcu::Texture2DArray& tex, const Vec3& coord, float lod, const tcu::Sampler& sam) { return tex.sample(sam, coord.x(), coord.y(), coord.z(), lod); } argument
457 static inline Vec4 sample (const tcu::Texture3D& tex, const Vec3& coord, float lod, const tcu::Sampler& sam) { return tex.sample(sam, coord.x(), coord.y(), coord.z(), lod); } argument
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp359 static inline Vec4 sample (const tcu::Texture2D& tex, const Vec2& coord, float lod, const tcu::Sampler& sam) { return tex.sample(sam, coord.x(), coord.y(), lod); } argument
360 static inline Vec4 sample (const tcu::TextureCube& tex, const Vec3& coord, float lod, const tcu::Sampler& sam) { return tex.sample(sam, coord.x(), coord.y(), coord.z(), lod); } argument
/external/linux-kselftest/
H A D.mailmap135 Sam Ravnborg <sam@mars.ravnborg.org>
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/fmtlib/test/gtest/
H A Dgtest.h7319 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
7320 if (kSignBitMask & sam) {
7321 // sam represents a negative number.
7322 return ~sam + 1;
7324 // sam represents a positive number.
7325 return kSignBitMask | sam;
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h6850 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
6851 if (kSignBitMask & sam) {
6852 // sam represents a negative number.
6853 return ~sam + 1;
6855 // sam represents a positive number.
6856 return kSignBitMask | sam;

Completed in 591 milliseconds

12