HomeSort by relevance Sort by last modified time
    Searched defs:excp (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_amr.cpp 566 Word16 excp[L_SUBFR];
1061 excp[i] = pv_round (L_temp);
1364 Word16 excp[L_SUBFR]; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder.cpp 309 int16 *excp = &code[L_SUBFR]; local
310 int16 *exc2 = &excp[L_SUBFR]; /* excitation vector */
922 excp[i] = amr_wb_round(L_tmp);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
misc_insn.s 287 .global excp
288 excp: label
289 excp BPT label
290 excp svc label
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
Dfp.java 1271 final int excp = result.round(lostdigit); local
1301 final int excp = result.round(aextradigit + bextradigit); local
1496 final int excp; local
1566 final int excp = result.round(lostdigit); local
1588 int excp; \/\/ exceptions local
1844 final int excp = result.round(rl * RADIX \/ divisor); \/\/ do the rounding local
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 564 struct OurBaseException_t *excp = (struct OurBaseException_t*) local
566 struct OurExceptionType_t *excpType = &(excp->type);
572 "excp = <%p>.\n",
574 (void*)excp);
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 544 struct OurBaseException_t *excp = (struct OurBaseException_t*) local
546 struct OurExceptionType_t *excpType = &(excp->type);
552 "excp = <%p>.\n",
554 excp);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 524 CallStateException excp = null; local
529 excp = e;
532 if (excp != null) throw excp;
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1833 milliseconds