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

1 2

  /external/llvm/test/MC/AArch64/
dot-req.s 24 sam .req s4
30 fadd s0, sam, sam
  /external/skia/src/utils/
SkFloatUtils.h 149 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
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/
stats_poller.py 23 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/
infra.py 211 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/
sanitizer_libc_test.cc 122 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);
  /frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
fisheye_approx_f.rsh 24 rs_sampler sam) {
25 sampler = sam;
  /external/regex-re2/doc/
mksyntaxwiki 4 sam -d syntax.wiki <<'!'
mksyntaxgo 6 sam -d $out <<'!'
mksyntaxhtml 4 sam -d syntax.html <<'!'
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 457 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
458 if (kSignBitMask & sam) {
459 // sam represents a negative number.
460 return ~sam + 1;
462 // sam represents a positive number.
463 return kSignBitMask | sam;
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectStreamFieldTest.java 41 int sam = 8888; field in class:OldObjectStreamFieldTest.DummyClass
175 samField = osc.getField("sam");
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 441 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
442 if (kSignBitMask & sam) {
443 // sam represents a negative number.
444 return ~sam + 1;
446 // sam represents a positive number.
447 return kSignBitMask | sam;
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 359 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
360 if (kSignBitMask & sam) {
361 // sam represents a negative number.
362 return ~sam + 1;
364 // sam represents a positive number.
365 return kSignBitMask | sam;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 470 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
471 if (kSignBitMask & sam) {
472 // sam represents a negative number.
473 return ~sam + 1;
475 // sam represents a positive number.
476 return kSignBitMask | sam;
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 441 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
442 if (kSignBitMask & sam) {
443 // sam represents a negative number.
444 return ~sam + 1;
446 // sam represents a positive number.
447 return kSignBitMask | sam;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 359 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
360 if (kSignBitMask & sam) {
361 // sam represents a negative number.
362 return ~sam + 1;
364 // sam represents a positive number.
365 return kSignBitMask | sam;
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 355 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
356 if (kSignBitMask & sam) {
357 // sam represents a negative number.
358 return ~sam + 1;
360 // sam represents a positive number.
361 return kSignBitMask | sam;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 452 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); }
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); }
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); }
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); }
    [all...]
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 356 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); }
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); }
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectStreamFieldTest.java 43 int sam = 8888; field in class:ObjectStreamFieldTest.DummyClass
86 assertTrue("(Int)ham compared to (Int)sam did not return < 0", hamField
250 samField = osc.getField("sam");
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0/
kotlin-android-extensions-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0-rc-1036/
kotlin-android-extensions-1.0.0-rc-1036.jar 

Completed in 3118 milliseconds

1 2