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

1 2 3 4 5

  /external/grub/stage2/
apm.S 70 movw %ax, ABS(EXT_C(apm_bios_info)) + 2
72 movl %ebx, ABS(EXT_C(apm_bios_info)) + 4
74 movw %cx, ABS(EXT_C(apm_bios_info)) + 8
76 movw %dx, ABS(EXT_C(apm_bios_info)) + 10
78 movl %esi, ABS(EXT_C(apm_bios_info)) + 14
80 movw %di, ABS(EXT_C(apm_bios_info)) + 18
102 movw %ax, ABS(EXT_C(apm_bios_info))
104 movw %cx, ABS(EXT_C(apm_bios_info)) + 12
109 andw $0xfffd, ABS(EXT_C(apm_bios_info)) + 12
start_eltorito.S 40 #define ABS(x) (x-_start+BOOTSEC_LOCATION)
49 #define MSG(x) mov $ABS(x), %si; call message;
69 ljmp $0, $ABS(real_start)
93 mov %dl, ABS(BootDrive)
100 mov ABS(bi_length), %eax
107 mov ABS(bi_file), %eax
115 mov $ABS(firstlist - BOOTSEC_LISTSIZE), %si
117 mov ABS(BootDrive), %dl /* this makes sure %dl is our "boot" drive */
137 mov $ABS(dapa), %si /* Load up the DAPA */
145 cmp ABS(MaxTransfer), %b
    [all...]
start.S 35 # define ABS(x) (x-_start+0x2000)
37 # define ABS(x) (x-_start+0x8000)
41 #define MSG(x) movw $ABS(x), %si; call message
74 movw $ABS(firstlist - BOOTSEC_LISTSIZE), %di
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/fragment-shader/
frag-abs.sh 11 ABS OUT[0], TEMP[0]
frag-lrp.sh 8 ABS TEMP[0], IN[0]
frag-tempx.sh 12 ABS OUT[0], TEMPX[0][1]
  /external/mesa3d/src/gallium/tests/graw/fragment-shader/
frag-abs.sh 11 ABS OUT[0], TEMP[0]
frag-lrp.sh 8 ABS TEMP[0], IN[0]
frag-tempx.sh 12 ABS OUT[0], TEMPX[0][1]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/vertex-shader/
vert-abs.sh 12 ABS OUT[0], TEMP[0]
vert-lrp.sh 10 ABS TEMP[0], IN[0]
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-abs.sh 12 ABS OUT[0], TEMP[0]
vert-lrp.sh 10 ABS TEMP[0], IN[0]
  /external/grub/stage1/
stage1.S 30 #define ABS(x) (x-_start+0x7c00)
33 #define MSG(x) movw $ABS(x), %si; call message
128 ljmp $0, $ABS(real_start)
145 MOV_MEM_TO_AL(ABS(boot_drive)) /* movb ABS(boot_drive), %al */
178 MOV_MEM_TO_AL(ABS(force_lba)) /* movb ABS(force_lba), %al */
189 movw $ABS(disk_address_packet), %si
194 movl ABS(stage2_sector), %ebx
250 movw $ABS(sectors), %s
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 347 else if ( (ABS(mv1 - mv2) >= 4) || (ABS(mv3 - mv4) >= 4) ||
375 if ( (ABS(tmp1 - tmp2) >= 4) || (ABS(tmp3 - tmp4) >= 4) ||
403 (ABS(mb1->mv[ind1].hor - mb2->mv[ind2].hor) >= 4) ||
404 (ABS(mb1->mv[ind1].ver - mb2->mv[ind2].ver) >= 4))
437 else if ((ABS(mb1->mv[0].hor - mb2->mv[10].hor) >= 4) ||
438 (ABS(mb1->mv[0].ver - mb2->mv[10].ver) >= 4) ||
449 else if ((ABS(mb1->mv[1].hor - mb2->mv[11].hor) >= 4) ||
450 (ABS(mb1->mv[1].ver - mb2->mv[11].ver) >= 4) |
    [all...]
  /system/core/libutils/
LinearTransform.cpp 26 template<class T> static inline T ABS(T x) { return (x < 0) ? -x : x; }
127 // Compute abs(val - basis_64). Keep track of whether or not this delta
141 invert_frac ? D : ABS(N),
142 invert_frac ? ABS(N) : D,
148 // underflow unless ABS(basis2) is large enough to pull us back into the
157 if (ABS(basis2) <= static_cast<int64_t>(scaled & INT64_MAX))
  /external/speex/libspeex/
ltp.h 46 #define gain_3tap_to_1tap(g) (ABS(g[1]) + (g[0]>0 ? g[0] : -SHR16(g[0],1)) + (g[2]>0 ? g[2] : -SHR16(g[2],1)))
48 #define gain_3tap_to_1tap(g) (ABS(g[1]) + (g[0]>0 ? g[0] : -.5*g[0]) + (g[2]>0 ? g[2] : -.5*g[2]))
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlmath.h 82 #ifndef ABS
83 #define ABS(x) (((x)>=0)?(x):-(x))
  /hardware/invensense/60xx/mlsdk/platform/include/
mlmath.h 94 #ifndef ABS
95 #define ABS(x) (((x)>=0)?(x):-(x))
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 82 #ifndef ABS
83 #define ABS(x) (((x)>=0)?(x):-(x))
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bit_cnt.c 73 t0=ABS(t0);
74 t1=ABS(t1);
75 t2=ABS(t2);
76 t3=ABS(t3);
146 t0=ABS(t0);
147 t1=ABS(t1);
148 t2=ABS(t2);
149 t3=ABS(t3);
214 t0=ABS(t0);
215 t1=ABS(t1)
    [all...]
  /external/eigen/blas/
srotmg.f 59 INTRINSIC ABS
82 IF (.NOT.ABS(SQ1).GT.ABS(SQ2)) GO TO 40
169 IF (.NOT.ABS(SD2).LE.RGAMSQ) GO TO 190
181 IF (.NOT.ABS(SD2).GE.GAMSQ) GO TO 220
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
riprel1.asm 3 default abs
47 mov rax, [qword val] ; 48 a1 ... (64-bit disp, ABS)
50 a32 mov rax, [qword val] ; 67 48 a1 ... (32-bit disp, ABS)
55 a64 mov rax, [qword val] ; 48 a1 ... (64-bit disp, ABS)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.c 112 double l = ABS(x4x1) + ABS(y4y1);
115 d = ABS((x4x1)*(b->y1 - b->y2) - (y4y1)*(b->x1 - b->x2))
116 + ABS((x4x1)*(b->y1 - b->y3) - (y4y1)*(b->x1 - b->x3));
118 d = ABS(b->x1 - b->x2) + ABS(b->y1 - b->y2) +
119 ABS(b->x1 - b->x3) + ABS(b->y1 - b->y3);
265 if (ABS(d - o2) > max_dist_line)
269 l = ABS(normal[0]) + ABS(normal[1])
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 112 double l = ABS(x4x1) + ABS(y4y1);
115 d = ABS((x4x1)*(b->y1 - b->y2) - (y4y1)*(b->x1 - b->x2))
116 + ABS((x4x1)*(b->y1 - b->y3) - (y4y1)*(b->x1 - b->x3));
118 d = ABS(b->x1 - b->x2) + ABS(b->y1 - b->y2) +
119 ABS(b->x1 - b->x3) + ABS(b->y1 - b->y3);
265 if (ABS(d - o2) > max_dist_line)
269 l = ABS(normal[0]) + ABS(normal[1])
    [all...]

Completed in 880 milliseconds

1 2 3 4 5