/external/llvm-project/polly/lib/External/isl/ |
D | isl_range.c | 11 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 …]
|
D | isl_range.h | 6 __isl_keep isl_qpolynomial *poly, int *signs, int sign);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | relu_op_gpu.cu.cc | 204 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/ |
D | Zawgyi_my.txt | 22 $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 …]
|
D | my_my_FONIPA.txt | 22 # Dependent vowel signs 31 # Various signs 36 # Dependent (medial) consonant signs 319 # Various signs
|
/external/python/cpython3/Modules/_decimal/tests/ |
D | randfloat.py | 125 signs = ('+', '-', '') 131 s = random.choice(signs) 143 s += random.choice(signs)
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-integer-division.rst | 15 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/ |
D | api_def_LogMatrixDeterminant.pbtxt | 12 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
|
D | api_def_Atan2.pbtxt | 3 summary: "Computes arctangent of `y/x` element-wise, respecting signs of the arguments."
|
/external/skia/tests/ |
D | GrVxTest.cpp | 218 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/ |
D | test_strtod.py | 218 signs = ('+', '-', '') 224 s = random.choice(signs) 236 s += random.choice(signs)
|
/external/python/cpython2/Lib/test/ |
D | test_strtod.py | 219 signs = ('+', '-', '') 225 s = random.choice(signs) 237 s += random.choice(signs)
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | iso_3166_status.txt | 72 …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/ |
D | txb_common.h | 359 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/ |
D | IceInst.def | 21 // 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/ |
D | etcetera | 38 # 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/ |
D | control.no_ping_after_reboot | 16 resent when another user signs in and uses the device after a reboot.
|
D | control | 16 when another user signs in and uses the device.
|
/external/libgav1/libgav1/src/dsp/ |
D | cdef.cc | 161 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/ |
D | 2003-01-23-CygwinNotes.txt | 26 does not like = signs in rules. Burg's gram.yc source file uses them. I think
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-01-23-CygwinNotes.txt | 26 does not like = signs in rules. Burg's gram.yc source file uses them. I think
|
/external/freetype/builds/vms/ |
D | vmslib.dat | 9 ! - Elements in a data line are separated by # signs
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | invert.decTest | 79 -- non-0/1 should not be accepted, nor should signs 135 -- signs
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | invert.decTest | 79 -- non-0/1 should not be accepted, nor should signs 135 -- signs
|
D | dqInvert.decTest | 148 -- non-0/1 should not be accepted, nor should signs 204 -- signs
|