Home
last modified time | relevance | path

Searched refs:recip (Results 1 – 25 of 3353) sorted by relevance

12345678910>>...135

/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/mips64/
H A Dfpu_arithmetic.stdout.exp-r61403 recip.s inf 0.000000
1405 recip.s 0.000000 3.000000
1428 recip.s inf 0.000000
1430 recip.s 0.000000 3.000000
1453 recip.s inf 0.000000
1455 recip.s 0.000000 3.000000
1478 recip.s inf 0.000000
1503 recip.d inf 0.000000
1528 recip.d inf 0.000000
1553 recip.d inf 0.000000
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/mips64/
H A Dfpu_arithmetic.stdout.exp-r61403 recip.s inf 0.000000
1405 recip.s 0.000000 3.000000
1428 recip.s inf 0.000000
1430 recip.s 0.000000 3.000000
1453 recip.s inf 0.000000
1455 recip.s 0.000000 3.000000
1478 recip.s inf 0.000000
1503 recip.d inf 0.000000
1528 recip.d inf 0.000000
1553 recip.d inf 0.000000
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/argos/
H A Dargos_cafe_forpme.F62 fw(iwm,1,iwa)=fw(iwm,1,iwa)+recip(1,1)*fx+recip(1,2)*fy+
63 + recip(1,3)*fz
64 fw(iwm,2,iwa)=fw(iwm,2,iwa)+recip(2,1)*fx+recip(2,2)*fy+
65 + recip(2,3)*fz
66 fw(iwm,3,iwa)=fw(iwm,3,iwa)+recip(3,1)*fx+recip(3,2)*fy+
67 + recip(3,3)*fz
108 fs(isa,1)=fs(isa,1)+recip(1,1)*fx+recip(1,2)*fy+recip(1,3)*fz
109 fs(isa,2)=fs(isa,2)+recip(2,1)*fx+recip(2,2)*fy+recip(2,3)*fz
110 fs(isa,3)=fs(isa,3)+recip(3,1)*fx+recip(3,2)*fy+recip(3,3)*fz
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/argos/
H A Dargos_cafe_forpme.F62 fw(iwm,1,iwa)=fw(iwm,1,iwa)+recip(1,1)*fx+recip(1,2)*fy+
63 + recip(1,3)*fz
64 fw(iwm,2,iwa)=fw(iwm,2,iwa)+recip(2,1)*fx+recip(2,2)*fy+
65 + recip(2,3)*fz
66 fw(iwm,3,iwa)=fw(iwm,3,iwa)+recip(3,1)*fx+recip(3,2)*fy+
67 + recip(3,3)*fz
108 fs(isa,1)=fs(isa,1)+recip(1,1)*fx+recip(1,2)*fy+recip(1,3)*fz
109 fs(isa,2)=fs(isa,2)+recip(2,1)*fx+recip(2,2)*fy+recip(2,3)*fz
110 fs(isa,3)=fs(isa,3)+recip(3,1)*fx+recip(3,2)*fy+recip(3,3)*fz
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/
H A Ddo_alert.c120 switch (recip->method) { in find_repeatinfo()
201 if ((recip->format != ALERTFORM_TEXT) && (recip->format != ALERTFORM_PLAIN)) return NULL; in message_subject()
263 switch (recip->format) { in message_text()
374 recip_t *recip; in send_alert() local
407 if (recip->method == M_IGNORE) { in send_alert()
445 switch (recip->method) { in send_alert()
531 p = message_text(alert, recip); in send_alert()
639 execlp(recip->scriptname, recip->scriptname, NULL); in send_alert()
695 recip_t *recip; in next_alert() local
704 …if (recip->criteria && recip->criteria->timespec && !timematch(xmh_item(hinfo, XMH_HOLIDAYS), reci… in next_alert()
[all …]
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/
H A Ddo_alert.c120 switch (recip->method) { in find_repeatinfo()
201 if ((recip->format != ALERTFORM_TEXT) && (recip->format != ALERTFORM_PLAIN)) return NULL; in message_subject()
263 switch (recip->format) { in message_text()
374 recip_t *recip; in send_alert() local
407 if (recip->method == M_IGNORE) { in send_alert()
445 switch (recip->method) { in send_alert()
531 p = message_text(alert, recip); in send_alert()
639 execlp(recip->scriptname, recip->scriptname, NULL); in send_alert()
695 recip_t *recip; in next_alert() local
704 …if (recip->criteria && recip->criteria->timespec && !timematch(xmh_item(hinfo, XMH_HOLIDAYS), reci… in next_alert()
[all …]
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/win32/
H A Demail.c18 MapiRecipDesc recip; in main() local
26 1, &recip, 0, NULL}; in main()
30 recip.ulReserved = 0; in main()
31 recip.ulRecipClass = MAPI_TO; in main()
32 recip.lpszName = default_name; /* default name */ in main()
33 recip.lpszAddress = default_addr; /* default address */ in main()
34 recip.ulEIDSize = 0; in main()
35 recip.lpEntryID = NULL; in main()
47 recip.lpszAddress = addr; in main()
48 recip.lpszName = argv[i]; in main()
/dports/sysutils/apcupsd/apcupsd-3.14.14/src/win32/
H A Demail.c18 MapiRecipDesc recip; in main() local
26 1, &recip, 0, NULL}; in main()
30 recip.ulReserved = 0; in main()
31 recip.ulRecipClass = MAPI_TO; in main()
32 recip.lpszName = default_name; /* default name */ in main()
33 recip.lpszAddress = default_addr; /* default address */ in main()
34 recip.ulEIDSize = 0; in main()
35 recip.lpEntryID = NULL; in main()
47 recip.lpszAddress = addr; in main()
48 recip.lpszName = argv[i]; in main()
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dsmessage.c473 teamlet[players[recip].p_team], shipnos[recip]); in getaddr2()
529 *recip = 0; in getgroup()
534 *recip = 0; in getgroup()
538 *recip = FED; in getgroup()
542 *recip = ROM; in getgroup()
546 *recip = KLI; in getgroup()
550 *recip = ORI; in getgroup()
554 *recip = 0; in getgroup()
560 *recip = 0; in getgroup()
566 *recip = 0; in getgroup()
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dtfutil.c140 fix *cvec, recip, lmag; in facelet_send() local
154 nrm[0] += fix_mul(*cvec, recip); in facelet_send()
156 nrm[1] += fix_mul(*cvec, recip); in facelet_send()
158 nrm[2] += fix_mul(*cvec, recip); in facelet_send()
166 recip = fix_div(fix_1, mag); in facelet_send()
167 *cvec = fix_mul(*cvec, recip); in facelet_send()
169 *cvec = fix_mul(*cvec, recip); in facelet_send()
171 *cvec = fix_mul(*cvec, recip); in facelet_send()
187 nrm[0] += fix_mul(*cvec, recip); in facelet_send()
189 nrm[1] += fix_mul(*cvec, recip); in facelet_send()
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out10 recip growth 1 condest 1 rcond 1 flops 0
16 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
22 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
28 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
34 recip growth 0.00889922 condest 1.79787e+09 rcond 0.000124785 flops 175
40 recip growth 1 condest 56 rcond 1 flops 73
46 recip growth 1 condest 1 rcond 1 flops 0
52 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
58 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
64 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out10 recip growth 1 condest 1 rcond 1 flops 0
16 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
22 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
28 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
34 recip growth 0.00889922 condest 1.79787e+09 rcond 0.000124785 flops 175
40 recip growth 1 condest 56 rcond 1 flops 73
46 recip growth 1 condest 1 rcond 1 flops 0
52 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
58 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
64 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out10 recip growth 1 condest 1 rcond 1 flops 0
16 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
22 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
28 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
34 recip growth 0.00889922 condest 1.79787e+09 rcond 0.000124785 flops 175
40 recip growth 1 condest 56 rcond 1 flops 73
46 recip growth 1 condest 1 rcond 1 flops 0
52 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
58 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
64 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out10 recip growth 1 condest 1 rcond 1 flops 0
16 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
22 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
28 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
34 recip growth 0.00889922 condest 1.79787e+09 rcond 0.000124785 flops 175
40 recip growth 1 condest 56 rcond 1 flops 73
46 recip growth 1 condest 1 rcond 1 flops 0
52 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
58 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
64 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out10 recip growth 1 condest 1 rcond 1 flops 0
16 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
22 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
28 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
34 recip growth 0.00889922 condest 1.79787e+09 rcond 0.000124785 flops 175
40 recip growth 1 condest 56 rcond 1 flops 73
46 recip growth 1 condest 1 rcond 1 flops 0
52 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
58 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
64 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out10 recip growth 1 condest 1 rcond 1 flops 0
16 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
22 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
28 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
34 recip growth 0.00889922 condest 1.79787e+09 rcond 0.000124785 flops 175
40 recip growth 1 condest 56 rcond 1 flops 73
46 recip growth 1 condest 1 rcond 1 flops 0
52 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
58 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
64 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out10 recip growth 1 condest 1 rcond 1 flops 0
16 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
22 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
28 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
34 recip growth 0.00889922 condest 1.79787e+09 rcond 0.000124785 flops 175
40 recip growth 1 condest 56 rcond 1 flops 73
46 recip growth 1 condest 1 rcond 1 flops 0
52 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
58 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
64 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out10 recip growth 1 condest 1 rcond 1 flops 0
16 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
22 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
28 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
34 recip growth 0.00889922 condest 1.79787e+09 rcond 0.000124785 flops 175
40 recip growth 1 condest 56 rcond 1 flops 73
46 recip growth 1 condest 1 rcond 1 flops 0
52 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
58 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
64 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
[all …]
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out10 recip growth 1 condest 1 rcond 1 flops 0
16 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
22 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
28 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
34 recip growth 0.00889922 condest 1.79787e+09 rcond 0.000124785 flops 175
40 recip growth 1 condest 56 rcond 1 flops 73
46 recip growth 1 condest 1 rcond 1 flops 0
52 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
58 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
64 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out10 recip growth 1 condest 1 rcond 1 flops 0
16 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
22 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
28 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
34 recip growth 0.00889922 condest 1.79787e+09 rcond 0.000124785 flops 175
40 recip growth 1 condest 56 rcond 1 flops 73
46 recip growth 1 condest 1 rcond 1 flops 0
52 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
58 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
64 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
[all …]
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out10 recip growth 1 condest 1 rcond 1 flops 0
16 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
22 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
28 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
34 recip growth 0.00889922 condest 1.79787e+09 rcond 0.000124785 flops 175
40 recip growth 1 condest 56 rcond 1 flops 73
46 recip growth 1 condest 1 rcond 1 flops 0
52 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
58 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
64 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out10 recip growth 1 condest 1 rcond 1 flops 0
16 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
22 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
28 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
34 recip growth 0.00889922 condest 1.79787e+09 rcond 0.000124785 flops 175
40 recip growth 1 condest 56 rcond 1 flops 73
46 recip growth 1 condest 1 rcond 1 flops 0
52 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
58 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
64 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out10 recip growth 1 condest 1 rcond 1 flops 0
16 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
22 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
28 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
34 recip growth 0.00889922 condest 1.79787e+09 rcond 0.000124785 flops 175
40 recip growth 1 condest 56 rcond 1 flops 73
46 recip growth 1 condest 1 rcond 1 flops 0
52 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
58 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
64 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
[all …]
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out10 recip growth 1 condest 1 rcond 1 flops 0
16 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
22 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
28 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
34 recip growth 0.00889922 condest 1.79787e+09 rcond 0.000124785 flops 175
40 recip growth 1 condest 56 rcond 1 flops 73
46 recip growth 1 condest 1 rcond 1 flops 0
52 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
58 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
64 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
[all …]
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out10 recip growth 1 condest 1 rcond 1 flops 0
16 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
22 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
28 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
34 recip growth 0.00889922 condest 1.79787e+09 rcond 0.000124785 flops 175
40 recip growth 1 condest 56 rcond 1 flops 73
46 recip growth 1 condest 1 rcond 1 flops 0
52 recip growth 0.019999 condest 295.99 rcond 0.019999 flops 297
58 recip growth 0.0204082 condest 303 rcond 0.0204082 flops 297
64 recip growth 0.00957447 condest 4.35093e+07 rcond 4.5277e-05 flops 259
[all …]

12345678910>>...135