Home
last modified time | relevance | path

Searched refs:tempB (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/biology/mothur/mothur-1.46.1/source/calculators/
H A Dsharedace.cpp38 tempB = shared[1]->get(i); in getValues()
44 if (util.isEqual(tempA, 1) && (tempB <= abund)) { fARare++; } in getValues()
46 if (util.isEqual(tempB, 1) && (tempA <= abund)) { fBRare++; } in getValues()
51 t01 += tempB; //Sum Yi in getValues()
55 if (util.isEqual(tempA, 1)) { C12Numerator += tempB; } in getValues()
57 if (util.isEqual(tempB, 1)) { C12Numerator += tempA; } in getValues()
62 t11 += tempA * tempB; in getValues()
64 t21 += tempA * (tempA - 1) * tempB; in getValues()
66 t12 += tempA * (tempB - 1) * tempB; in getValues()
68 t22 += tempA * (tempA - 1) * tempB * (tempB - 1); in getValues()
[all …]
H A Dsharedlennon.cpp16 double S1, S2, S12, tempA, tempB, min; in getValues() local
17 S1 = 0; S2 = 0; S12 = 0; tempA = 0; tempB = 0; min = 0; in getValues()
27 tempB = shared[1]->get(i); in getValues()
30 if (!util.isEqual(tempB, 0)) { S2++; } in getValues()
33 if (!util.isEqual(tempA, 0) && !util.isEqual(tempB, 0)) { S12++; } in getValues()
37 tempA = S1 - S12; tempB = S2 - S12; in getValues()
39 if (tempA < tempB) { min = tempA; } in getValues()
40 else { min = tempB; } in getValues()
H A Dsharedjsd.cpp27 double tempB = shared[1]->get(i) / totalB; in getValues() local
30 if (util.isEqual(tempB, 0)) { tempB = 0.000001; } in getValues()
32 double denom = (tempA+tempB)/(double)2.0; in getValues()
35 if (!util.isEqual(tempB, 0)) { KLD2 += tempB * log(tempB/denom); } //KLD(y,m) in getValues()
H A Dsharedrjsd.cpp27 double tempB = shared[1]->get(i) / totalB; in getValues() local
33 if (util.isEqual(tempB, 0)) { tempB = 0.000001; } in getValues()
35 double denom = (tempA+tempB)/(double)2.0; in getValues()
38 if (!util.isEqual(tempB, 0)) { KLD2 += tempB * log(tempB/denom); } //KLD(y,m) in getValues()
H A Duvest.cpp19 …Atotal, Btotal, f1A, f2A, f1B, f2B, sumSharedA, sumSharedB, sumSharedA1, sumSharedB1, tempA, tempB; in getUVest() local
35 tempB = shared[1]->get(i); in getUVest()
38 Btotal += tempB; in getUVest()
40 if ((tempA != 0) && (tempB != 0)) {//they are shared in getUVest()
42 sumSharedB += tempB; in getUVest()
45 if (tempA == 1) { f1A++; sumSharedB1 += tempB;} in getUVest()
49 if (tempB == 1) { f1B++; sumSharedA1 += tempA;} in getUVest()
50 else if (tempB == 2) { f2B++; } in getUVest()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20040304-1.c20 uint64_t tempB = 0; /* actually a bunch of code to set B */ in foo() local
33 tempB = (((*srca_mask == LOW_BYTE_MASK) || in foo()
35 ((int8_t)tempB) : in foo()
37 ((int16_t)tempB) : in foo()
39 ((int32_t)tempB) : in foo()
40 tempB))); in foo()
42 if ((int) tempA > (int) tempB) { in foo()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20040304-1.c20 uint64_t tempB = 0; /* actually a bunch of code to set B */ in foo() local
33 tempB = (((*srca_mask == LOW_BYTE_MASK) || in foo()
35 ((int8_t)tempB) : in foo()
37 ((int16_t)tempB) : in foo()
39 ((int32_t)tempB) : in foo()
40 tempB))); in foo()
42 if ((int) tempA > (int) tempB) { in foo()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.c-torture/compile/
H A D20040304-2.c20 uint64_t tempB = 0; /* actually a bunch of code to set B */ in foo() local
33 tempB = (((*srca_mask == LOW_BYTE_MASK) || in foo()
35 ((int8_t)tempB) : in foo()
37 ((int16_t)tempB) : in foo()
39 ((int32_t)tempB) : in foo()
40 tempB))); in foo()
42 if ((int) tempA > (int) tempB) { in foo()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/FileFormats/
H A DBlowfish.cs73 uint tempA = a, tempB = b; in Encrypt()
80 Round(ref tempA, tempB, i); in Encrypt()
82 Round(ref tempB, tempA, i); in Encrypt()
85 tempB ^= lookupMfromP[17]; in Encrypt()
87 a = tempB; in Encrypt()
93 uint tempA = a, tempB = b; in Decrypt()
100 Round(ref tempA, tempB, i); in Decrypt()
102 Round(ref tempB, tempA, i); in Decrypt()
105 tempB ^= lookupMfromP[0]; in Decrypt()
107 a = tempB; in Decrypt()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_transf_abs_add_multi4d.cpp31 CVector4 tempB = CVector4(0.0, 0.0, 0.0, 0.0); in FormulaCode() local
37 tempB.x = fabs(z.x - fractal->transformCommon.offset0000.x); in FormulaCode()
39 z.x = tempA.x - tempB.x - (z.x * fractal->transformCommon.scale1111.x); in FormulaCode()
45 tempB.y = fabs(z.y - fractal->transformCommon.offset0000.y); in FormulaCode()
47 z.y = tempA.y - tempB.y - (z.y * fractal->transformCommon.scale1111.y); in FormulaCode()
53 tempB.z = fabs(z.z - fractal->transformCommon.offset0000.z); in FormulaCode()
55 z.z = tempA.z - tempB.z - (z.z * fractal->transformCommon.scale1111.z); in FormulaCode()
61 tempB.w = fabs(z.w - fractal->transformCommon.offset0000.w); in FormulaCode()
63 z.w = tempA.w - tempB.w - (z.w * fractal->transformCommon.scale1111.w); in FormulaCode()
H A Dfractal_transf_abs_add_multi.cpp32 CVector4 tempB = CVector4(0.0, 0.0, 0.0, 0.0); in FormulaCode() local
38 tempB.x = fabs(z.x - fractal->transformCommon.offset000.x); in FormulaCode()
40 z.x = tempA.x - tempB.x - (z.x * fractal->transformCommon.scale3D111.x); in FormulaCode()
46 tempB.y = fabs(z.y - fractal->transformCommon.offset000.y); in FormulaCode()
48 z.y = tempA.y - tempB.y - (z.y * fractal->transformCommon.scale3D111.y); in FormulaCode()
54 tempB.z = fabs(z.z - fractal->transformCommon.offset000.z); in FormulaCode()
56 z.z = tempA.z - tempB.z - (z.z * fractal->transformCommon.scale3D111.z); in FormulaCode()
/dports/devel/hs-darcs/darcs-2.16.4/tests/
H A Dmergeresolved.sh4 rm -rf fooOld tempA tempB
5 mkdir fooOld tempA tempB
25 cd tempB
38 cmp tempB/foo tempA/foo
45 cd tempB
50 darcs pull ../tempB
54 cmp tempB/foo tempA/foo
H A Drmconflict.sh4 rm -rf tempA tempB
5 mkdir tempA tempB
11 cd ../tempB
20 cd ../tempB
23 rm -rf tempA tempB
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-mips/
H A Ddsp_helper.c520 uint64_t tempB, tempA; in mipsdsp_rashift_acc() local
527 p[1] = tempB; in mipsdsp_rashift_acc()
541 int64_t tempB, tempA; in mipsdsp_rndrashift_acc() local
554 if (tempB >= 0) { in mipsdsp_rndrashift_acc()
1628 tempB = tempB << 7; \
1654 tempB = tempB << 7; \
2578 if (tempB[0] >= 0) { in helper_mulsaq_s_l_pw()
2579 tempB[1] = 0x00; in helper_mulsaq_s_l_pw()
2595 tempB[1] -= 1; in helper_mulsaq_s_l_pw()
3559 tempB = tempB >> shift_t; in helper_dshilo()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/mips/
H A Ddsp_helper.c523 uint64_t tempB, tempA; in mipsdsp_rashift_acc() local
530 p[1] = tempB; in mipsdsp_rashift_acc()
544 int64_t tempB, tempA; in mipsdsp_rndrashift_acc() local
557 if (tempB >= 0) { in mipsdsp_rndrashift_acc()
1635 tempB = tempB << 7; \
1661 tempB = tempB << 7; \
2586 if (tempB[0] >= 0) { in helper_mulsaq_s_l_pw()
2587 tempB[1] = 0x00; in helper_mulsaq_s_l_pw()
2603 tempB[1] -= 1; in helper_mulsaq_s_l_pw()
3569 tempB = tempB >> shift_t; in helper_dshilo()
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-mips/
H A Ddsp_helper.c520 uint64_t tempB, tempA; in mipsdsp_rashift_acc() local
527 p[1] = tempB; in mipsdsp_rashift_acc()
541 int64_t tempB, tempA; in mipsdsp_rndrashift_acc() local
554 if (tempB >= 0) { in mipsdsp_rndrashift_acc()
1628 tempB = tempB << 7; \
1654 tempB = tempB << 7; \
2578 if (tempB[0] >= 0) { in helper_mulsaq_s_l_pw()
2579 tempB[1] = 0x00; in helper_mulsaq_s_l_pw()
2595 tempB[1] -= 1; in helper_mulsaq_s_l_pw()
3559 tempB = tempB >> shift_t; in helper_dshilo()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/mips/
H A Ddsp_helper.c523 uint64_t tempB, tempA; in mipsdsp_rashift_acc() local
530 p[1] = tempB; in mipsdsp_rashift_acc()
544 int64_t tempB, tempA; in mipsdsp_rndrashift_acc() local
557 if (tempB >= 0) { in mipsdsp_rndrashift_acc()
1635 tempB = tempB << 7; \
1661 tempB = tempB << 7; \
2586 if (tempB[0] >= 0) { in helper_mulsaq_s_l_pw()
2587 tempB[1] = 0x00; in helper_mulsaq_s_l_pw()
2603 tempB[1] -= 1; in helper_mulsaq_s_l_pw()
3569 tempB = tempB >> shift_t; in helper_dshilo()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/mips/
H A Ddsp_helper.c523 uint64_t tempB, tempA; in mipsdsp_rashift_acc() local
530 p[1] = tempB; in mipsdsp_rashift_acc()
544 int64_t tempB, tempA; in mipsdsp_rndrashift_acc() local
557 if (tempB >= 0) { in mipsdsp_rndrashift_acc()
1635 tempB = tempB << 7; \
1661 tempB = tempB << 7; \
2586 if (tempB[0] >= 0) { in helper_mulsaq_s_l_pw()
2587 tempB[1] = 0x00; in helper_mulsaq_s_l_pw()
2603 tempB[1] -= 1; in helper_mulsaq_s_l_pw()
3569 tempB = tempB >> shift_t; in helper_dshilo()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/mips/
H A Ddsp_helper.c521 uint64_t tempB, tempA; in mipsdsp_rashift_acc() local
528 p[1] = tempB; in mipsdsp_rashift_acc()
542 int64_t tempB, tempA; in mipsdsp_rndrashift_acc() local
555 if (tempB >= 0) { in mipsdsp_rndrashift_acc()
1629 tempB = tempB << 7; \
1655 tempB = tempB << 7; \
2579 if (tempB[0] >= 0) { in helper_mulsaq_s_l_pw()
2580 tempB[1] = 0x00; in helper_mulsaq_s_l_pw()
2596 tempB[1] -= 1; in helper_mulsaq_s_l_pw()
3551 tempB = tempB >> shift_t; in helper_dshilo()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/mips/
H A Ddsp_helper.c523 uint64_t tempB, tempA; in mipsdsp_rashift_acc() local
530 p[1] = tempB; in mipsdsp_rashift_acc()
544 int64_t tempB, tempA; in mipsdsp_rndrashift_acc() local
557 if (tempB >= 0) { in mipsdsp_rndrashift_acc()
1635 tempB = tempB << 7; \
1661 tempB = tempB << 7; \
2586 if (tempB[0] >= 0) { in helper_mulsaq_s_l_pw()
2587 tempB[1] = 0x00; in helper_mulsaq_s_l_pw()
2603 tempB[1] -= 1; in helper_mulsaq_s_l_pw()
3569 tempB = tempB >> shift_t; in helper_dshilo()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/mips/
H A Ddsp_helper.c523 uint64_t tempB, tempA; in mipsdsp_rashift_acc() local
530 p[1] = tempB; in mipsdsp_rashift_acc()
544 int64_t tempB, tempA; in mipsdsp_rndrashift_acc() local
557 if (tempB >= 0) { in mipsdsp_rndrashift_acc()
1635 tempB = tempB << 7; \
1661 tempB = tempB << 7; \
2586 if (tempB[0] >= 0) { in helper_mulsaq_s_l_pw()
2587 tempB[1] = 0x00; in helper_mulsaq_s_l_pw()
2603 tempB[1] -= 1; in helper_mulsaq_s_l_pw()
3569 tempB = tempB >> shift_t; in helper_dshilo()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/tcg/
H A Ddsp_helper.c523 uint64_t tempB, tempA; in mipsdsp_rashift_acc() local
530 p[1] = tempB; in mipsdsp_rashift_acc()
544 int64_t tempB, tempA; in mipsdsp_rndrashift_acc() local
557 if (tempB >= 0) { in mipsdsp_rndrashift_acc()
1635 tempB = tempB << 7; \
1661 tempB = tempB << 7; \
2586 if (tempB[0] >= 0) { in helper_mulsaq_s_l_pw()
2587 tempB[1] = 0x00; in helper_mulsaq_s_l_pw()
2603 tempB[1] -= 1; in helper_mulsaq_s_l_pw()
3569 tempB = tempB >> shift_t; in helper_dshilo()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/mips/tcg/
H A Ddsp_helper.c523 uint64_t tempB, tempA; in mipsdsp_rashift_acc() local
530 p[1] = tempB; in mipsdsp_rashift_acc()
544 int64_t tempB, tempA; in mipsdsp_rndrashift_acc() local
557 if (tempB >= 0) { in mipsdsp_rndrashift_acc()
1635 tempB = tempB << 7; \
1661 tempB = tempB << 7; \
2586 if (tempB[0] >= 0) { in helper_mulsaq_s_l_pw()
2587 tempB[1] = 0x00; in helper_mulsaq_s_l_pw()
2603 tempB[1] -= 1; in helper_mulsaq_s_l_pw()
3569 tempB = tempB >> shift_t; in helper_dshilo()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/mips/
H A Ddsp_helper.c523 uint64_t tempB, tempA; in mipsdsp_rashift_acc() local
530 p[1] = tempB; in mipsdsp_rashift_acc()
544 int64_t tempB, tempA; in mipsdsp_rndrashift_acc() local
557 if (tempB >= 0) { in mipsdsp_rndrashift_acc()
1635 tempB = tempB << 7; \
1661 tempB = tempB << 7; \
2586 if (tempB[0] >= 0) { in helper_mulsaq_s_l_pw()
2587 tempB[1] = 0x00; in helper_mulsaq_s_l_pw()
2603 tempB[1] -= 1; in helper_mulsaq_s_l_pw()
3569 tempB = tempB >> shift_t; in helper_dshilo()
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/opencl/
H A Dtransf_abs_add_multi4d.cl19 REAL4 tempB = (REAL4){0.0f, 0.0f, 0.0f, 0.0f};
25 tempB.x = fabs(z.x - fractal->transformCommon.offset0000.x);
27 z.x = tempA.x - tempB.x - (z.x * fractal->transformCommon.scale1111.x);
33 tempB.y = fabs(z.y - fractal->transformCommon.offset0000.y);
35 z.y = tempA.y - tempB.y - (z.y * fractal->transformCommon.scale1111.y);
41 tempB.z = fabs(z.z - fractal->transformCommon.offset0000.z);
43 z.z = tempA.z - tempB.z - (z.z * fractal->transformCommon.scale1111.z);
49 tempB.w = fabs(z.w - fractal->transformCommon.offset0000.w);
51 z.w = tempA.w - tempB.w - (z.w * fractal->transformCommon.scale1111.w);

123456789