HomeSort by relevance Sort by last modified time
    Searched refs:xf (Results 76 - 100 of 3127) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
mov.d 19 2c: b2400fff mov sp, #0xf // #15
20 30: 32000fff mov wsp, #0xf // #15
21 34: d28001ff mov xzr, #0xf // #15
22 38: 528001ff mov wzr, #0xf // #15
msr.d 10 8: d5034fdf msr daifset, #0xf
13 14: d5034fff msr daifclr, #0xf
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vcmp-zero-bad.s 12 vcmpe.f64 d4, 0xf
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-xc16x/
absrel.d 7 400: e0 f5 mov r5,#0xf
8 402: e0 f6 mov r6,#0xf
18 414: e0 f6 mov r6,#0xf
20 41a: e0 f8 mov r8,#0xf
  /toolchain/binutils/binutils-2.25/opcodes/
ns32k-dis.c 161 { "us", 0x0, 0xf },
162 { "dcr", 0x1, 0xf },
163 { "bpc", 0x2, 0xf },
164 { "dsr", 0x3, 0xf },
165 { "car", 0x4, 0xf },
166 { "fp", 0x8, 0xf },
167 { "sp", 0x9, 0xf },
168 { "sb", 0xa, 0xf },
169 { "usp", 0xb, 0xf },
170 { "cfg", 0xc, 0xf },
    [all...]
  /art/test/565-checker-doublenegbitwise/src/
Main.java 339 assertIntEquals(~0xff, $opt$noinline$andToOr(0xf, 0xff));
340 assertIntEquals(~0xff, $noinline$runSmaliTest("$opt$noinline$andToOr", int.class, 0xf, 0xff));
343 assertLongEquals(~0xf, $opt$noinline$orToAnd(0xf, 0xff));
344 assertLongEquals(~0xf, $noinline$runSmaliTest("$opt$noinline$orToAnd", long.class, 0xfL, 0xffL));
347 assertIntEquals(-1, $opt$noinline$regressInputsAway(0xf, 0xff));
348 assertIntEquals(-1, $noinline$runSmaliTest("$opt$noinline$regressInputsAway", int.class, 0xf, 0xff));
349 assertIntEquals(0xf0, $opt$noinline$notXorToXor(0xf, 0xff));
350 assertIntEquals(0xf0, $noinline$runSmaliTest("$opt$noinline$notXorToXor", int.class, 0xf, 0xff));
353 assertIntEquals(~0xff, $opt$noinline$notMultipleUses(0xf, 0xff))
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_tab.cpp 227 {0x11, 1, 0, 9}, {0x11, 1, 0, 9}, {0x10, 1, 0, 9}, {0x10, 1, 0, 9}, {0xf, 1, 0, 9}, {0xf, 1, 0, 9},
230 {0xf, 1, 1, 8}, {0xf, 1, 1, 8}, {0xf, 1, 1, 8}, {0xf, 1, 1, 8}, {0xe, 1, 1, 8}, {0xe, 1, 1, 8},
257 {0x25, 1, 1, 12}, {0x26, 1, 1, 12}, {0x27, 1, 1, 12}, {0x28, 1, 1, 12}, {0xbf, 0xf, 1, 7},
258 {0xbf, 0xf, 1, 7}, {0xbf, 0xf, 1, 7}, {0xbf, 0xf, 1, 7}, {0xbf, 0xf, 1, 7}, {0xbf, 0xf, 1, 7}, {0xbf, 0xf, 1, 7}
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
resize.rs 27 float xf = clamp(x * scale, 0.f, (float)gWidthIn - 1.f);
29 uint32_t ix = xf;
44 float xf = (x + 0.5f) * scale - 0.5f;
47 int startx = (int) floor(xf - 1);
49 xf = xf - floor(xf);
68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
74 float4 p1 = cubicInterpolate(p10, p11, p12, p13, xf);
80 float4 p2 = cubicInterpolate(p20, p21, p22, p23, xf);
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
resize.rs 27 float xf = clamp(x * scale, 0.f, (float)gWidthIn - 1.f);
29 uint32_t ix = xf;
44 float xf = (x + 0.5f) * scale - 0.5f;
47 int startx = (int) floor(xf - 1);
49 xf = xf - floor(xf);
68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
74 float4 p1 = cubicInterpolate(p10, p11, p12, p13, xf);
80 float4 p2 = cubicInterpolate(p20, p21, p22, p23, xf);
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
resize.rs 27 float xf = clamp(x * scale, 0.f, (float)gWidthIn - 1.f);
29 uint32_t ix = xf;
44 float xf = (x + 0.5f) * scale - 0.5f;
47 int startx = (int) floor(xf - 1);
49 xf = xf - floor(xf);
68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
74 float4 p1 = cubicInterpolate(p10, p11, p12, p13, xf);
80 float4 p2 = cubicInterpolate(p20, p21, p22, p23, xf);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
X86FxRestore.c 46 ASSERT (((UINTN)Buffer & 0xf) == 0);
X86FxSave.c 45 ASSERT (((UINTN)Buffer & 0xf) == 0);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/NtAutoScan/
NtAutoScan.h 30 0xdce384d, 0x7c, 0x4ba5, {0x94, 0xbd, 0xf, 0x6e, 0xb6, 0x4d, 0x2a, 0xa9} \
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
X86FxRestore.c 41 ASSERT (0 == ((UINTN)Buffer & 0xf));
X86FxSave.c 40 ASSERT (0 == ((UINTN)Buffer & 0xf));
  /external/c-ares/
ares_gethostbyaddr.c 290 bytes[15]&0xf, bytes[15] >> 4, bytes[14]&0xf, bytes[14] >> 4,
291 bytes[13]&0xf, bytes[13] >> 4, bytes[12]&0xf, bytes[12] >> 4,
292 bytes[11]&0xf, bytes[11] >> 4, bytes[10]&0xf, bytes[10] >> 4,
293 bytes[9]&0xf, bytes[9] >> 4, bytes[8]&0xf, bytes[8] >> 4);
296 bytes[7]&0xf, bytes[7] >> 4, bytes[6]&0xf, bytes[6] >> 4
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-field.cpp 22 void test2(const X<float> *xf) {
23 (void)xf->x; // expected-note{{in instantiation of template class 'X<float>' requested here}}
26 void test3(const X<int(int)> *xf) {
27 (void)xf->x; // expected-note{{in instantiation of template class 'X<int (int)>' requested here}}
  /external/e2fsprogs/intl/
hash-string.h 40 g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4));
  /external/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_gcc.cc 95 int family = (eax >> 8) & 0xf; // family and model fields
96 int model = (eax >> 4) & 0xf;
97 if (family == 0xf) { // use extended family and model fields
99 model += ((eax >> 16) & 0xf) << 4;
  /external/tcpdump/
print-enc.c 82 #define ENC_PRINT_TYPE(wh, xf, nam) \
83 if ((wh) & (xf)) { \
84 ND_PRINT((ndo, "%s%s", nam, (wh) == (xf) ? "): " : ",")); \
85 (wh) &= ~(xf); \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
event.d 28 10: 9f 00 RAISE 0xf;
32 14: af 00 EXCPT 0xf;
event2.d 20 18: 9f 00 RAISE 0xf;
23 1e: af 00 EXCPT 0xf;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
vle-simple-4.s 17 e_sub16i 1, 2, 0xf
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
seg.d 12 LOAD 0x0*001000 0xf*fffff000 0xf*fffff000 0x0*1000 0x0*1000 .*
  /external/mesa3d/src/mesa/main/
texcompress_bptc.c 294 0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf,0xf
    [all...]

Completed in 845 milliseconds

1 2 34 5 6 7 8 91011>>