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

1 2 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xgate/
hilo.d 11 0+0002 <hiTestHi> ldh R2, #0x88 Abs\* 0x00008888 <symValue\+0x8870>
13 0+0006 <loTestHi> ldh R3, #0x44 Abs\* 0x00004444 <symValue\+0x442c>
15 0+000a <hiTestHiF> ldh R2, #0xff Abs\* 0x0000ffff <test\+0x77>
17 0+000e <loTestHiF> ldh R3, #0x88 Abs\* 0x00008888 <symValue\+0x8870>
20 0+0012 <hiTestHiR> ldh R2, #0x00 Abs\* 0x00000000 <hiTestLo>
24 0+0016 <loTestHiR> ldh R3, #0x18 Abs\* 0x00001818 <symValue\+0x1800>
insns-dwarf2.d 20 2: fa 04 ldh R2, #0x04 Abs\* 0x400 <block_end>
23 6: fb 00 ldh R3, #0x00 Abs\* 0x0 <_start>
26 a: f9 00 ldh R1, #0x00 Abs\* 0x1 <_start\+0x1>
31 c: 3c 04 bra \*10 Abs\* 0x16 <test>
35 10: 25 fd bne \*-4 Abs\* 0xc <Loop>
44 14: 3f f5 bra \*-20 Abs\* 0x0 <_start>
51 18: fd 00 ldh R5, #0x00 Abs\* 0x2 <_start\+0x2>
53 1a: 3c 01 bra \*4 Abs\* 0x1e <test2>
65 20: fb 00 ldh R3, #0x00 Abs\* 0x17 <test\+0x1>
70 26: fc ff ldh R4, #0xff Abs\* 0xffec <block_end\+0xfbec
    [all...]
insns.d 12 0+0002 <\_start\+0x2> ldh R2, #0x04 Abs\* 0x00000400 <block_end>
16 0+0006 <\_start\+0x6> ldh R3, #0x00 Abs\* 0x00000000 <\_start>
19 0+000a <\_start\+0xa> ldh R1, #0x00 Abs\* 0x00000001 <\_start\+0x1>
20 0+000c <Loop> bra \*10 Abs\* 0x00000016 <test>
22 0+0010 <Loop\+0x4> bne \*\-4 Abs\* 0x0000000c <Loop>
24 0+0014 <Stop\+0x2> bra \*\-20 Abs\* 0x00000000 <\_start>
26 0+0018 <test\+0x2> ldh R5, #0x00 Abs\* 0x00000002 <\_start\+0x2>
27 0+001a <test\+0x4> bra \*4 Abs\* 0x0000001e <test2>
30 0+0020 <test2\+0x2> ldh R3, #0x00 Abs\* 0x00000017 <test\+0x1>
34 0+0026 <test2\+0x8> ldh R4, #0xff Abs\* 0x0000ffec <block_end\+0xfbec
    [all...]
all_insns.d 11 0+0002 <L1> bcc \*230 Abs\* 0x000000e8 <END_CODE>
14 0+0008 <L3\+0x2> addh R7, #0x00 Abs\* 0x000000e1 <L103\+0x1>
16 0+000c <L5> addl R2, #0xff Abs\* 0x0000ffff <END_CODE\+0xff17>
18 0+0010 <L6\+0x2> addh R4, #0x1f Abs\* 0x00001f44 <END_CODE\+0x1e5c>
21 0+0016 <L8\+0x2> andh R1, #0x80 Abs\* 0x00008004 <END_CODE\+0x7f1c>
24 0+001a <L9\+0x2> addh R5, #0x00 Abs\* 0x000000e8 <END_CODE>
28 0+001e <L10\+0x2> andh R7, #0x00 Abs\* 0x000000e8 <END_CODE>
31 0+0022 <L11\+0x2> andh R4, #0xff Abs\* 0x0000ff01 <END_CODE\+0xfe19>
33 0+0026 <L13> andh R6, #0xff Abs\* 0x0000ff01 <END_CODE\+0xfe19>
36 0+002c <L16> bcc \*188 Abs\* 0x000000e8 <END_CODE
    [all...]
  /prebuilts/go/darwin-x86/src/math/
abs.go 7 // Abs returns the absolute value of x.
10 // Abs(ħInf) = +Inf
11 // Abs(NaN) = NaN
12 func Abs(x float64) float64 {
20 return 0 // return correctly abs(-0)
  /prebuilts/go/linux-x86/src/math/
abs.go 7 // Abs returns the absolute value of x.
10 // Abs(ħInf) = +Inf
11 // Abs(NaN) = NaN
12 func Abs(x float64) float64 {
20 return 0 // return correctly abs(-0)
  /external/libyuv/files/unit_test/
unit_test.cc 83 static_cast<int>((static_cast<double>(Abs(benchmark_width_)) *
84 static_cast<double>(Abs(benchmark_height_)) *
89 static_cast<int>((static_cast<double>(Abs(benchmark_width_)) *
90 static_cast<double>(Abs(benchmark_height_)) *
142 static_cast<int>((static_cast<double>(Abs(benchmark_width_)) *
143 static_cast<double>(Abs(benchmark_height_)) *
148 static_cast<int>((static_cast<double>(Abs(benchmark_width_)) *
149 static_cast<double>(Abs(benchmark_height_)) *
201 static_cast<int>((static_cast<double>(Abs(benchmark_width_)) *
202 static_cast<double>(Abs(benchmark_height_))
    [all...]
scale_argb_test.cc 41 (Abs(src_width) + b * 2) * (Abs(src_height) + b * 2) * 4LL;
42 int src_stride_argb = (b * 2 + Abs(src_width)) * 4;
102 int abs_diff = Abs(dst_argb_c[(i * dst_stride_argb) + j] -
161 (Abs(src_width) + b * 2) * (Abs(src_height) + b * 2) * 4;
162 int src_stride_argb = (b * 2 + Abs(src_width)) * 4;
175 for (i = b; i < (Abs(src_height) + b); ++i) {
176 for (j = b; j < (Abs(src_width) + b) * 4; ++j) {
215 int abs_diff = Abs(dst_argb_c[(i * dst_stride_argb) + j]
    [all...]
scale_test.cc 38 int src_width_uv = (Abs(src_width) + 1) >> 1;
39 int src_height_uv = (Abs(src_height) + 1) >> 1;
41 int64 src_y_plane_size = (Abs(src_width) + b * 2) * (Abs(src_height) + b * 2);
44 int src_stride_y = b * 2 + Abs(src_width);
114 int abs_diff = Abs(dst_y_c[(i * dst_stride_y) + j] -
124 int abs_diff = Abs(dst_u_c[(i * dst_stride_uv) + j] -
129 abs_diff = Abs(dst_v_c[(i * dst_stride_uv) + j] -
164 int src_width_uv = (Abs(src_width) + 1) >> 1;
165 int src_height_uv = (Abs(src_height) + 1) >> 1
    [all...]
rotate_test.cc 39 int src_i420_y_size = src_width * Abs(src_height);
40 int src_i420_uv_size = ((src_width + 1) / 2) * ((Abs(src_height) + 1) / 2);
158 int src_nv12_y_size = src_width * Abs(src_height);
160 ((src_width + 1) / 2) * ((Abs(src_height) + 1) / 2) * 2;
  /prebuilts/go/darwin-x86/src/math/cmplx/
abs.go 11 // Abs returns the absolute value (also called the modulus) of x.
12 func Abs(x complex128) float64 { return math.Hypot(real(x), imag(x)) }
example_test.go 14 fmt.Printf("%.1f", cmplx.Abs(3+4i))
polar.go 11 return Abs(x), Phase(x)
sqrt.go 80 if math.Abs(a) > 4 || math.Abs(b) > 4 {
93 r = scale * math.Abs((0.5*b)/t)
97 t = scale * math.Abs((0.5*b)/r)
  /prebuilts/go/linux-x86/src/math/cmplx/
abs.go 11 // Abs returns the absolute value (also called the modulus) of x.
12 func Abs(x complex128) float64 { return math.Hypot(real(x), imag(x)) }
example_test.go 14 fmt.Printf("%.1f", cmplx.Abs(3+4i))
polar.go 11 return Abs(x), Phase(x)
sqrt.go 80 if math.Abs(a) > 4 || math.Abs(b) > 4 {
93 r = scale * math.Abs((0.5*b)/t)
97 t = scale * math.Abs((0.5*b)/r)
  /external/libyuv/files/util/
convert.cc 40 static __inline uint32 Abs(int32 v) {
152 dst_width = Abs(image_width);
153 dst_height = Abs(image_height);
224 int org_size = Abs(image_width) * Abs(image_height) * 4; // ARGB
227 const int y_size = Abs(image_width) * Abs(image_height);
229 ((Abs(image_width) + 1) / 2) * ((Abs(image_height) + 1) / 2);
290 int src_width = Abs(image_width)
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7740.go 31 p := 1 - math.Log(math.Abs(ulp))/math.Log(2)
32 if math.Abs(p-prec) > 1e-10 {
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7740.go 31 p := 1 - math.Log(math.Abs(ulp))/math.Log(2)
32 if math.Abs(p-prec) > 1e-10 {
  /external/protobuf/src/google/protobuf/stubs/
mathutil.h 108 // Note: 0.0 and -0.0 are not differentiated by Abs (Abs(0.0) is -0.0),
111 static T Abs(const T x) {
154 T relative_margin = static_cast<T>(fraction * Max(Abs(x), Abs(y)));
  /external/eigen/unsupported/Eigen/src/EulerAngles/
EulerSystem.h 23 struct Abs
29 struct Abs<Num, false>
37 enum { value = Axis != 0 && Abs<Axis>::value <= 3 };
137 AlphaAxisAbs = internal::Abs<AlphaAxis>::value, /*!< the first rotation axis unsigned */
138 BetaAxisAbs = internal::Abs<BetaAxis>::value, /*!< the second rotation axis unsigned */
139 GammaAxisAbs = internal::Abs<GammaAxis>::value, /*!< the third rotation axis unsigned */
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 71 struct match_info Abs;
108 tokens.Abs.String = src_str + matches[2].rm_so;
109 tokens.Abs.Length = match_length(matches, 2);
122 /* Abs */
123 if (tokens.Abs.Length > 0) {
124 src_reg->Abs = 1;
192 DBG("File=%u index=%u swizzle=%x negate=%u abs=%u\n",
194 src_reg->Negate, src_reg->Abs);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program.h 51 unsigned int Abs:1;
53 /** Post-Abs negation. */

Completed in 573 milliseconds

1 2 3 4 5 6 7 8 9