Home
last modified time | relevance | path

Searched refs:ord (Results 1 – 25 of 94) sorted by relevance

1234

/external/icu4c/data/rbnf/
Dsv.txt157 "20: tjugo>%%ord-fem-nde>;",
158 "30: trettio>%%ord-fem-nde>;",
159 "40: fyrtio>%%ord-fem-nde>;",
160 "50: femtio>%%ord-fem-nde>;",
161 "60: sextio>%%ord-fem-nde>;",
162 "70: sjuttio>%%ord-fem-nde>;",
163 "80: \u00E5ttio>%%ord-fem-nde>;",
164 "90: nittio>%%ord-fem-nde>;",
165 "100: <%spellout-numbering<\u00ADhundra>%%ord-fem-de>;",
166 "1000: <%%spellout-numbering-t<\u00ADtusen>%%ord-fem-de>;",
[all …]
Dnl.txt93 "%%ord-ste:",
107 "100: honderd>%%ord-ste>;",
108 "200: <%spellout-cardinal<\u00ADhonderd>%%ord-ste>;",
109 "1000: duizend>%%ord-ste>;",
110 "2000: <%spellout-cardinal<\u00ADduizend>%%ord-ste>;",
111 "1000000: <%spellout-cardinal<\u00ADmiljoen>%%ord-ste>;",
112 "1000000000: <%spellout-cardinal<\u00ADmiljard>%%ord-ste>;",
113 "1000000000000: <%spellout-cardinal<\u00ADbiljoen>%%ord-ste>;",
114 "1000000000000000: <%spellout-cardinal<\u00ADbiljard>%%ord-ste>;",
Daf.txt79 "%%ord-ste:",
92 "102: <%spellout-numbering< honderd>%%ord-ste>;",
93 "1000: <%spellout-numbering< duisend>%%ord-ste>;",
94 "1000000: <%spellout-numbering< miljoen>%%ord-ste>;",
95 "1000000000: <%spellout-numbering< miljard>%%ord-ste>;",
96 "1000000000000: <%spellout-numbering< biljoen>%%ord-ste>;",
97 "1000000000000000: <%spellout-numbering< biljard>%%ord-ste>;",
/external/speex/libspeex/
Dfilters_bfin.h85 …const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx_mem_t *mem, ch… in filter_mem16() argument
94 ALLOC(numden_a, (2*ord+2), spx_word32_t); in filter_mem16()
98 for (i=0;i<ord;i++) in filter_mem16()
221 : : "m" (xy), "m" (_x), "m" (_y), "m" (numden), "m" (N), "m" (ord), "m" (mem) in filter_mem16()
230 void iir_mem16(const spx_word16_t *_x, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx… in iir_mem16() argument
347 : : "m" (yy), "m" (_x), "m" (_y), "m" (den), "m" (N), "m" (ord), "m" (mem) in iir_mem16()
355 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m… in fir_mem16() argument
363 filter_mem16(x, num, den, y, N, ord, mem, stack); in fir_mem16()
368 … *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) in compute_impulse_response() argument
375 for (i=0;i<ord;i++) in compute_impulse_response()
[all …]
Dfilters_sse.h37 void filter_mem16_10(const float *x, const float *_num, const float *_den, float *y, int N, int ord in filter_mem16_10() argument
90 void filter_mem16_8(const float *x, const float *_num, const float *_den, float *y, int N, int ord,… in filter_mem16_8() argument
134 void filter_mem16(const float *x, const float *_num, const float *_den, float *y, int N, int ord, f… in filter_mem16() argument
136 if(ord==10) in filter_mem16()
137 filter_mem16_10(x, _num, _den, y, N, ord, _mem); in filter_mem16()
138 else if (ord==8) in filter_mem16()
139 filter_mem16_8(x, _num, _den, y, N, ord, _mem); in filter_mem16()
144 void iir_mem16_10(const float *x, const float *_den, float *y, int N, int ord, float *_mem) in iir_mem16_10() argument
193 void iir_mem16_8(const float *x, const float *_den, float *y, int N, int ord, float *_mem) in iir_mem16_8() argument
233 void iir_mem16(const float *x, const float *_den, float *y, int N, int ord, float *_mem, char *stac… in iir_mem16() argument
[all …]
Dfilters.c319 … const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, ch… in filter_mem16() argument
328 for (j=0;j<ord-1;j++) in filter_mem16()
332 mem[ord-1] = ADD32(MULT16_16(num[ord-1],xi), MULT16_16(den[ord-1],nyi)); in filter_mem16()
339 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_m… in iir_mem16() argument
348 for (j=0;j<ord-1;j++) in iir_mem16()
352 mem[ord-1] = MULT16_16(den[ord-1],nyi); in iir_mem16()
359 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m… in fir_mem16() argument
368 for (j=0;j<ord-1;j++) in fir_mem16()
372 mem[ord-1] = MULT16_16(num[ord-1],xi); in fir_mem16()
379 … *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) in syn_percep_zero16() argument
[all …]
Dfilters.h64 … const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, ch…
65 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_m…
66 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m…
73 …*ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack);
74 …*ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack);
76 …*ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack);
/external/webkit/Source/JavaScriptCore/
Dcreate_regex_tables28 …erse": "wordchar", "data": ['`', (0, ord('0') - 1), (ord('9') + 1, ord('A') - 1), (ord('Z') + 1, o…
31 …seTable" : True, "Inverse": "spaces", "data": [(0, ord('\t') - 1), (ord('\r') + 1, ord(' ') - 1), …
33 …"nondigits": { "UseTable" : False, "Inverse": "digits", "data": [(0, ord('0') - 1), (ord('9') + 1,…
45 ranges.append((ord(_class), ord(_class)))
51 min = ord(min)
53 max = ord(max)
/external/libvorbis/lib/
Dlsp.c286 static void cheby(float *g, int ord) { in cheby() argument
290 for(i=2; i<= ord; i++) { in cheby()
291 for(j=ord; j >= i; j--) { in cheby()
310 static int Laguerre_With_Deflation(float *a,int ord,float *r){ in Laguerre_With_Deflation() argument
313 double *defl=alloca(sizeof(*defl)*(ord+1)); in Laguerre_With_Deflation()
314 for(i=0;i<=ord;i++)defl[i]=a[i]; in Laguerre_With_Deflation()
316 for(m=ord;m>0;m--){ in Laguerre_With_Deflation()
366 static int Newton_Raphson(float *a,int ord,float *r){ in Newton_Raphson() argument
369 double *root=alloca(ord*sizeof(*root)); in Newton_Raphson()
371 for(i=0; i<ord;i++) root[i] = r[i]; in Newton_Raphson()
[all …]
/external/llvm/test/Transforms/InstCombine/
Dand-fcmp.ll5 %b = fcmp ord float %x, %y
12 ; CHECK-NOT: fcmp ord float %x, %y
18 %b = fcmp ord float %x, %y
24 ; CHECK-NOT: fcmp ord float %x, %y
40 %b = fcmp ord float %x, %y
46 ; CHECK-NOT: fcmp ord float %x, %y
51 %a = fcmp ord float %x, %y
62 %b = fcmp ord float %x, %y
Dand2.ll5 %tmp9 = fcmp ord double %X, 0.000000e+00
6 %tmp13 = fcmp ord double %Y, 0.000000e+00
9 ; CHECK: fcmp ord double %Y, %X
Dfcmp-special.ll40 %tmp = fcmp ord double %arg, 0x7FF00000FFFFFFFF
84 %tmp = fcmp ord double %arg, 0xFFF00000FFFFFFFF
142 ; CHECK: %tmp = fcmp ord double %arg, 0.000000e+00
/external/openssl/crypto/des/t/
Dtest10 foreach (@a) { printf "%02x-",ord($_); }
17 foreach (@a) { printf "%02x-",ord($_); }
22 foreach (@a) { printf "%02x-",ord($_); }
25 foreach (@a) { printf "%02x-",ord($_); }
/external/regex-re2/re2/testing/
Dunicode_test.py140 c = ord(c)
148 self.assertEquals([ord("A"), ord("a")], self.FindGroup("a"))
157 c = ord(c)
176 c = ord(c)
197 self.assertTrue(ord("a") in self.categories["L"])
198 self.assertTrue(ord("0") in self.categories["N"])
/external/llvm/test/Scripts/
Dcommon_dump.py6 byte = ord(c)
22 byte = ord(c)
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
Dhttp_header_util.py45 return ord(c) <= 127
51 return ord(c) <= 31 or ord(c) == 127
D_stream_hixie75.py108 b = ord(b_str)
137 frame_type = ord(frame_type_str)
/external/llvm/test/CodeGen/X86/
D2010-05-25-DotDebugLoc.ll84 %30 = fcmp ord float %a, 0.000000e+00 ; <i1> [#uses=1]
91 %34 = fcmp ord float %b, 0.000000e+00 ; <i1> [#uses=1]
99 %39 = fcmp ord float %38, 0.000000e+00 ; <i1> [#uses=1]
104 %41 = fcmp ord float %40, 0.000000e+00 ; <i1> [#uses=1]
111 %43 = fcmp ord float %b, 0.000000e+00 ; <i1> [#uses=1]
131 %56 = fcmp ord float %c, 0.000000e+00 ; <i1> [#uses=1]
138 %60 = fcmp ord float %d, 0.000000e+00 ; <i1> [#uses=1]
142 %64 = fcmp ord float %31, 0.000000e+00 ; <i1> [#uses=1]
147 %.old = fcmp ord float %31, 0.000000e+00 ; <i1> [#uses=1]
152 %66 = fcmp ord float %65, 0.000000e+00 ; <i1> [#uses=1]
[all …]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
Diri2uri.py55 i = ord(c)
60 retval = "".join(["%%%2X" % ord(o) for o in c.encode('utf-8')])
/external/icu4c/test/perf/collperf/
Dcollperf.cpp400 DataIndex * ord; member in CmdBinSearch
404 …UErrorCode, UCollator * col,DWORD win_langid,int32_t count,DataIndex * rnd,DataIndex * ord,Func fn) in CmdBinSearch() argument
405 :col(col),win_langid(win_langid), count(count), rnd(rnd), ord(ord), fn(fn),exec_count(0){} in CmdBinSearch()
441 return ucol_strcoll(col, rnd[i].icu_data, -1, ord[j].icu_data,-1); in icu_strcoll_null()
445 …return ucol_strcoll(col, rnd[i].icu_data, rnd[i].icu_data_len, ord[j].icu_data, ord[j].icu_data_le… in icu_strcoll_len()
449 return strcmp( (char *) rnd[i].icu_key, (char *) ord[j].icu_key ); in icu_cmpkey()
454 int t = CompareStringW(win_langid, 0, rnd[i].win_data, -1, ord[j].win_data, -1); in win_cmp_null()
464 …mpareStringW(win_langid, 0, rnd[i].win_data, rnd[i].win_data_len, ord[j].win_data, ord[j].win_data… in win_cmp_len()
476 return func(rnd[i].data, ord[j].data); \
/external/clang/test/FixIt/
Dfixit-cxx0x.cpp66 #define ord - '0' macro
67 int k = '4'ord; // expected-error {{requires a space between}}
/external/harfbuzz_ng/src/
Dgen-indic-table.py111 s = ''.join ([c for c in v_no_and if ord ('A') <= ord (c) <= ord ('Z')])
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Ddfa.py203 (n, v) = ord(string[i*2]), ord(string[i*2+1])
/external/icu4c/tools/
Dicu-svnprops-check.py171 if all(ord(byte) < 128 for byte in bytes):
182 if ord(bytes[0]) != 0xef:
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py104 local_ord = ord
124 local_ord = ord
165 while ord(buffer[pos]) & 0x80:
556 while ord(buffer[pos]) & 0x80:
623 local_ord = ord

1234