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

1 2

  /dalvik/vm/mterp/x86-atom/
OP_CONST_4.S 36 sar $$28, %edx # %edx<- right-zero-extended B
OP_CONST_WIDE_16.S 33 sar $$31, %ecx # %ecx<- sign bit
OP_CONST_WIDE_32.S 35 sar $$31, %ecx # %ecx<- sign bit
  /external/webkit/WebCore/platform/graphics/wince/
PathWince.cpp 101 void Path::addArc(const FloatPoint& p, float r, float sar, float ear, bool anticlockwise)
103 m_path->addEllipse(p, r, r, sar, ear, anticlockwise);
PlatformPathWince.h 159 void addEllipse(const FloatPoint& p, float a, float b, float sar, float ear, bool anticlockwise);
PlatformPathWince.cpp 717 // add a circular arc centred at p with radius r from start angle sar (radians) to end angle ear
718 void PlatformPath::addEllipse(const FloatPoint& p, float a, float b, float sar, float ear, bool anticlockwise)
722 normalizeAngle(sar);
725 getEllipsePointByAngle(sar, a, b, startX, startY);
  /external/webkit/WebCore/platform/graphics/qt/
PathQt.cpp 234 void Path::addArc(const FloatPoint& p, float r, float sar, float ear, bool anticlockwise)
245 sar = -sar;
250 float sa = DEGREES(sar);
272 m_path.moveTo(QPointF(xc + radius * cos(sar),
273 yc - radius * sin(sar)));
  /external/webkit/WebCore/platform/graphics/haiku/
PathHaiku.cpp 114 void Path::addArc(const FloatPoint& p, float r, float sar, float ear, bool anticlockwise)
  /external/quake/quake/src/QW/client/
surf8.asm 267 sar ecx,4
269 sar ebx,4
280 sar ebp,4
413 sar ecx,3
415 sar ebx,3
426 sar ebp,3
519 sar ecx,2
521 sar ebx,2
532 sar ebp,2
604 sar ecx,1
    [all...]
d_scana.asm 251 sar eax,16
253 sar edx,16
259 sar eax,16
261 sar edx,16
d_polysa.asm 382 sar ecx,16
383 sar eax,16
451 sar eax,1
455 sar ecx,1
461 sar eax,1
465 sar edx,1
469 sar ebp,1
480 sar edx,16
487 sar eax,16
489 sar edx,16
    [all...]
d_draw.asm 408 sar esi,16
410 sar eax,16
453 sar eax,19
455 sar edx,19
460 sar edx,19
606 sar edx,16
608 sar ecx,16
d_draw16.asm 410 sar esi,16
412 sar eax,16
455 sar eax,20
457 sar edx,20
462 sar edx,20
656 sar edx,16
658 sar ecx,16
snd_mixa.asm 313 sar eax,8
325 sar edx,8
d_spr8.asm 432 sar esi,16
434 sar eax,16
474 sar edx,19
476 sar eax,19
693 sar ecx,16
695 sar edx,16
  /external/bluetooth/hcidump/parser/
l2cap.c 314 static char *sar2str(uint8_t sar)
316 switch (sar) {
326 return "Bad SAR";
800 uint8_t sar = (ctrl & 0xc000) >> 14; local
801 printf(" %s", sar2str(sar));
802 if (sar == 1) {
  /external/zlib/contrib/inflate86/
inffas86.c     [all...]
  /external/v8/src/ia32/
ic-ia32.cc 649 __ sar(edx, kSmiTagSize); // untag the index and use it for the comparison
672 __ sar(ebx, kSmiTagSize); // Untag the index.
676 __ sar(eax, kSmiTagSize); // Untag the value.
700 __ sar(ebx, kSmiTagSize); // untag
785 __ sar(ebx, kSmiTagSize); // Untag the index.
799 __ sar(eax, kSmiTagSize); // Untag the value.
    [all...]
macro-assembler-ia32.h 176 sar(reg, kSmiTagSize);
  /external/v8/test/cctest/
test-disasm-ia32.cc 197 __ sar(edx, 1);
198 __ sar(edx, 6);
  /external/zlib/contrib/masmx64/
inffasx64.asm 197 sar ecx, 1
224 sar ecx, 1
  /external/openssl/crypto/bn/asm/
pa-risc2.s 823 DEPDI,Z -1,%sar,1,%r19 ;offset 0x9d0
833 DEPD,Z %r3,%sar,64,%r3 ;offset 0x9f0
836 SHRPD %r4,%r5,%sar,%r4 ;offset 0x9fc
838 DEPD,Z %r5,%sar,64,%r5 ;offset 0xa04
    [all...]
pa-risc2W.s 775 DEPDI,Z -1,%sar,1,%r29
785 DEPD,Z %r3,%sar,64,%r3 ; d <<= i;
788 SHRPD %r4,%r5,%sar,%r4 ; l>> (64-i)
790 DEPD,Z %r5,%sar,64,%r5 ; l <<= i;
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 533 sar(dst, Immediate(kSmiShift));
587 sar(dst, Immediate(kSmiShift - power));
    [all...]
  /external/qemu/target-arm/
op_helper.c 405 uint32_t HELPER(sar)(uint32_t x, uint32_t i) function

Completed in 450 milliseconds

1 2