Home
last modified time | relevance | path

Searched defs:ae (Results 1 – 25 of 50) sorted by relevance

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DDiagBigDecimalTest.java752 java.lang.ArithmeticException ae = null; in diagabs() local
809 java.lang.ArithmeticException ae = null; in diagadd() local
1083 java.lang.ArithmeticException ae = null; in diagcompareto() local
1143 java.lang.ArithmeticException ae = null; in diagdivide() local
1467 java.lang.ArithmeticException ae = null; in diagdivideInteger() local
1549 java.lang.ArithmeticException ae = null; in diagmax() local
1602 java.lang.ArithmeticException ae = null; in diagmin() local
1669 java.lang.ArithmeticException ae = null; in diagmultiply() local
1908 java.lang.ArithmeticException ae = null; in diagnegate() local
1959 java.lang.ArithmeticException ae = null; in diagplus() local
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimalTest.java751 java.lang.ArithmeticException ae = null; in diagabs() local
808 java.lang.ArithmeticException ae = null; in diagadd() local
1082 java.lang.ArithmeticException ae = null; in diagcompareto() local
1142 java.lang.ArithmeticException ae = null; in diagdivide() local
1466 java.lang.ArithmeticException ae = null; in diagdivideInteger() local
1548 java.lang.ArithmeticException ae = null; in diagmax() local
1601 java.lang.ArithmeticException ae = null; in diagmin() local
1668 java.lang.ArithmeticException ae = null; in diagmultiply() local
1907 java.lang.ArithmeticException ae = null; in diagnegate() local
1958 java.lang.ArithmeticException ae = null; in diagplus() local
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DGraph.h72 void removeEdge(AdjEdgeItr ae) { in removeEdge()
93 void setNode1AEItr(AdjEdgeItr ae) { node1AEItr = ae; } in setNode1AEItr()
95 void setNode2AEItr(AdjEdgeItr ae) { node2AEItr = ae; } in setNode2AEItr()
/external/tcpdump/
Dprint-babel.c176 network_prefix(int ae, int plen, unsigned int omitted, in network_prefix()
241 network_address(int ae, const unsigned char *a, unsigned int len, in network_address()
/external/selinux/libselinux/src/
Davc.c29 struct avc_entry ae; member
337 static inline void avc_clear_avc_entry(struct avc_entry *ae) in avc_clear_avc_entry()
467 struct avc_entry *ae, struct avc_entry_ref *aeref) in avc_insert()
750 struct avc_entry *ae; in avc_has_perm_noaudit() local
/external/clang/test/CodeGenCXX/
Ddynamic-cast-hint.cpp28 volatile E *ae = dynamic_cast<E *>(a); in test() local
/external/selinux/libselinux/include/selinux/
Davc.h97 struct avc_entry *ae; member
/external/testng/src/main/java/org/testng/
DFileAssert.java232 AssertionError ae = new AssertionError(message); in fail() local
DAssert.java83 AssertionError ae = new AssertionError(message); in fail() local
/external/skia/tools/debugger/
DSkDebugCanvas.cpp339 GrAuditTrail::AutoEnable ae(at); in drawTo() local
445 GrAuditTrail::AutoEnable ae(at); in drawAndCollectOps() local
456 GrAuditTrail::AutoEnable ae(at); in cleanupAuditTrail() local
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp192 ae = i->AllocCall->arg_end(); ai != ae; ++ai) { in checkASTCodeBody() local
/external/libvncserver/webclients/novnc/include/web-socket-js/
Dswfobject.js4 …j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win… argument
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp565 ae = SpecializedArgNos.end(); an != ae; ++an) in getSpecializationCost() local
/external/swiftshader/third_party/LLVM/utils/TableGen/
DIntrinsicEmitter.cpp555 for (unsigned ai = 0, ae = intrinsic.ArgumentAttributes.size(); ai != ae;) { in EmitAttributes() local
DCodeGenRegisters.cpp313 for (DagInit::const_arg_iterator ai = DAG->arg_begin(), ae = DAG->arg_end(); in CodeGenRegisterClass() local
/external/llvm/utils/TableGen/
DIntrinsicEmitter.cpp535 unsigned ai = 0, ae = intrinsic.ArgumentAttributes.size(); in EmitAttributes() local
/external/icu/icu4c/source/i18n/
DdecNumber.c1373 Int ae=rhs->exponent+rhs->digits-1; /* adjusted exponent */ in uprv_decNumberLogB() local
3134 Int ae=rhs->exponent+rhs->digits-1; /* adjusted exponent */ in uprv_decNumberSquareRoot() local
3548 Int ae; /* adjusted exponent */ in uprv_decNumberIsNormal() local
3568 Int ae; /* adjusted exponent */ in uprv_decNumberIsSubnormal() local
8004 Int ae, d, digits; /* .. */ local
/external/valgrind/VEX/priv/
Dir_opt.c3576 static IRExpr* availExpr_to_IRExpr ( AvailExpr* ae ) in availExpr_to_IRExpr()
3670 static void subst_AvailExpr ( HashHW* env, AvailExpr* ae ) in subst_AvailExpr()
3725 AvailExpr* ae; in irExpr_to_AvailExpr() local
3878 AvailExpr* ae; in do_cse_BB() local
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp568 UString e, ae; in Load() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java1980 int ae; in dfp2sci() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp1068 for (unsigned ai = 0, ae = IFI.StaticAllocas.size(); ai != ae; ++ai) { in InlineFunction() local
/external/regex-re2/re2/
Dre2.cc509 const char *ae = a + len; in ascii_strcasecmp() local
/external/clang/test/SemaCXX/
Dconstant-expression-cxx1y.cpp163 constexpr bool equal(Iterator1 a, Iterator1 ae, Iterator2 b, Iterator2 be) { in equal()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1702 for (unsigned ai = 0, ae = IFI.StaticAllocas.size(); ai != ae; ++ai) { in InlineFunction() local
/external/robolectric/v3/libs/
Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ ...

12