Home
last modified time | relevance | path

Searched refs:backA (Results 1 – 18 of 18) sorted by relevance

/dports/math/clblas/clBLAS-2.10/src/tests/correctness/
H A Dcorr-hpr.cpp41 deleteBuffers(T *A, T *X, T *backA) in deleteBuffers() argument
51 if(backA != NULL) in deleteBuffers()
53 delete[] backA; in deleteBuffers()
62 T *AP, *X, *backA; in hprCorrectnessTest() local
90 backA = new T[lengthAP + params->offa ]; in hprCorrectnessTest()
93 if((AP == NULL) || (backA == NULL) || (X == NULL)) in hprCorrectnessTest()
96 deleteBuffers<T>(AP, X, backA); in hprCorrectnessTest()
133 deleteBuffers<T>(backA, AP, X); in hprCorrectnessTest()
162 deleteBuffers<T>(backA, AP, X); in hprCorrectnessTest()
171 deleteBuffers<T>(backA, AP, X); in hprCorrectnessTest()
[all …]
H A Dcorr-her.cpp42 deleteBuffers(T *A, T *X, T *backA) in deleteBuffers() argument
52 if(backA != NULL) in deleteBuffers()
54 delete[] backA; in deleteBuffers()
63 T *A, *X, *backA; in herCorrectnessTest() local
91 backA = new T[lengthA + params->offa ]; in herCorrectnessTest()
94 if((A == NULL) || (backA == NULL) || (X == NULL)) in herCorrectnessTest()
97 deleteBuffers<T>(A, X, backA); in herCorrectnessTest()
134 deleteBuffers<T>(backA, A, X); in herCorrectnessTest()
163 deleteBuffers<T>(backA, A, X); in herCorrectnessTest()
172 deleteBuffers<T>(backA, A, X); in herCorrectnessTest()
[all …]
H A Dcorr-ger.cpp44 deleteBuffers(T *A, T *x, T *y, T *backA) in deleteBuffers() argument
51 if(backA != NULL) in deleteBuffers()
53 delete[] backA; in deleteBuffers()
70 T *A, *x, *y, *backA; in gerCorrectnessTest() local
113 backA = new T[lengthA + params->offa]; in gerCorrectnessTest()
118 deleteBuffers<T>(A, backA, x, y); in gerCorrectnessTest()
187 deleteBuffers<T>(A, x, y, backA); in gerCorrectnessTest()
207 deleteBuffers<T>(A, x, y, backA); in gerCorrectnessTest()
217 deleteBuffers<T>(A, x, y, backA); in gerCorrectnessTest()
224 (lengthA + params->offa)* sizeof(*backA), backA, 0, in gerCorrectnessTest()
[all …]
H A Dcorr-gerc.cpp44 deleteBuffers(T *A, T *x, T *y, T *backA) in deleteBuffers() argument
51 if(backA != NULL) in deleteBuffers()
53 delete[] backA; in deleteBuffers()
70 T *A, *x, *y, *backA; in gercCorrectnessTest() local
114 backA = new T[lengthA + params->offa]; in gercCorrectnessTest()
119 deleteBuffers<T>(A, x, y, backA); in gercCorrectnessTest()
190 deleteBuffers<T>(A, x, y, backA); in gercCorrectnessTest()
209 deleteBuffers<T>(A, x, y, backA); in gercCorrectnessTest()
219 deleteBuffers<T>(A, x, y, backA); in gercCorrectnessTest()
226 (lengthA + params->offa)* sizeof(*backA), backA, 0, in gercCorrectnessTest()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/drc/
H A Ddrc_test_provider_courtyard_clearance.cpp171 const SHAPE_POLY_SET& backA = fpA->GetPolyCourtyard( B_CrtYd ); in testCourtyardClearances() local
173 if( frontA.OutlineCount() == 0 && backA.OutlineCount() == 0 in testCourtyardClearances()
182 BOX2I backBBox = backA.BBoxFromCaches(); in testCourtyardClearances()
227 if( backA.OutlineCount() > 0 && backB.OutlineCount() > 0 in testCourtyardClearances()
234 if( clearance >= 0 && backA.Collide( &backB, clearance, &actual, &pos ) ) in testCourtyardClearances()
283 || ( backA.OutlineCount() > 0 && backA.BBoxFromCaches().Intersects( fpBBBox ) ) ) in testCourtyardClearances()
/dports/lang/elm/compiler-0.19.1/builder/src/Deps/
H A DSolver.hs389 okA stateA arg backA = ok stateA (func arg) backA
403 okA stateA arg backA = ok stateA (func arg) backA
417 okA stateA a backA =
419 Solver solverB -> solverB stateA ok backA err
/dports/net-im/gitterdone/gitterdone-23eaadb70baeffb22ab035e08fc4675907707590/src-qt5/
H A DMainUI.h40 QAction *backA, *forA, *refA, *stopA, *progA; variable
H A DMainUI.cpp45 backA = tb->addAction(QIcon(":icons/back.png"), tr("Back"), this, SLOT(GoBack()) ); in MainUI()
162 backA->setEnabled(webview->history()->canGoBack()); in PageDoneLoading()
/dports/math/e-antic/flint2-ae7ec89/flintxx/test/
H A Dt-tuple.cpp95 typedef back_tuple<make3p::type, A> backA; in test_back() typedef
100 tassert((equal_types<backA::type, make2A::type>::val)); in test_back()
112 backA::init(pointers, backing2, &ret); in test_back()
/dports/math/flint2/flint-2.8.4/flintxx/test/
H A Dt-tuple.cpp95 typedef back_tuple<make3p::type, A> backA; in test_back() typedef
100 tassert((equal_types<backA::type, make2A::type>::val)); in test_back()
112 backA::init(pointers, backing2, &ret); in test_back()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/flintxx/test/
H A Dt-tuple.cpp95 typedef back_tuple<make3p::type, A> backA; in test_back() typedef
100 tassert((equal_types<backA::type, make2A::type>::val)); in test_back()
112 backA::init(pointers, backing2, &ret); in test_back()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/c_src/gen/
H A Dwxe_wrapper_6.cpp6373 int backA; in wxStyledTextCtrl_MarkerSetBackground() local
6375 wxColour back = wxColour(backR,backG,backB,backA); in wxStyledTextCtrl_MarkerSetBackground()
6713 int backA; in wxStyledTextCtrl_StyleSetBackground() local
6715 wxColour back = wxColour(backR,backG,backB,backA); in wxStyledTextCtrl_StyleSetBackground()
6907 int backA; in wxStyledTextCtrl_SetSelBackground() local
6909 wxColour back = wxColour(backR,backG,backB,backA); in wxStyledTextCtrl_SetSelBackground()
7232 int backA; in wxStyledTextCtrl_SetWhitespaceBackground() local
7358 int backA; in wxStyledTextCtrl_SetCaretLineBackground() local
8915 int backA; in wxStyledTextCtrl_CallTipSetBackground() local
9701 int backA; in wxStyledTextCtrl_SetFoldMarginColour() local
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/c_src/gen/
H A Dwxe_wrapper_6.cpp6373 int backA; in wxStyledTextCtrl_MarkerSetBackground() local
6375 wxColour back = wxColour(backR,backG,backB,backA); in wxStyledTextCtrl_MarkerSetBackground()
6713 int backA; in wxStyledTextCtrl_StyleSetBackground() local
6715 wxColour back = wxColour(backR,backG,backB,backA); in wxStyledTextCtrl_StyleSetBackground()
6907 int backA; in wxStyledTextCtrl_SetSelBackground() local
6909 wxColour back = wxColour(backR,backG,backB,backA); in wxStyledTextCtrl_SetSelBackground()
7232 int backA; in wxStyledTextCtrl_SetWhitespaceBackground() local
7358 int backA; in wxStyledTextCtrl_SetCaretLineBackground() local
8915 int backA; in wxStyledTextCtrl_CallTipSetBackground() local
9701 int backA; in wxStyledTextCtrl_SetFoldMarginColour() local
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/c_src/gen/
H A Dwxe_wrapper_6.cpp6373 int backA; in wxStyledTextCtrl_MarkerSetBackground() local
6375 wxColour back = wxColour(backR,backG,backB,backA); in wxStyledTextCtrl_MarkerSetBackground()
6713 int backA; in wxStyledTextCtrl_StyleSetBackground() local
6715 wxColour back = wxColour(backR,backG,backB,backA); in wxStyledTextCtrl_StyleSetBackground()
6907 int backA; in wxStyledTextCtrl_SetSelBackground() local
6909 wxColour back = wxColour(backR,backG,backB,backA); in wxStyledTextCtrl_SetSelBackground()
7232 int backA; in wxStyledTextCtrl_SetWhitespaceBackground() local
7358 int backA; in wxStyledTextCtrl_SetCaretLineBackground() local
8915 int backA; in wxStyledTextCtrl_CallTipSetBackground() local
9701 int backA; in wxStyledTextCtrl_SetFoldMarginColour() local
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/c_src/gen/
H A Dwxe_wrapper_6.cpp6373 int backA; in wxStyledTextCtrl_MarkerSetBackground() local
6375 wxColour back = wxColour(backR,backG,backB,backA); in wxStyledTextCtrl_MarkerSetBackground()
6713 int backA; in wxStyledTextCtrl_StyleSetBackground() local
6715 wxColour back = wxColour(backR,backG,backB,backA); in wxStyledTextCtrl_StyleSetBackground()
6907 int backA; in wxStyledTextCtrl_SetSelBackground() local
6909 wxColour back = wxColour(backR,backG,backB,backA); in wxStyledTextCtrl_SetSelBackground()
7232 int backA; in wxStyledTextCtrl_SetWhitespaceBackground() local
7358 int backA; in wxStyledTextCtrl_SetCaretLineBackground() local
8915 int backA; in wxStyledTextCtrl_CallTipSetBackground() local
9701 int backA; in wxStyledTextCtrl_SetFoldMarginColour() local
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/c_src/gen/
H A Dwxe_funcs.cpp27726 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
27727 wxColour back = wxColour(*backR,*backG,*backB,*backA); in wxe_dispatch()
27894 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
27895 wxColour back = wxColour(*backR,*backG,*backB,*backA); in wxe_dispatch()
27990 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
27991 wxColour back = wxColour(*backR,*backG,*backB,*backA); in wxe_dispatch()
28150 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
28212 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
28998 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
29390 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/c_src/gen/
H A Dwxe_funcs.cpp27654 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
27655 wxColour back = wxColour(*backR,*backG,*backB,*backA); in wxe_dispatch()
27822 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
27823 wxColour back = wxColour(*backR,*backG,*backB,*backA); in wxe_dispatch()
27918 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
27919 wxColour back = wxColour(*backR,*backG,*backB,*backA); in wxe_dispatch()
28078 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
28140 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
28926 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
29318 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/c_src/gen/
H A Dwxe_funcs.cpp27726 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
27727 wxColour back = wxColour(*backR,*backG,*backB,*backA); in wxe_dispatch()
27894 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
27895 wxColour back = wxColour(*backR,*backG,*backB,*backA); in wxe_dispatch()
27990 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
27991 wxColour back = wxColour(*backR,*backG,*backB,*backA); in wxe_dispatch()
28150 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
28212 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
28998 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
29390 int * backA = (int *) bp; bp += 4; in wxe_dispatch() local
[all …]