Searched refs:sam (Results 1 - 23 of 23) 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/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/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/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/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;
/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 733 milliseconds