Home
last modified time | relevance | path

Searched refs:fp3 (Results 1 – 25 of 1182) sorted by relevance

12345678910>>...48

/dports/graphics/krita/krita-4.4.8/libs/image/tests/
H A Dkis_fixed_point_maths_test.cpp30 KisFixedPoint fp3(qreal(2.5)); in testOperators() local
34 QVERIFY(fp2 < fp3); in testOperators()
37 QVERIFY(fp3 > fp2); in testOperators()
55 KisFixedPoint fp3(-3); in testOperatorsNegative() local
71 KisFixedPoint fp3(qreal(2.34)); in testConversions() local
85 QCOMPARE(fp3.toInt(), 2); in testConversions()
86 QCOMPARE(fp3.toIntRound(), 2); in testConversions()
87 QCOMPARE(fp3.toIntFloor(), 2); in testConversions()
88 QCOMPARE(fp3.toIntCeil(), 3); in testConversions()
108 QCOMPARE(fp3.toInt(), -2); in testConversionsNegative()
[all …]
/dports/devel/blitz/blitz-1.0.2/examples/
H A Dqcd.cpp100 fm fp3,fp2,fp25
112 fms fp3,fp7,fp24,fp3
118 fa fp3,fp9,fp3
122 fa fp3,fp9,fp3
124 stfd fp3,12(r8)
143 fa fp1,fp3,fp1
148 fa fp1,fp2,fp3
161 fms fp3,fp26,fp8,fp3
167 fa fp1,fp3,fp1
171 fa fp0,fp0,fp3
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/FilePermission/
H A DFilePermissionCollectionMerge.java58 FilePermission fp3 = (FilePermission) in test() local
65 Asserts.assertNE(fp1, fp3); in test()
68 Asserts.assertNE(fp2, fp3); in test()
82 testMerge(fp3); in test()
84 testMerge(fp1, fp3); in test()
86 testMerge(fp2, fp3); in test()
87 testMerge(fp3, fp1); in test()
88 testMerge(fp3, fp2); in test()
89 testMerge(fp1, fp2, fp3); in test()
90 testMerge(fp2, fp3, fp1); in test()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/io/FilePermission/
H A DFilePermissionCollectionMerge.java58 FilePermission fp3 = (FilePermission) in test() local
65 Asserts.assertNE(fp1, fp3); in test()
68 Asserts.assertNE(fp2, fp3); in test()
82 testMerge(fp3); in test()
84 testMerge(fp1, fp3); in test()
86 testMerge(fp2, fp3); in test()
87 testMerge(fp3, fp1); in test()
88 testMerge(fp3, fp2); in test()
89 testMerge(fp1, fp2, fp3); in test()
90 testMerge(fp2, fp3, fp1); in test()
[all …]
/dports/devel/avr-libc/avr-libc-2.0.0/libc/stdlib/
H A Drealloc.c46 struct __freelist *fp1, *fp2, *fp3, *ofp3; in realloc() local
91 for (s = 0, ofp3 = 0, fp3 = __flp; in realloc()
92 fp3; in realloc()
93 ofp3 = fp3, fp3 = fp3->nx) { in realloc()
94 if (fp3 == fp2 && fp3->sz + sizeof(size_t) >= incr) { in realloc()
100 fp2->nx = fp3->nx; in realloc()
101 fp2->sz = fp3->sz - incr; in realloc()
105 fp1->sz += fp3->sz + sizeof(size_t); in realloc()
106 fp2 = fp3->nx; in realloc()
118 if (fp3->sz > s) in realloc()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/FilePermission/
H A DFilePermissionCollectionMerge.java58 FilePermission fp3 = (FilePermission) in test() local
65 Asserts.assertNE(fp1, fp3); in test()
68 Asserts.assertNE(fp2, fp3); in test()
82 testMerge(fp3); in test()
84 testMerge(fp1, fp3); in test()
86 testMerge(fp2, fp3); in test()
87 testMerge(fp3, fp1); in test()
88 testMerge(fp3, fp2); in test()
89 testMerge(fp1, fp2, fp3); in test()
90 testMerge(fp2, fp3, fp1); in test()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/io/FilePermission/
H A DFilePermissionCollectionMerge.java58 FilePermission fp3 = (FilePermission) in test() local
65 Asserts.assertNE(fp1, fp3); in test()
68 Asserts.assertNE(fp2, fp3); in test()
82 testMerge(fp3); in test()
84 testMerge(fp1, fp3); in test()
86 testMerge(fp2, fp3); in test()
87 testMerge(fp3, fp1); in test()
88 testMerge(fp3, fp2); in test()
89 testMerge(fp1, fp2, fp3); in test()
90 testMerge(fp2, fp3, fp1); in test()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/io/FilePermission/
H A DFilePermissionCollectionMerge.java58 FilePermission fp3 = (FilePermission) in test() local
65 Asserts.assertNE(fp1, fp3); in test()
68 Asserts.assertNE(fp2, fp3); in test()
82 testMerge(fp3); in test()
84 testMerge(fp1, fp3); in test()
86 testMerge(fp2, fp3); in test()
87 testMerge(fp3, fp1); in test()
88 testMerge(fp3, fp2); in test()
89 testMerge(fp1, fp2, fp3); in test()
90 testMerge(fp2, fp3, fp1); in test()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/io/FilePermission/
H A DFilePermissionCollectionMerge.java58 FilePermission fp3 = (FilePermission) in test() local
65 Asserts.assertNE(fp1, fp3); in test()
68 Asserts.assertNE(fp2, fp3); in test()
82 testMerge(fp3); in test()
84 testMerge(fp1, fp3); in test()
86 testMerge(fp2, fp3); in test()
87 testMerge(fp3, fp1); in test()
88 testMerge(fp3, fp2); in test()
89 testMerge(fp1, fp2, fp3); in test()
90 testMerge(fp2, fp3, fp1); in test()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/io/FilePermission/
H A DFilePermissionCollectionMerge.java58 FilePermission fp3 = (FilePermission) in test() local
65 Asserts.assertNE(fp1, fp3); in test()
68 Asserts.assertNE(fp2, fp3); in test()
82 testMerge(fp3); in test()
84 testMerge(fp1, fp3); in test()
86 testMerge(fp2, fp3); in test()
87 testMerge(fp3, fp1); in test()
88 testMerge(fp3, fp2); in test()
89 testMerge(fp1, fp2, fp3); in test()
90 testMerge(fp2, fp3, fp1); in test()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/io/FilePermission/
H A DFilePermissionCollectionMerge.java58 FilePermission fp3 = (FilePermission) in test() local
65 Asserts.assertNE(fp1, fp3); in test()
68 Asserts.assertNE(fp2, fp3); in test()
82 testMerge(fp3); in test()
84 testMerge(fp1, fp3); in test()
86 testMerge(fp2, fp3); in test()
87 testMerge(fp3, fp1); in test()
88 testMerge(fp3, fp2); in test()
89 testMerge(fp1, fp2, fp3); in test()
90 testMerge(fp2, fp3, fp1); in test()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/dsp/
H A Drsqrt.h68 float fp1, fp2, fp3; in fast_rsqrt_accurate() local
73 fp3 = fp2 * fp2; in fast_rsqrt_accurate()
77 fp3 = _1p5 - fp1 * fp3; in fast_rsqrt_accurate()
78 fp2 = fp2 * fp3; in fast_rsqrt_accurate()
79 fp3 = fp2 * fp2; in fast_rsqrt_accurate()
80 fp3 = _1p5 - fp1 * fp3; in fast_rsqrt_accurate()
81 fp2 = fp2 * fp3; in fast_rsqrt_accurate()
82 fp3 = fp2 * fp2; in fast_rsqrt_accurate()
83 fp3 = _1p5 - fp1 * fp3; in fast_rsqrt_accurate()
84 return fp2 * fp3; in fast_rsqrt_accurate()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/dsp/
H A Drsqrt.h68 float fp1, fp2, fp3; in fast_rsqrt_accurate() local
73 fp3 = fp2 * fp2; in fast_rsqrt_accurate()
77 fp3 = _1p5 - fp1 * fp3; in fast_rsqrt_accurate()
78 fp2 = fp2 * fp3; in fast_rsqrt_accurate()
79 fp3 = fp2 * fp2; in fast_rsqrt_accurate()
80 fp3 = _1p5 - fp1 * fp3; in fast_rsqrt_accurate()
81 fp2 = fp2 * fp3; in fast_rsqrt_accurate()
82 fp3 = fp2 * fp2; in fast_rsqrt_accurate()
83 fp3 = _1p5 - fp1 * fp3; in fast_rsqrt_accurate()
84 return fp2 * fp3; in fast_rsqrt_accurate()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/stmlib/dsp/
H A Drsqrt.h68 float fp1, fp2, fp3; in fast_rsqrt_accurate() local
73 fp3 = fp2 * fp2; in fast_rsqrt_accurate()
77 fp3 = _1p5 - fp1 * fp3; in fast_rsqrt_accurate()
78 fp2 = fp2 * fp3; in fast_rsqrt_accurate()
79 fp3 = fp2 * fp2; in fast_rsqrt_accurate()
80 fp3 = _1p5 - fp1 * fp3; in fast_rsqrt_accurate()
81 fp2 = fp2 * fp3; in fast_rsqrt_accurate()
82 fp3 = fp2 * fp2; in fast_rsqrt_accurate()
83 fp3 = _1p5 - fp1 * fp3; in fast_rsqrt_accurate()
84 return fp2 * fp3; in fast_rsqrt_accurate()
/dports/emulators/hatari/hatari-2.2.1/src/cpu/softfloat/
H A Dsoftfloat_fpsp.c232 fp3 = floatx80_mul(fp3, fp1, status); // Z*C5 in floatx80_atan()
270 fp3 = floatx80_mul(fp3, fp1, status); // Z*B5 in floatx80_atan()
477 fp3 = floatx80_sub(fp3, fp0, status); // A-R in floatx80_cos()
527 fp3 = floatx80_mul(fp3, fp1, status); // TB7 in floatx80_cos()
565 fp3 = floatx80_mul(fp3, fp1, status); // T*A7 in floatx80_cos()
1193 fp3 = floatx80_mul(fp3, fp1, status); // W*B5 in floatx80_logn()
1350 fp3 = floatx80_mul(fp3, fp1, status); // W*B5 in floatx80_lognp1()
1457 fp3 = floatx80_sub(fp3, fp0, status); // A-R in floatx80_sin()
1507 fp3 = floatx80_mul(fp3, fp1, status); // TB7 in floatx80_sin()
1731 fp3 = floatx80_sub(fp3, fp0, status); // A-R in floatx80_tan()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/m68k/
H A Dsoftfloat.c469 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_lognp1()
471 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_lognp1()
638 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_logn()
640 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_logn()
1095 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_twotox()
1099 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_twotox()
1250 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_tentox()
1254 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tentox()
1415 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
1459 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/m68k/
H A Dsoftfloat.c386 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_lognp1()
388 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_lognp1()
555 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_logn()
557 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_logn()
1012 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_twotox()
1016 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_twotox()
1167 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_tentox()
1171 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tentox()
1332 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
1376 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/m68k/
H A Dsoftfloat.c469 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_lognp1()
471 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_lognp1()
638 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_logn()
640 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_logn()
1095 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_twotox()
1099 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_twotox()
1250 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_tentox()
1254 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tentox()
1415 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
1459 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/m68k/
H A Dsoftfloat.c468 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_lognp1()
470 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_lognp1()
637 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_logn()
639 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_logn()
1091 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_twotox()
1095 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_twotox()
1244 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_tentox()
1248 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tentox()
1409 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
1453 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/m68k/
H A Dsoftfloat.c469 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_lognp1()
471 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_lognp1()
638 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_logn()
640 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_logn()
1095 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_twotox()
1099 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_twotox()
1250 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_tentox()
1254 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tentox()
1415 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
1459 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/m68k/
H A Dsoftfloat.c469 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_lognp1()
471 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_lognp1()
638 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_logn()
640 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_logn()
1095 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_twotox()
1099 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_twotox()
1250 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_tentox()
1254 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tentox()
1415 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
1459 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/m68k/
H A Dsoftfloat.c387 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_lognp1()
389 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_lognp1()
557 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_logn()
559 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_logn()
1018 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_twotox()
1022 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_twotox()
1174 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_tentox()
1178 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tentox()
1340 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
1384 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/m68k/
H A Dsoftfloat.c387 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_lognp1()
389 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_lognp1()
557 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_logn()
559 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_logn()
1018 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_twotox()
1022 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_twotox()
1174 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_tentox()
1178 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tentox()
1340 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
1384 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/m68k/
H A Dsoftfloat.c386 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_lognp1()
388 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_lognp1()
555 fp3 = floatx80_mul(fp3, fp1, status); /* W*B5 */ in floatx80_logn()
557 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_logn()
1012 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_twotox()
1016 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_twotox()
1167 fp3 = floatx80_mul(fp3, fp1, status); /* S*A4 */ in floatx80_tentox()
1171 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tentox()
1332 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
1376 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_tan()
[all …]
/dports/science/cdf/cdf33_0-dist/src/lib/
H A Dcdfed.c2217 fp3e = (fp3->e1 << 1) | fp3->e0;
2236 Fp1.m0 = (fp3->m1 << 5) | (fp3->m0 >> 3);
2237 Fp1.m1 = (fp3->m2 << 5) | (fp3->m1 >> 3);
2238 Fp1.m2 = (fp3->m3 << 5) | (fp3->m2 >> 3);
2239 Fp1.m3 = (fp3->m4 << 5) | (fp3->m3 >> 3);
2287 fp3e = (fp3->e1 << 1) | fp3->e0;
2350 fp3e = (fp3->e1 << 1) | fp3->e0;
2905 if (fp3->e1 == 0x0 && fp3->e0 == 0x0 && fp3->s == 0x1) {
2955 if (fp3->e1 == 0x7F && fp3->e0 == 0x1 && fp3->m6 == 0x7F &&
2956 fp3->m5 == 0xFF && fp3->m4 == 0xFF && fp3->m3 == 0xFF &&
[all …]

12345678910>>...48