HomeSort by relevance Sort by last modified time
    Searched refs:exc (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/fdlibm/
k_standard.c 84 struct exception exc; local
95 exc.arg1 = x;
96 exc.arg2 = y;
100 exc.type = DOMAIN;
101 exc.name = "acos";
102 exc.retval = zero;
105 else if (!ieee_matherr(&exc)) {
114 exc.type = DOMAIN;
115 exc.name = "asin";
116 exc.retval = zero
    [all...]
  /external/speex/libspeex/
cb_search.h 59 spx_sig_t *exc,
68 spx_sig_t *exc,
85 spx_sig_t *exc,
95 spx_sig_t *exc,
ltp.h 64 spx_sig_t exc[], /* Overlapping codebook */
83 spx_word16_t exc[], /* Input excitation */
107 spx_sig_t exc[], /* Excitation */
126 spx_word16_t exc[], /* Input excitation */
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
pred_lt.h 98 Word16 exc[], /* in/out: excitation buffer */
  /external/v8/src/
execution.h 86 static Handle<Object> ToNumber(Handle<Object> obj, bool* exc);
89 static Handle<Object> ToInteger(Handle<Object> obj, bool* exc);
92 static Handle<Object> ToInt32(Handle<Object> obj, bool* exc);
95 static Handle<Object> ToUint32(Handle<Object> obj, bool* exc);
98 static Handle<Object> ToString(Handle<Object> obj, bool* exc);
101 static Handle<Object> ToDetailString(Handle<Object> obj, bool* exc);
104 static Handle<Object> ToObject(Handle<Object> obj, bool* exc);
107 static Handle<Object> NewDate(double time, bool* exc);
112 bool* exc);
119 Handle<FunctionTemplateInfo> data, bool* exc);
    [all...]
execution.cc 498 Handle<Object> Execution::ToNumber(Handle<Object> obj, bool* exc) {
499 RETURN_NATIVE_CALL(to_number, 1, { obj.location() }, exc);
503 Handle<Object> Execution::ToString(Handle<Object> obj, bool* exc) {
504 RETURN_NATIVE_CALL(to_string, 1, { obj.location() }, exc);
508 Handle<Object> Execution::ToDetailString(Handle<Object> obj, bool* exc) {
509 RETURN_NATIVE_CALL(to_detail_string, 1, { obj.location() }, exc);
513 Handle<Object> Execution::ToObject(Handle<Object> obj, bool* exc) {
515 RETURN_NATIVE_CALL(to_object, 1, { obj.location() }, exc);
519 Handle<Object> Execution::ToInteger(Handle<Object> obj, bool* exc) {
520 RETURN_NATIVE_CALL(to_integer, 1, { obj.location() }, exc);
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
synthesis_amr_wb.h 78 int16 exc[], /* (i) : excitation at 12kHz */
79 int16 Q_new, /* (i) : scaling performed on exc */
voice_factor.cpp 47 int16 exc[], (i) Q_exc : pitch excitation
48 int16 Q_exc, (i) : exc format
119 int16 exc[], /* (i) Q_exc : pitch excitation */
120 int16 Q_exc, /* (i) : exc format */
130 ener1 = extract_h(Dot_product12(exc, exc, L_subfr, &exp1));
pred_lt4.cpp 58 On return exc[0..L_subfr-1] contains the interpolated signal
163 int16 exc[], /* in/out: excitation buffer */
174 pt_exc = &exc[-T0];
234 exc[(j<<2)] = (int16)(L_sum1 >> 14);
235 exc[(j<<2)+1] = (int16)(L_sum2 >> 14);
236 exc[(j<<2)+2] = (int16)(L_sum3 >> 14);
237 exc[(j<<2)+3] = (int16)(L_sum4 >> 14);
260 exc[(j<<2)] = (int16)((L_sum1) >> 14);
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
voicefac.c 29 Word16 exc[], /* (i) Q_exc : pitch excitation */
30 Word16 Q_exc, /* (i) : exc format */
41 ener1 = extract_h(Dot_product12_asm(exc, exc, L_subfr, &exp1));
43 ener1 = extract_h(Dot_product12(exc, exc, L_subfr, &exp1));
pitch_f4.c 38 Word16 exc[], /* (i) : excitation buffer */
48 Word16 exc[], /* (i) : excitation buffer */
65 Word16 exc[], /* (i) : excitation buffer */
90 Norm_corr_asm(exc, xn, h, L_subfr, t_min, t_max, corr);
92 Norm_Corr(exc, xn, h, L_subfr, t_min, t_max, corr);
162 Word16 exc[], /* (i) : excitation buffer */
179 Convolve_asm(&exc[k], h, excf, 64);
181 Convolve(&exc[k], h, excf, 64);
255 tmp = exc[k];
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToSAXHandler.java 367 public void fatalError(SAXParseException exc) throws SAXException {
368 super.fatalError(exc);
373 ((ErrorHandler)m_saxHandler).fatalError(exc);
380 public void error(SAXParseException exc) throws SAXException {
381 super.error(exc);
384 ((ErrorHandler)m_saxHandler).error(exc);
391 public void warning(SAXParseException exc) throws SAXException {
392 super.warning(exc);
395 ((ErrorHandler)m_saxHandler).warning(exc);
  /external/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py 40 except dbus.dbus_bindings.DBusException, exc:
41 if str(exc) != "wpa_supplicant knows nothing about this interface.":
42 raise exc
45 except dbus.dbus_bindings.DBusException, exc:
46 if str(exc) != "wpa_supplicant already controls this interface.":
47 raise exc
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-test.py 40 except dbus.dbus_bindings.DBusException, exc:
41 if str(exc) != "wpa_supplicant knows nothing about this interface.":
42 raise exc
45 except dbus.dbus_bindings.DBusException, exc:
46 if str(exc) != "wpa_supplicant already controls this interface.":
47 raise exc
wpas-dbus-new.py 126 except dbus.DBusException, exc:
127 if not str(exc).startswith("fi.w1.wpa_supplicant1.InterfaceUnknown:"):
128 raise exc
133 except dbus.DBusException, exc:
134 if not str(exc).startswith("fi.w1.wpa_supplicant1.InterfaceExists:"):
135 raise exc
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
spreproc.h 120 Word16 exc[], /* o : long term prediction residual */
spstproc.h 124 Word16 *exc, /* o : long term prediction residual */
spreproc.cpp 115 exc -- Word16 array -- long term prediction residual
183 Word16 exc[], /* o : long term prediction residual */
223 memcpy(exc, res2, L_SUBFR*sizeof(Word16));
225 Syn_filt(Aq, exc, error, L_SUBFR, mem_err, 0);
cl_ltp.cpp 446 exc = pointer to excitation vector (Word16)
454 exc = pointer to excitation vector (Word16)
500 Word16 *exc, // i/o : Excitation vector Q0
524 mode, T_op, exc, xn, h1,
533 * - find filtered pitch exc. y1[]=exc[] convolve with h1[]) *
539 Pred_lt_3or6(exc, *T0, *T0_frac, L_SUBFR, resu3);
541 Convolve(exc, h1, y1, L_SUBFR);
588 L_temp = L_mult(exc[i], *gain_pit);
626 Word16 *exc, /* i/o : Excitation vector Q0 *
    [all...]
spstproc.cpp 118 exc -- Pointer to Word16 -- long term prediction residual
187 Word16 *exc, /* o : long term prediction residual */
233 * - find synthesis speech corresponding to exc[] *
239 p_exc = &exc[ i_subfr];
244 /* exc[i] = gain_pit*exc[i] + gain_code*code[i]; */
249 * exc Q0 Q0
261 * result -> exc Q0 Q0
276 &exc[i_subfr],
calc_en.h 110 * frac_en[1]*2^exp_en[1] = <exc exc> // LTP residual energy
111 * frac_en[2]*2^exp_en[2] = <exc code> // LTP/CB innovation dot product
113 * // (lres = res - gain_pit*exc)
119 Word16 exc[], /* i : LTP excitation (unfiltered), Q0 */
pitch_fr.h 130 Word16 exc[], /* i : excitation buffer */
qgain795.h 110 Word16 exc[], /* i : LTP excitation (unfiltered), Q0 */
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
pred_lt.cpp 138 exc = buffer containing the excitation (Word16)
151 exc buffer contains the newly formed adaptive codebook excitation
168 On return exc[0..L_subfr-1] contains the interpolated signal
185 Word16 exc[], // in/out: excitation buffer
197 pX0 = &exc[-T0];
225 exc[j] = pv_round (s);
255 Word16 exc[], /* in/out: excitation buffer */
281 pX0 = &(exc[-T0]);
317 p_exc = exc;
  /external/javasqlite/src/main/native/
sqlite_jni.c 358 jthrowable exc; local
393 exc = (*env)->ExceptionOccurred(env);
394 if (!exc) {
405 (*env)->DeleteLocalRef(env, exc);
529 jthrowable exc; local
547 exc = (*env)->ExceptionOccurred(env);
548 if (exc) {
549 (*env)->DeleteLocalRef(env, exc);
557 exc = (*env)->ExceptionOccurred(env);
558 if (exc) {
1057 jthrowable exc; local
1277 jthrowable exc; local
1361 jthrowable exc; local
1440 jthrowable exc; local
1726 jthrowable exc; local
1802 jthrowable exc; local
1868 jthrowable exc; local
1983 jthrowable exc; local
2038 jthrowable exc; local
2146 jthrowable exc; local
2306 jthrowable exc; local
2403 jthrowable exc; local
2623 jthrowable exc; local
3028 jthrowable exc; local
3206 jthrowable exc; local
4021 jthrowable exc; local
4359 jthrowable exc; local
4442 jthrowable exc; local
4483 jthrowable exc; local
4643 jthrowable exc; local
4835 jthrowable exc; local
    [all...]

Completed in 436 milliseconds

1 2 3 4 5