HomeSort by relevance Sort by last modified time
    Searched refs:exc (Results 1 - 25 of 113) 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/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
util.py 52 def prepend_message_to_exception(message, exc):
55 exc.args = (message + str(exc),)
  /external/webkit/WebKitTools/pywebsocket/test/
test_util.py 53 exc = Exception('World')
54 self.assertEqual('World', str(exc))
55 util.prepend_message_to_exception('Hello ', exc)
56 self.assertEqual('Hello World', str(exc))
  /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 */
  /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];
  /libcore/luni/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
  /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/core/jni/
android_text_AndroidBidi.cpp 28 static void jniThrowException(JNIEnv* env, const char* exc, const char* msg = NULL)
30 jclass excClazz = env->FindClass(exc);
31 LOG_ASSERT(excClazz, "Unable to find class %s", exc);
  /external/v8/src/
execution.cc 439 Handle<Object> Execution::ToNumber(Handle<Object> obj, bool* exc) {
440 RETURN_NATIVE_CALL(to_number, 1, { obj.location() }, exc);
444 Handle<Object> Execution::ToString(Handle<Object> obj, bool* exc) {
445 RETURN_NATIVE_CALL(to_string, 1, { obj.location() }, exc);
449 Handle<Object> Execution::ToDetailString(Handle<Object> obj, bool* exc) {
450 RETURN_NATIVE_CALL(to_detail_string, 1, { obj.location() }, exc);
454 Handle<Object> Execution::ToObject(Handle<Object> obj, bool* exc) {
456 RETURN_NATIVE_CALL(to_object, 1, { obj.location() }, exc);
460 Handle<Object> Execution::ToInteger(Handle<Object> obj, bool* exc) {
461 RETURN_NATIVE_CALL(to_integer, 1, { obj.location() }, exc);
560 Execution::Call(Top::configure_instance_fun(), Top::builtins(), 2, args, exc); local
    [all...]
execution.h 85 static Handle<Object> ToNumber(Handle<Object> obj, bool* exc);
88 static Handle<Object> ToInteger(Handle<Object> obj, bool* exc);
91 static Handle<Object> ToInt32(Handle<Object> obj, bool* exc);
94 static Handle<Object> ToUint32(Handle<Object> obj, bool* exc);
97 static Handle<Object> ToString(Handle<Object> obj, bool* exc);
100 static Handle<Object> ToDetailString(Handle<Object> obj, bool* exc);
103 static Handle<Object> ToObject(Handle<Object> obj, bool* exc);
106 static Handle<Object> NewDate(double time, bool* exc);
113 Handle<FunctionTemplateInfo> data, bool* exc);
115 bool* exc);
    [all...]
  /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;

Completed in 604 milliseconds

1 2 3 4 5