Searched refs:terms (Results 1 - 25 of 138) sorted by relevance

123456

/external/wpa_supplicant_8/hs20/server/www/
H A Dfree-remediation.php9 <p>Terms and conditions have changed. You need to accept the new terms
/external/fec/
H A Ddotprod_sse2_assist.s13 # May be used under the terms of the GNU Lesser General Public License (LGPL)
30 # SSE2 dot product loop unrolled 4 times, crunching 32 terms per loop
58 # SSE2 dot product loop, not unrolled, crunching 4 terms per loop
H A Ddotprod_mmx_assist.s13 # May be used under the terms of the GNU Lesser General Public License (LGPL)
30 # MMX dot product loop unrolled 4 times, crunching 16 terms per loop
58 # MMX dot product loop, not unrolled, crunching 4 terms per loop
/external/markdown/markdown/extensions/
H A Ddef_list.py37 terms = [l.strip() for l in block[:m.start()].split('\n') if l.strip()]
45 if not terms and sibling.tag == 'p':
46 # The previous paragraph contains the terms
48 terms = sibling.text.split('\n')
63 # Add terms
64 for term in terms:
/external/icu/icu4c/source/extra/uconv/
H A Dresfiles.mk2 # License & terms of use: http://www.unicode.org/copyright.html
/external/boringssl/linux-arm/crypto/sha/
H A Dsha512-armv4.S9 @ Permission to use under GPL terms is granted.
36 @ terms it's 22.6 cycles per byte, which is disappointing result.
H A Dsha256-armv4.S16 @ Permission to use under GPL terms is granted.
22 @ lute" terms is ~2250 cycles per 64-byte block or ~35 cycles per
/external/icu/icu4c/source/test/testdata/
H A Dtstfiles.mk2 # License & terms of use: http://www.unicode.org/copyright.html
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A Ddemo.bat4 REM * License & terms of use: http://www.unicode.org/copyright.html#License
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dcontperf.bat2 rem License & terms of use: http://www.unicode.org/copyright.html#License
H A Dspan16perf.bat2 rem License & terms of use: http://www.unicode.org/copyright.html#License
H A Dspan8perf.bat2 rem License & terms of use: http://www.unicode.org/copyright.html#License
/external/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.bat2 rem License & terms of use: http://www.unicode.org/copyright.html#License
/external/ImageMagick/MagickCore/
H A Ddistort.c141 * a more automated way of determining terms is found.
143 * Note the slight re-ordering of the terms for a quadratic polynomial
149 /* Return the number of terms for a 2d polynomial */
162 case 2: return( y ); /* affine order = 1 terms = 3 */
163 case 3: return( x*y ); /* bilinear order = 1.5 terms = 4 */
165 case 5: return( y*y ); /* quadratic order = 2 terms = 6 */
169 case 9: return( y*y*y ); /* cubic order = 3 terms = 10 */
174 case 14: return( y*y*y*y ); /* quartic order = 4 terms = 15 */
180 case 20: return( y*y*y*y*y ); /* quintic order = 5 terms = 21 */
190 case 2: return("*jj"); /* affine order = 1 terms
542 terms[3]; local
779 terms[8]; local
898 terms[4]; local
1036 *terms; local
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DSemanticContext.java609 SemanticContext[] terms = factorOr(a, b);
610 SemanticContext commonTerms = terms[0];
611 a = terms[1];
612 b = terms[2];
646 SemanticContext[] terms = factorAnd(a, b);
647 SemanticContext commonTerms = terms[0];
648 a = terms[1];
649 b = terms[2];
/external/icu/icu4c/source/data/mappings/
H A Ducmcore.mk2 # License & terms of use: http://www.unicode.org/copyright.html
/external/icu/icu4c/source/data/misc/
H A Dmiscfiles.mk2 # License & terms of use: http://www.unicode.org/copyright.html
/external/icu/icu4c/source/data/sprep/
H A Dsprepfiles.mk2 # License & terms of use: http://www.unicode.org/copyright.html
/external/icu/icu4c/source/data/translit/
H A Dtrnsfiles.mk2 # License & terms of use: http://www.unicode.org/copyright.html
/external/icu/icu4c/source/samples/
H A Ddefs.mk2 # License & terms of use: http://www.unicode.org/copyright.html#License
/external/icu/icu4c/source/samples/ufortune/
H A Dfortunedefs.mk2 # License & terms of use: http://www.unicode.org/copyright.html#License
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A Dindic.bat4 REM * License & terms of use: http://www.unicode.org/copyright.html#License *
/external/kmod/libkmod/python/kmod/
H A D_util.pxd6 # the terms of the GNU Lesser General Public License version 2.1 as published
H A D_util.pyx6 # the terms of the GNU Lesser General Public License version 2.1 as published
H A Dkmod.pxd6 # the terms of the GNU Lesser General Public License version 2.1 as published

Completed in 6071 milliseconds

123456