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

/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/autotest/site_utils/
H A Dstats_poller.py23 for sam in infra.sam_servers():
24 for f in pollers.get('sam', []):
25 threads.append(threading.Thread(target=f, args=(sam,)))
/external/autotest/site_utils/lib/
H A Dinfra.py211 for sam in sams:
212 servers_csv = execute_command(sam, _VALUE_FROM_CONFIG % (section, key))
216 all_servers.add(sam)
264 for sam in sams:
265 afe = frontend_wrappers.RetryingAFE(server=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/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/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/mesa3d/src/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/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp452 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
453 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
454 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
455 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.cpp356 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
357 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/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/libvpx/libvpx/third_party/googletest/src/include/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;
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h7320 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
7321 if (kSignBitMask & sam) {
7322 // sam represents a negative number.
7323 return ~sam + 1;
7325 // sam represents a positive number.
7326 return kSignBitMask | sam;
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 926 milliseconds