Home
last modified time | relevance | path

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

12345678

/third_party/ffmpeg/libavcodec/alpha/
Dpixblockdsp_alpha.c52 uint64_t signs; in diff_pixels_mvi() local
60 signs = zap(-1, c); in diff_pixels_mvi()
62 stq(unpkbw(d) | (unpkbw(signs) << 8), block); in diff_pixels_mvi()
63 stq(unpkbw(d >> 32) | (unpkbw(signs >> 32) << 8), block + 4); in diff_pixels_mvi()
/third_party/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
/third_party/skia/third_party/externals/icu/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
/third_party/python/Modules/_decimal/tests/
Drandfloat.py125 signs = ('+', '-', '')
131 s = random.choice(signs)
143 s += random.choice(signs)
/third_party/openssl/demos/certs/apps/
Dapps.cnf36 # These extensions are added when 'ca' signs a request for an end entity
44 # These extensions are added when 'ca' signs a request for an end entity
/third_party/mbedtls/tests/suites/
Dtest_suite_lmots.data2 # This test uses a fixed message, and then generates a private key, signs the
7 # This test uses a fixed message, and then generates a private key, signs the
13 # signs the message, and verifies the signature.
141 # This test uses a fixed message, and then generates a private key, signs the
147 # This test uses a fixed message, and then generates a private key, signs the
Dtest_suite_base64.data94 Base64 decode (Too much equal signs)
97 Base64 decode (Invalid char after equal signs)
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_clip_space_w_scaling.txt71 that have the same value, but different signs, for each of the viewports.
72 The signs of A and B should match the signs of X and Y for the quadrant
135 same value, but different signs, for each of the viewports. The signs of
136 <xcoeff> and <ycoeff> should match the signs of X and Y for the quadrant
/third_party/openGLES/extensions/NV/
DNV_clip_space_w_scaling.txt71 that have the same value, but different signs, for each of the viewports.
72 The signs of A and B should match the signs of X and Y for the quadrant
135 same value, but different signs, for each of the viewports. The signs of
136 <xcoeff> and <ycoeff> should match the signs of X and Y for the quadrant
/third_party/openssl/test/smime-certs/
Dca.cnf35 # These extensions are added when 'ca' signs a request for an end entity
47 # These extensions are added when 'ca' signs a request for an end entity
/third_party/python/Lib/test/
Dtest_strtod.py218 signs = ('+', '-', '')
224 s = random.choice(signs)
236 s += random.choice(signs)
/third_party/openssl/demos/certs/
Dca.cnf35 # These extensions are added when 'ca' signs a request for an end entity
57 # These extensions are added when 'ca' signs a request for an end entity
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_clip_space_w_scaling.adoc43 signs, for each of the viewports.
44 The signs of [eq]#A# and [eq]#B# should match the signs of [eq]#x# and
DVK_NV_clip_space_w_scaling.txt43 signs, for each of the viewports.
44 The signs of [eq]#A# and [eq]#B# should match the signs of [eq]#x# and
/third_party/openssl/doc/man3/
DX509_sign.pod25 X509_sign() signs certificate I<x> using private key I<pkey> and message
26 digest I<md> and sets the signature in I<x>. X509_sign_ctx() also signs
DOCSP_response_status.pod75 OCSP_basic_sign() signs OCSP response I<brsp> using certificate I<signer>, private key
79 rather than by name. OCSP_basic_sign_ctx() also signs OCSP response I<brsp> but
/third_party/skia/third_party/externals/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
/third_party/tzdata/
Detcetera39 # POSIX has positive signs west of Greenwich, but many people expect
40 # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses
/third_party/python/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
/third_party/skia/third_party/externals/freetype/builds/vms/
Dvmslib.dat9 ! - Elements in a data line are separated by # signs
/third_party/mbedtls/programs/
DREADME.md32 * [`pkey/ecdsa.c`](pkey/ecdsa.c): generates an ECDSA key, signs a fixed message and verifies the si…
113 * [`x509/cert_write.c`](x509/cert_write.c): signs a certificate signing request, or self-signs a ce…
/third_party/typescript/scripts/eslint/rules/
Dno-double-space.cjs46 // * To align `=` or `!=` signs

12345678