Home
last modified time | relevance | path

Searched full:neg (Results 1 – 25 of 5181) sorted by relevance

12345678910>>...208

/aosp_15_r20/external/llvm-libc/src/math/generic/
H A Dlog.cpp191 // print("{Sign::POS," if s == -1 else "{Sign::NEG,", e, ",
195 {Sign::NEG, -135, 0x803faaca'c419abf2'a1c6f3fc'242ef8d0_u128},
196 {Sign::NEG, -136, 0xfc834da1'6f0d9f57'a225ebc0'2e6d9dd4_u128},
197 {Sign::NEG, -136, 0xf88735cc'c7433381'c33f6ad3'40ae18a9_u128},
198 {Sign::NEG, -136, 0xf48b0e17'1249b6bc'70b2a4d3'8a242244_u128},
199 {Sign::NEG, -136, 0xf08ed67f'd190e280'1d548190'48b811b0_u128},
200 {Sign::NEG, -136, 0xec928f06'86828706'aee59837'01d2a02b_u128},
201 {Sign::NEG, -136, 0xe89637aa'b2828aed'40abb8ab'72afa2d2_u128},
202 {Sign::NEG, -136, 0xe499d06b'd6eeead5'deb547a0'd4a26ef9_u128},
203 {Sign::NEG, -136, 0xe09d5949'751fb909'39c5bdfb'cf6087a0_u128},
[all …]
H A Dlog10.cpp195 // print("{Sign::POS," if s == -1 else "{Sign::NEG,", e, ",
199 {Sign::NEG, -137, 0xdeca7290'13cd7c31'7f1ce002'fa34131b_u128},
200 {Sign::NEG, -137, 0xdb5475b4'4946d986'639afa08'5dd8b4c7_u128},
201 {Sign::NEG, -137, 0xd7de6b0e'10cab7d2'05512632'fe9a58cb_u128},
202 {Sign::NEG, -137, 0xd468529c'fc6fb395'b5380a99'53117d07_u128},
203 {Sign::NEG, -137, 0xd0f22c60'9e474741'70af2d7d'53be1f31_u128},
204 {Sign::NEG, -137, 0xcd7bf858'885dcae2'0ccd499c'49b74cc2_u128},
205 {Sign::NEG, -137, 0xca05b684'4cba73cf'5b51ddc3'987ebfb8_u128},
206 {Sign::NEG, -137, 0xc68f66e3'7d5f545a'49375f51'89b3782b_u128},
207 {Sign::NEG, -137, 0xc3190975'ac495b7a'f6e57738'865c712f_u128},
[all …]
H A Dlog2.cpp316 // print("{Sign::NEG," if s == 1 else "{Sign::POS,", e, ",
320 {Sign::NEG, -135, 0xb9061559'18954401'b5cfed58'337e848a_u128},
321 {Sign::NEG, -135, 0xb6264958'a3c7fa2b'ffaf2ac1'b1d20910_u128},
322 {Sign::NEG, -135, 0xb34671e4'39aa448e'52521a39'50ea2ed8_u128},
323 {Sign::NEG, -135, 0xb0668efb'7ef48ab7'f87e1abd'ee10fd95_u128},
324 {Sign::NEG, -135, 0xad86a09e'185af0e8'fbd43bbc'c24c5e43_u128},
325 {Sign::NEG, -135, 0xaaa6a6cb'aa8d57ce'2f4f5d48'f9796742_u128},
326 {Sign::NEG, -135, 0xa7c6a183'da375c3d'3477fd67'c1cab6b3_u128},
327 {Sign::NEG, -135, 0xa4e690c6'4c0056f0'7b4d33eb'381fe558_u128},
328 {Sign::NEG, -135, 0xa2067492'a48b5c43'3ce25e48'cb498dea_u128},
[all …]
H A Dlog1p.cpp439 // print("{Sign::POS," if (s == -1) else "{Sign::NEG,", e, ",
442 {Sign::NEG, -135, 0xb67dab2a'1a5742a4'a0e061c5'f7431c5e_u128},
443 {Sign::NEG, -135, 0xb4807f24'af682939'5d5bfe7b'969ed6ec_u128},
444 {Sign::NEG, -135, 0xb2834b35'b4d54d5f'4d08702d'dfabc23f_u128},
445 {Sign::NEG, -135, 0xb0860f5c'eba9be95'd4d36650'8b9953df_u128},
446 {Sign::NEG, -135, 0xae68f71a'a09e8847'ac18a289'f8f214a9_u128},
447 {Sign::NEG, -135, 0xac6baaee'd676e8f1'd5b42054'abb88c45_u128},
448 {Sign::NEG, -135, 0xaa6e56d8'7cd632d6'09809d58'ee484964_u128},
449 {Sign::NEG, -135, 0xa870fad7'54bb8791'b9e6fc7c'72f06d73_u128},
450 {Sign::NEG, -135, 0xa67396eb'1f231892'6f78d6d0'105c00e2_u128},
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dint.go34 neg bool // sign member
51 if x.neg {
59 neg := false
61 neg = true
65 z.neg = neg
72 z.neg = false
91 return &Int{neg: x < 0, abs: abs}
98 z.neg = x.neg
122 z.neg = false
129 z.neg = false
[all …]
Dfloat.go70 neg bool member
113 // x form neg mant exp
172 z.acc = makeAcc(z.neg)
245 if x.neg {
285 z.acc = makeAcc(z.neg)
292 z.acc = makeAcc(!z.neg)
335 return x.neg
460 inc = z.neg
470 inc = !z.neg
475 // A positive result (!z.neg) is Above the exact result if we increment,
[all …]
Drat.go28 // a.neg determines the sign of the Rat, b.neg is ignored.
63 z.a.neg = f < 0
279 if x.a.neg {
295 if x.a.neg {
304 z.a.neg = a.neg != b.neg
326 z.a.neg = !z.a.neg
368 z.a.neg = false
372 // Neg sets z to -x and returns z.
373 func (z *Rat) Neg(x *Rat) *Rat { func
375 z.a.neg = len(z.a.abs) > 0 && !z.a.neg // 0 has no sign
[all …]
/aosp_15_r20/external/llvm/test/Transforms/InstCombine/
H A Dabs_abs.ll13 ; CHECK-NEXT: [[NEG:%[a-z0-9]+]] = sub nsw i32 0, %x
14 ; CHECK-NEXT: [[SEL:%[a-z0-9]+]] = select i1 [[CMP]], i32 %x, i32 [[NEG]]
28 ; CHECK-NEXT: [[NEG:%[a-z0-9]+]] = sub nsw i32 0, %x
29 ; CHECK-NEXT: [[SEL:%[a-z0-9]+]] = select i1 [[CMP]], i32 %x, i32 [[NEG]]
43 ; CHECK-NEXT: [[NEG:%[a-z0-9]+]] = sub nsw i32 0, %x
44 ; CHECK-NEXT: [[SEL:%[a-z0-9]+]] = select i1 [[CMP]], i32 [[NEG]], i32 %x
58 ; CHECK-NEXT: [[NEG:%[a-z0-9]+]] = sub nsw i32 0, %x
59 ; CHECK-NEXT: [[SEL:%[a-z0-9]+]] = select i1 [[CMP]], i32 [[NEG]], i32 %x
73 ; CHECK-NEXT: [[NEG:%[a-z0-9]+]] = sub nsw i32 0, %x
74 ; CHECK-NEXT: [[SEL:%[a-z0-9]+]] = select i1 [[CMP]], i32 %x, i32 [[NEG]]
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/e3/
De3d8bf29b5d95b8b9dc26018fce6d23f65bac54399 …/.intermediates/art/test/474-fp-sub-neg/art-run-test-474-fp-sub-neg/android_common/javac/art-run-t…
100 …/.intermediates/art/test/474-fp-sub-neg/art-run-test-474-fp-sub-neg/android_common/javac/art-run-t…
127neg/art-run-test-474-fp-sub-neg/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_DIR__/out/lint-sr…
130 …to: "out/soong/.intermediates/art/test/474-fp-sub-neg/art-run-test-474-fp-sub-neg/android_common/l…
134 …to: "out/soong/.intermediates/art/test/474-fp-sub-neg/art-run-test-474-fp-sub-neg/android_common/l…
138 …to: "out/soong/.intermediates/art/test/474-fp-sub-neg/art-run-test-474-fp-sub-neg/android_common/l…
142 …to: "out/soong/.intermediates/art/test/474-fp-sub-neg/art-run-test-474-fp-sub-neg/android_common/l…
146 …to: "out/soong/.intermediates/art/test/474-fp-sub-neg/art-run-test-474-fp-sub-neg/android_common/l…
150 …to: "out/soong/.intermediates/art/test/474-fp-sub-neg/art-run-test-474-fp-sub-neg/android_common/l…
154 …file: "out/soong/.intermediates/art/test/474-fp-sub-neg/art-run-test-474-fp-sub-neg/android_common…
[all …]
/aosp_15_r20/external/llvm/test/CodeGen/SystemZ/
H A Dint-neg-02.ll11 %neg = sub i32 0, %val
12 %abs = select i1 %cmp, i32 %neg, i32 %val
23 %neg = sub i32 0, %val
24 %abs = select i1 %cmp, i32 %neg, i32 %val
35 %neg = sub i32 0, %val
36 %abs = select i1 %cmp, i32 %val, i32 %neg
47 %neg = sub i32 0, %val
48 %abs = select i1 %cmp, i32 %val, i32 %neg
60 %neg = sub i64 0, %ext
61 %abs = select i1 %cmp, i64 %neg, i64 %ext
[all …]
H A Dint-abs-01.ll11 %neg = sub i32 0, %val
12 %res = select i1 %cmp, i32 %neg, i32 %val
22 %neg = sub i32 0, %val
23 %res = select i1 %cmp, i32 %neg, i32 %val
33 %neg = sub i32 0, %val
34 %res = select i1 %cmp, i32 %val, i32 %neg
44 %neg = sub i32 0, %val
45 %res = select i1 %cmp, i32 %val, i32 %neg
56 %neg = sub i64 0, %ext
57 %res = select i1 %cmp, i64 %neg, i64 %ext
[all …]
H A Dvec-abs-03.ll11 %neg = sub <4 x i32> zeroinitializer, %val
12 %ret = select <4 x i1> %cmp, <4 x i32> %neg, <4 x i32> %val
22 %neg = sub <4 x i32> zeroinitializer, %val
23 %ret = select <4 x i1> %cmp, <4 x i32> %neg, <4 x i32> %val
33 %neg = sub <4 x i32> zeroinitializer, %val
34 %ret = select <4 x i1> %cmp, <4 x i32> %val, <4 x i32> %neg
44 %neg = sub <4 x i32> zeroinitializer, %val
45 %ret = select <4 x i1> %cmp, <4 x i32> %val, <4 x i32> %neg
57 %neg = sub <4 x i32> zeroinitializer, %val
58 %abs = select <4 x i1> %cmp, <4 x i32> %neg, <4 x i32> %val
[all …]
H A Dvec-abs-04.ll11 %neg = sub <2 x i64> zeroinitializer, %val
12 %ret = select <2 x i1> %cmp, <2 x i64> %neg, <2 x i64> %val
22 %neg = sub <2 x i64> zeroinitializer, %val
23 %ret = select <2 x i1> %cmp, <2 x i64> %neg, <2 x i64> %val
33 %neg = sub <2 x i64> zeroinitializer, %val
34 %ret = select <2 x i1> %cmp, <2 x i64> %val, <2 x i64> %neg
44 %neg = sub <2 x i64> zeroinitializer, %val
45 %ret = select <2 x i1> %cmp, <2 x i64> %val, <2 x i64> %neg
57 %neg = sub <2 x i64> zeroinitializer, %val
58 %abs = select <2 x i1> %cmp, <2 x i64> %neg, <2 x i64> %val
[all …]
H A Dvec-abs-02.ll11 %neg = sub <8 x i16> zeroinitializer, %val
12 %ret = select <8 x i1> %cmp, <8 x i16> %neg, <8 x i16> %val
22 %neg = sub <8 x i16> zeroinitializer, %val
23 %ret = select <8 x i1> %cmp, <8 x i16> %neg, <8 x i16> %val
33 %neg = sub <8 x i16> zeroinitializer, %val
34 %ret = select <8 x i1> %cmp, <8 x i16> %val, <8 x i16> %neg
44 %neg = sub <8 x i16> zeroinitializer, %val
45 %ret = select <8 x i1> %cmp, <8 x i16> %val, <8 x i16> %neg
57 %neg = sub <8 x i16> zeroinitializer, %val
58 %abs = select <8 x i1> %cmp, <8 x i16> %neg, <8 x i16> %val
[all …]
H A Dvec-abs-01.ll11 %neg = sub <16 x i8> zeroinitializer, %val
12 %ret = select <16 x i1> %cmp, <16 x i8> %neg, <16 x i8> %val
22 %neg = sub <16 x i8> zeroinitializer, %val
23 %ret = select <16 x i1> %cmp, <16 x i8> %neg, <16 x i8> %val
33 %neg = sub <16 x i8> zeroinitializer, %val
34 %ret = select <16 x i1> %cmp, <16 x i8> %val, <16 x i8> %neg
44 %neg = sub <16 x i8> zeroinitializer, %val
45 %ret = select <16 x i1> %cmp, <16 x i8> %val, <16 x i8> %neg
57 %neg = sub <16 x i8> zeroinitializer, %val
58 %abs = select <16 x i1> %cmp, <16 x i8> %neg, <16 x i8> %val
[all …]
/aosp_15_r20/external/apache-xml/test/tests/conf-gold/math/
H A Dmath111.out3 <pos>0</pos><neg>0</neg>
4 <pos>0.4</pos><neg>-0.4</neg>
5 <pos>4</pos><neg>-4</neg>
6 <pos>0.04</pos><neg>-0.04</neg>
7 <pos>0.004</pos><neg>-0.004</neg>
8 <pos>0.0004</pos><neg>-0.0004</neg>
9 <pos>0.0000000000001</pos><neg>-0.0000000000001</neg>
10 <pos>0.0000000000000000000000000001</pos><neg>-0.0000000000000000000000000001</neg>
11 <pos>0.0000000000001000000000000001</pos><neg>-0.0000000000001000000000000001</neg>
12 <pos>0.0012</pos><neg>-0.0012</neg>
[all …]
/aosp_15_r20/external/llvm/test/CodeGen/AMDGPU/
H A Dds-sub-offset.ll24 ; GCN-DAG: v_sub_i32_e32 [[NEG:v[0-9]+]], vcc, 0, [[SCALED]]
26 ; GCN: ds_write_b8 [[NEG]], [[K]] offset:65535
29 %neg = sub i32 0, %x.i
30 %shl = shl i32 %neg, 2
39 ; GCN-DAG: v_sub_i32_e32 [[NEG:v[0-9]+]], vcc, 0x10000, [[SCALED]]
41 ; GCN: ds_write_b8 [[NEG]], [[K]]{{$}}
44 %neg = sub i32 0, %x.i
45 %shl = shl i32 %neg, 2
54 ; GCN-DAG: v_sub_i32_e32 [[NEG:v[0-9]+]], vcc, 0, [[SCALED]]
57 ; GCN: ds_write_b32 [[NEG]], [[K]] offset:123{{$}}
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dadd.c69 int a_neg = a->neg, ret; in BN_add()
75 if (a_neg ^ b->neg) { in BN_add()
88 r->neg = 1; in BN_add()
93 r->neg = 0; in BN_add()
99 r->neg = a_neg; in BN_add()
150 if (a->neg) { in BN_add_word()
151 a->neg = 0; in BN_add_word()
154 a->neg = !(a->neg); in BN_add_word()
176 int add = 0, neg = 0; in BN_sub() local
183 if (a->neg) { in BN_sub()
[all …]
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dadd.c69 int a_neg = a->neg, ret; in BN_add()
75 if (a_neg ^ b->neg) { in BN_add()
88 r->neg = 1; in BN_add()
93 r->neg = 0; in BN_add()
99 r->neg = a_neg; in BN_add()
153 if (a->neg) { in BN_add_word()
154 a->neg = 0; in BN_add_word()
157 a->neg = !(a->neg); in BN_add_word()
179 int add = 0, neg = 0; in BN_sub() local
186 if (a->neg) { in BN_sub()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dadd.c69 int a_neg = a->neg, ret; in BN_add()
75 if (a_neg ^ b->neg) { in BN_add()
88 r->neg = 1; in BN_add()
93 r->neg = 0; in BN_add()
99 r->neg = a_neg; in BN_add()
153 if (a->neg) { in BN_add_word()
154 a->neg = 0; in BN_add_word()
157 a->neg = !(a->neg); in BN_add_word()
179 int add = 0, neg = 0; in BN_sub() local
186 if (a->neg) { in BN_sub()
[all …]
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/
H A Dadd.c69 int a_neg = a->neg, ret; in BN_add()
75 if (a_neg ^ b->neg) { in BN_add()
88 r->neg = 1; in BN_add()
93 r->neg = 0; in BN_add()
99 r->neg = a_neg; in BN_add()
150 if (a->neg) { in BN_add_word()
151 a->neg = 0; in BN_add_word()
154 a->neg = !(a->neg); in BN_add_word()
176 int add = 0, neg = 0; in BN_sub() local
183 if (a->neg) { in BN_sub()
[all …]
/aosp_15_r20/external/mesa3d/src/freedreno/.gitlab-ci/reference/
H A Dfd-clouds.log2048 :3:0013:0013[6380000cx_800c1003x] mad.f32 r3.x, c0.w, r0.x, (neg)r3.x
2054 :2:0019:0019[40100004x_40100004x] add.f r1.x, r1.x, (neg)r4.x
2055 :2:0020:0020[4010000dx_4011000dx] add.f r3.y, r3.y, (neg)r4.y
2057 :2:0022:0022[4010000ex_4012000ex] add.f r3.z, r3.z, (neg)r4.z
2062 :2:0027:0027[4010001bx_40141066x] add.f r6.w, c25.z, (neg)r5.x
2081 :2:0046:0048[40180804x_400e1029x] (nop3) add.f r1.x, c10.y, (neg)r3.z
2083 :2:0048:0053[40100017x_40160013x] add.f r5.w, r4.w, (neg)r5.z
2084 :2:0049:0054[40100013x_401b0013x] add.f r4.w, r4.w, (neg)r6.w
2091 :2:0056:0061[40100016x_40161004x] add.f r5.z, c1.x, (neg)r5.z
2101 :2:0066:0071[4018081ax_401c001ax] (nop3) add.f r6.z, r6.z, (neg)r7.x
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/tests/jit/
H A Dtf_cpurt_clustering.mlir17 // CHECK: "tf.Neg"
19 // CHECK: "tf.Neg"
23 %1 = "tf.Neg"(%0) : (tensor<i32>) -> tensor<i32>
25 %3 = "tf.Neg"(%2) : (tensor<i32>) -> tensor<i32>
37 // CHECK: %[[RET0:.*]] = "tf.Neg"
39 // CHECK: "tf.Neg"
43 %1 = "tf.Neg"(%0) : (tensor<i32>) -> tensor<i32>
45 %3 = "tf.Neg"(%2) : (tensor<i32>) -> tensor<i32>
54 // CHECK: %[[RET0:.*]] = "tf.Neg"
55 // CHECK: %[[RET1:.*]] = "tf.Neg"
[all …]
H A Dtf_jitrt_clustering.mlir17 // CHECK: "tf.Neg"
19 // CHECK: "tf.Neg"
23 %1 = "tf.Neg"(%0) : (tensor<i32>) -> tensor<i32>
25 %3 = "tf.Neg"(%2) : (tensor<i32>) -> tensor<i32>
37 // CHECK: %[[RET0:.*]] = "tf.Neg"
39 // CHECK: "tf.Neg"
43 %1 = "tf.Neg"(%0) : (tensor<i32>) -> tensor<i32>
45 %3 = "tf.Neg"(%2) : (tensor<i32>) -> tensor<i32>
54 // CHECK: %[[RET0:.*]] = "tf.Neg"
55 // CHECK: %[[RET1:.*]] = "tf.Neg"
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dcompute_beta.regionNetworkEndpointGroups.html82 <p class="firstline">Deletes the specified network endpoint group. Note that the NEG cannot be dele…
103 …<pre>Deletes the specified network endpoint group. Note that the NEG cannot be deleted if it is co…
181 …{ # Represents a collection of network endpoints. A network endpoint group (NEG) defines how a set…
185NEG). The service is optional, may be provided explicitly or in the URL mask. The version is optio…
187 …foo1-dot-appname.appspot.com/v2&quot; can be backed by the same Serverless NEG with URL mask &quot…
190NEG). The function must be provided explicitly or in the URL mask. Note: Cloud Function must be in…
192 …nd &quot;mydomain.com/function2&quot; can be backed by the same Serverless NEG with URL mask &quot…
194NEG). The service must be provided explicitly or in the URL mask. The tag is optional, may be prov…
197 …om/bar2&quot; can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask &quo…
206 …ring&quot;, # The URL of the network to which all network endpoints in the NEG belong. Uses &quot;…
[all …]

12345678910>>...208