Home
last modified time | relevance | path

Searched refs:excp (Results 1 – 15 of 15) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java1271 final int excp = result.round(lostdigit); in add() local
1272 if (excp != 0) { in add()
1273 result = dotrap(excp, ADD_TRAP, x, result); in add()
1301 final int excp = result.round(aextradigit + bextradigit); in add() local
1302 if (excp != 0) { in add()
1303 result = dotrap(excp, ADD_TRAP, x, result); in add()
1496 final int excp; in multiply() local
1498 excp = result.round(product[md-mant.length]); in multiply()
1500 excp = result.round(0); // has no effect except to check status in multiply()
1503 if (excp != 0) { in multiply()
[all …]
/external/bcc/tools/
Dnodestat_example.txt52 [-S {cload,excp,gc,method,objnew,thread}] [-r MAXROWS] [-d]
66 -S {cload,excp,gc,method,objnew,thread}, --sort {cload,excp,gc,method,objnew,thread}
Dpythonstat_example.txt52 [-S {cload,excp,gc,method,objnew,thread}] [-r MAXROWS] [-d]
66 -S {cload,excp,gc,method,objnew,thread}, --sort {cload,excp,gc,method,objnew,thread}
Dperlstat_example.txt52 [-S {cload,excp,gc,method,objnew,thread}] [-r MAXROWS] [-d]
66 -S {cload,excp,gc,method,objnew,thread}, --sort {cload,excp,gc,method,objnew,thread}
Djavastat_example.txt52 [-S {cload,excp,gc,method,objnew,thread}] [-r MAXROWS] [-d]
66 -S {cload,excp,gc,method,objnew,thread}, --sort {cload,excp,gc,method,objnew,thread}
Dphpstat_example.txt52 [-S {cload,excp,gc,method,objnew,thread}] [-r MAXROWS] [-d]
66 -S {cload,excp,gc,method,objnew,thread}, --sort {cload,excp,gc,method,objnew,thread}
Dtclstat_example.txt52 [-S {cload,excp,gc,method,objnew,thread}] [-r MAXROWS] [-d]
66 -S {cload,excp,gc,method,objnew,thread}, --sort {cload,excp,gc,method,objnew,thread}
Drubystat_example.txt52 [-S {cload,excp,gc,method,objnew,thread}] [-r MAXROWS] [-d]
66 -S {cload,excp,gc,method,objnew,thread}, --sort {cload,excp,gc,method,objnew,thread}
/external/bcc/tools/lib/
Dustat_example.txt52 [-S {cload,excp,gc,method,objnew,thread}] [-r MAXROWS] [-d]
66 -S {cload,excp,gc,method,objnew,thread}, --sort {cload,excp,gc,method,objnew,thread}
/external/icu/icu4c/source/data/mappings/
Ducmfiles.mk118 icu-internal-25546.ucm lmb-excp.ucm \
Dlmb-excp.ucm16 <code_set_name> "lmb-excp"
/external/libxml2/os400/dlfcn/
Ddlfcn.c294 dlseterror_from_exception(volatile _INTRPT_Hndlr_Parms_T * excp) in dlseterror_from_exception() argument
305 p = (_INTRPT_Hndlr_Parms_T *) excp; in dlseterror_from_exception()
/external/llvm-project/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp514 struct OurBaseException_t *excp = (struct OurBaseException_t*) in handleActionValue() local
516 struct OurExceptionType_t *excpType = &(excp->type); in handleActionValue()
524 (void*)excp); in handleActionValue()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp564 struct OurBaseException_t *excp = (struct OurBaseException_t*) in handleActionValue() local
566 struct OurExceptionType_t *excpType = &(excp->type); in handleActionValue()
574 (void*)excp); in handleActionValue()
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...