Home
last modified time | relevance | path

Searched refs:excp (Results 1 – 6 of 6) 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/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/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/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp544 struct OurBaseException_t *excp = (struct OurBaseException_t*) in handleActionValue() local
546 struct OurExceptionType_t *excpType = &(excp->type); in handleActionValue()
554 excp); in handleActionValue()