/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
D | Dfp.java | 1271 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/ |
D | javastat_example.txt | 52 [-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}
|
D | rubystat_example.txt | 52 [-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}
|
D | nodestat_example.txt | 52 [-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}
|
D | pythonstat_example.txt | 52 [-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}
|
D | tclstat_example.txt | 52 [-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}
|
D | perlstat_example.txt | 52 [-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}
|
D | phpstat_example.txt | 52 [-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/ |
D | ustat_example.txt | 52 [-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/ |
D | ucmfiles.mk | 118 icu-internal-25546.ucm lmb-excp.ucm \
|
D | lmb-excp.ucm | 16 <code_set_name> "lmb-excp"
|
/external/libxml2/os400/dlfcn/ |
D | dlfcn.c | 294 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/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 515 struct OurBaseException_t *excp = (struct OurBaseException_t*) in handleActionValue() local 517 struct OurExceptionType_t *excpType = &(excp->type); in handleActionValue() 525 (void*)excp); in handleActionValue()
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 564 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/swiftshader/third_party/LLVM/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 544 struct OurBaseException_t *excp = (struct OurBaseException_t*) in handleActionValue() local 546 struct OurExceptionType_t *excpType = &(excp->type); in handleActionValue() 554 excp); in handleActionValue()
|