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

1 2 3 4

  /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/skqp/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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
float_comparison.h 279 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
280 if (kSignBitMask & sam) {
281 // sam represents a negative number.
282 return ~sam + 1;
284 // sam represents a positive number.
285 return kSignBitMask | 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/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
fisheye_approx_f.rsh 24 rs_sampler sam) {
25 sampler = sam;
  /cts/hostsidetests/statsd/src/android/cts/statsd/metric/
ValueMetricsTests.java 149 SimpleAtomMatcher.Builder sam = SimpleAtomMatcher.newBuilder().setAtomId(Atom.SYSTEM_ELAPSED_REALTIME_FIELD_NUMBER); local
152 .setSimpleAtomMatcher(sam));
227 SimpleAtomMatcher.Builder sam = SimpleAtomMatcher.newBuilder().setAtomId(Atom.SYSTEM_ELAPSED_REALTIME_FIELD_NUMBER); local
230 .setSimpleAtomMatcher(sam));
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.h 1112 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...]
ir3_compiler_nir.c 1391 struct ir3_instruction **dst, *sam, *src0[12], *src1[4]; local
1611 struct ir3_instruction **dst, *sam; local
1634 struct ir3_instruction **dst, *sam; local
2353 struct ir3_instruction *sam = ctx->ir->astc_srgb[i]; local
    [all...]
  /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/kotlinc/lib/
sam-with-receiver-compiler-plugin.jar 
  /cts/hostsidetests/statsd/src/android/cts/statsd/atom/
AtomTestCase.java 293 SimpleAtomMatcher.Builder sam = SimpleAtomMatcher.newBuilder().setAtomId(atomId); local
296 sam.addFieldValueMatcher(fvm);
301 .setSimpleAtomMatcher(sam));
319 SimpleAtomMatcher.Builder sam = SimpleAtomMatcher.newBuilder().setAtomId(atomId); local
322 .setSimpleAtomMatcher(sam));
  /external/python/cpython2/PC/
_winreg.c 108 "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
1106 REGSAM sam = KEY_WOW64_64KEY; local
1357 REGSAM sam = KEY_READ; local
    [all...]
  /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/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 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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 461 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
462 if (kSignBitMask & sam) {
463 // sam represents a negative number.
464 return ~sam + 1;
466 // sam represents a positive number.
467 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...]
  /prebuilts/ndk/r16/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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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...]
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 389 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
390 if (kSignBitMask & sam) {
391 // sam represents a negative number.
392 return ~sam + 1;
394 // sam represents a positive number.
395 return kSignBitMask | sam;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 389 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
390 if (kSignBitMask & sam) {
391 // sam represents a negative number.
392 return ~sam + 1;
394 // sam represents a positive number.
395 return kSignBitMask | sam;
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 389 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
390 if (kSignBitMask & sam) {
391 // sam represents a negative number.
392 return ~sam + 1;
394 // sam represents a positive number.
395 return kSignBitMask | sam;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 454 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); }
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); }
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); }
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); }
    [all...]

Completed in 937 milliseconds

1 2 3 4