Home
last modified time | relevance | path

Searched refs:signs (Results 1 – 25 of 242) sorted by relevance

12345678910

/external/llvm-project/polly/lib/External/isl/
Disl_range.c11 int *signs; member
30 __isl_keep isl_qpolynomial *poly, int sign, int *signs) in has_sign() argument
57 data_m.signs = signs; in has_sign()
123 s = has_sign(bset, diff, 1, data->signs); in monotonicity()
129 s = has_sign(bset, diff, -1, data->signs); in monotonicity()
184 int *signs; member
215 if (data->signs[i] > 0) in collect_fixed_sign_terms()
224 if (data->signs[nparam + i] > 0) in collect_fixed_sign_terms()
248 __isl_keep isl_qpolynomial *poly, int *signs, int sign) in isl_qpolynomial_terms_of_sign() argument
251 struct isl_fixed_sign_data data = { signs, sign }; in isl_qpolynomial_terms_of_sign()
[all …]
Disl_range.h6 __isl_keep isl_qpolynomial *poly, int *signs, int sign);
/external/tensorflow/tensorflow/core/kernels/
Drelu_op_gpu.cu.cc204 uint32 signs = (~input[index]) & 0x80808080; in Relu_int8x4_kernel()
205 signs = signs >> 7; in Relu_int8x4_kernel()
206 signs |= signs << 1; in Relu_int8x4_kernel()
207 signs |= signs << 2; in Relu_int8x4_kernel()
208 signs |= signs << 4; in Relu_int8x4_kernel()
209 signs &= 0x7f7f7f7f; in Relu_int8x4_kernel()
210 output[index] = input[index] & signs; in Relu_int8x4_kernel()
/external/icu/icu4c/source/data/translit/
DZawgyi_my.txt22 $vowelsign = [\u102B-\u1030\u1032]; # Unicode vowel signs except E (1031)
25 $vowelmedial = [\u102B-\u1030\u1032\1u36\u1037\u103A-\u103F]; # Union of vowel signs and medials
38 # Special cases moving base character to right before vowel signs
128 # Evowel and dependent vowel signs before 0 or 4 only
161 # Reorder some vowel signs
181 # Contractions with vowel signs
188 # Move vowel signs after medials
194 #### Vowel signs after medials, sort medials,
199 # More moving vowel signs after medials
205 # Move visarga after other signs
[all …]
Dmy_my_FONIPA.txt22 # Dependent vowel signs
31 # Various signs
36 # Dependent (medial) consonant signs
319 # Various signs
/external/python/cpython3/Modules/_decimal/tests/
Drandfloat.py125 signs = ('+', '-', '')
131 s = random.choice(signs)
143 s += random.choice(signs)
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-integer-division.rst15 as these are interpreted as signs of deliberateness from the programmer.
36 // OK, there are signs of deliberateness.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_LogMatrixDeterminant.pbtxt12 The signs of the log determinants of the inputs. Shape is `[N]`.
27 form square matrices. The outputs are two tensors containing the signs and
Dapi_def_Atan2.pbtxt3 summary: "Computes arctangent of `y/x` element-wise, respecting signs of the arguments."
/external/skia/tests/
DGrVxTest.cpp218 uint4 signs = uint4{i<<31, i<<30, i<<29, i<<28} & (1u<<31); in DEF_TEST()
219 float4 x0 = bit_pun<float4>(signs | x0exp | mantissas[0]); in DEF_TEST()
220 float4 y0 = bit_pun<float4>(signs | y0exp | mantissas[1]); in DEF_TEST()
221 float4 x1 = bit_pun<float4>(signs | x1exp | mantissas[2]); in DEF_TEST()
222 float4 y1 = bit_pun<float4>(signs | y1exp | mantissas[3]); in DEF_TEST()
/external/python/cpython3/Lib/test/
Dtest_strtod.py218 signs = ('+', '-', '')
224 s = random.choice(signs)
236 s += random.choice(signs)
/external/python/cpython2/Lib/test/
Dtest_strtod.py219 signs = ('+', '-', '')
225 s = random.choice(signs)
237 s += random.choice(signs)
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
Diso_3166_status.txt72 …efers to Benin (BJ, BEN, 204) and to a list of car vehicle distinguishing signs notified to the Se…
87 EW ; Indeterminately reserved ; Refers to Estonia and to a list of car vehicle distinguishing signs
92 FL ; Indeterminately reserved ; Refers to Liechtenstein and to a car vehicle distinguishing signs w…
157 LF ; Indeterminately reserved ; Refers Libya Fezzan and to car vehicle distinguishing signs which a…
230 RH ; Indeterminately reserved ; Refers to Haiti and to a list of car vehicle distinguishing signs n…
245 SF ; Indeterminately reserved ; Refers to Finland and to a list of car vehicle distinguishing signs
298 WG ; Indeterminately reserved ; Refers to Grenada and to a list of car vehicle distinguishing signs
300 …erved ; Refers to Saint Lucia and to a list of car vehicle distinguishing signs notified to the Se…
303 …ved ; Refers to Saint Vincent and to a list of car vehicle distinguishing signs notified to the Se…
308 …eserved ; Refers to Venezuela and to a list of car vehicle distinguishing signs notified to the Se…
/external/libaom/libaom/av1/common/
Dtxb_common.h359 static const int8_t signs[3] = { 0, -1, 1 }; in get_txb_ctx() local
373 dc_sign += signs[sign]; in get_txb_ctx()
380 dc_sign += signs[sign]; in get_txb_ctx()
/external/swiftshader/third_party/subzero/src/
DIceInst.def21 // When the sum of two operands with opposite signs (or the difference of
22 // two operands with like signs) is exactly zero, the sign of that sum
/external/cldr/tools/java/org/unicode/cldr/util/data/
Detcetera38 # POSIX has positive signs west of Greenwich, but many people expect
39 # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses
/external/autotest/server/site_tests/rlz_CheckPing/
Dcontrol.no_ping_after_reboot16 resent when another user signs in and uses the device after a reboot.
Dcontrol16 when another user signs in and uses the device.
/external/libgav1/libgav1/src/dsp/
Dcdef.cc161 static constexpr int signs[] = {-1, 1}; in CdefFilter_C() local
162 for (const int& sign : signs) { in CdefFilter_C()
/external/llvm-project/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt26 does not like = signs in rules. Burg's gram.yc source file uses them. I think
/external/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt26 does not like = signs in rules. Burg's gram.yc source file uses them. I think
/external/freetype/builds/vms/
Dvmslib.dat9 ! - Elements in a data line are separated by # signs
/external/python/cpython2/Lib/test/decimaltestdata/
Dinvert.decTest79 -- non-0/1 should not be accepted, nor should signs
135 -- signs
/external/python/cpython3/Lib/test/decimaltestdata/
Dinvert.decTest79 -- non-0/1 should not be accepted, nor should signs
135 -- signs
DdqInvert.decTest148 -- non-0/1 should not be accepted, nor should signs
204 -- signs

12345678910