Home
last modified time | relevance | path

Searched refs:_t3 (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/
H A Dtriple-double.h222 double _t1, _t2, _t3, _t4, _t5, _t6, _t7, _t8; \
225 Add12Cond(_t2,_t3,(am),(bm)); \
228 _t5 = _t3 + _t4; \
262 double _t1, _t2, _t3, _t4, _t5, _t6, _t7, _t8; \
265 Add12Cond(_t2,_t3,(am),(bm)); \
649 double _t2, _t3, _t4, _t5, _t7, _t8, _t9, _t10; \
652 Mul12(&_t3,&_t4,(a),(bm)); \
654 Add12Cond(_t9,_t7,_t2,_t3); \
684 double _t1, _t2, _t3, _t4, _t5, _t6; \
687 Mul12(&_t2,&_t3,(a),(bl)); \
[all …]
H A Dcrlibm_private.h693 double _t1, _t2, _t3, _t4; \
696 _t3 = (a) * (bl); \
697 _t4 = _t2 + _t3; \
704 double _t1, _t2, _t3, _t4, _t5, _t6, _t7, _t8; \
707 Add12(_t3,_t4,(ch),_t1); \
712 Add12((*(resh)),(*(resl)),_t3,_t8); \
720 double _t1, _t2, _t3, _t4, _t5, _t6, _t7, _t8; \
724 Add12(_t3,_t4,(ch),_t1); \
731 Add12((*(resh)),(*(resl)),_t3,_t10); \
736 double _t1, _t2, _t3; \
[all …]
/dports/math/crlibm/crlibm-1.0beta4/
H A Dtriple-double.h222 double _t1, _t2, _t3, _t4, _t5, _t6, _t7, _t8; \
225 Add12Cond(_t2,_t3,(am),(bm)); \
228 _t5 = _t3 + _t4; \
262 double _t1, _t2, _t3, _t4, _t5, _t6, _t7, _t8; \
265 Add12Cond(_t2,_t3,(am),(bm)); \
649 double _t2, _t3, _t4, _t5, _t7, _t8, _t9, _t10; \
652 Mul12(&_t3,&_t4,(a),(bm)); \
654 Add12Cond(_t9,_t7,_t2,_t3); \
684 double _t1, _t2, _t3, _t4, _t5, _t6; \
687 Mul12(&_t2,&_t3,(a),(bl)); \
[all …]
H A Dcrlibm_private.h693 double _t1, _t2, _t3, _t4; \
696 _t3 = (a) * (bl); \
697 _t4 = _t2 + _t3; \
704 double _t1, _t2, _t3, _t4, _t5, _t6, _t7, _t8; \
707 Add12(_t3,_t4,(ch),_t1); \
712 Add12((*(resh)),(*(resl)),_t3,_t8); \
720 double _t1, _t2, _t3, _t4, _t5, _t6, _t7, _t8; \
724 Add12(_t3,_t4,(ch),_t1); \
731 Add12((*(resh)),(*(resl)),_t3,_t10); \
736 double _t1, _t2, _t3; \
[all …]
/dports/math/octave-forge-interval/interval-3.2.0/src/crlibm/
H A Dtriple-double.h241 double _t1, _t2, _t3, _t4, _t5, _t6, _t7, _t8; \
244 Add12Cond(_t2,_t3,(am),(bm)); \
247 _t5 = _t3 + _t4; \
281 double _t1, _t2, _t3, _t4, _t5, _t6, _t7, _t8; \
284 Add12Cond(_t2,_t3,(am),(bm)); \
668 double _t2, _t3, _t4, _t5, _t7, _t8, _t9, _t10; \
671 Mul12(&_t3,&_t4,(a),(bm)); \
673 Add12Cond(_t9,_t7,_t2,_t3); \
703 double _t1, _t2, _t3, _t4, _t5, _t6; \
706 Mul12(&_t2,&_t3,(a),(bl)); \
[all …]
H A Dcrlibm_private.h713 double _t1, _t2, _t3, _t4; \
716 _t3 = (a) * (bl); \
717 _t4 = _t2 + _t3; \
724 double _t1, _t2, _t3, _t4, _t5, _t6, _t7, _t8; \
727 Add12(_t3,_t4,(ch),_t1); \
732 Add12((*(resh)),(*(resl)),_t3,_t8); \
740 double _t1, _t2, _t3, _t4, _t5, _t6, _t7, _t8; \
744 Add12(_t3,_t4,(ch),_t1); \
751 Add12((*(resh)),(*(resl)),_t3,_t10); \
756 double _t1, _t2, _t3; \
[all …]
/dports/science/minc2/minc-release-2.2.00/testdir/
H A Dxfmconcat_02.sh15 ./create_grid_xfm _grid.mnc _t3.xfm
16 ../xfminvert -clobber _t3.xfm _t4.xfm
23 ./test_xfm 10000 _t3.xfm
29 ../xfmconcat -clobber _t1.xfm _t3.xfm _t5.xfm
/dports/devel/ice37/ice-3.7.2/ruby/src/IceRuby/
H A DUtil.h257 RF_3(Fun f, T1 t1, T2 t2, T3 t3) : _f(f), _t1(t1), _t2(t2), _t3(t3) {} in RF_3()
258 inline VALUE operator()() { return _f(_t1, _t2, _t3); } in operator()
269 T3 _t3; variable
285 RF_4(Fun f, T1 t1, T2 t2, T3 t3, T4 t4) : _f(f), _t1(t1), _t2(t2), _t3(t3), _t4(t4) {} in RF_4()
286 inline VALUE operator()() { return _f(_t1, _t2, _t3, _t4); } in operator()
297 T3 _t3; variable
417 RFV_3(Fun f, T1 t1, T2 t2, T3 t3) : _f(f), _t1(t1), _t2(t2), _t3(t3) {} in RFV_3()
418 inline void operator()() { _f(_t1, _t2, _t3); } in operator()
430 T3 _t3; variable
447 inline void operator()() { _f(_t1, _t2, _t3, _t4); } in operator()
[all …]
/dports/devel/php-ice37/ice-3.7.2/ruby/src/IceRuby/
H A DUtil.h257 RF_3(Fun f, T1 t1, T2 t2, T3 t3) : _f(f), _t1(t1), _t2(t2), _t3(t3) {} in RF_3()
258 inline VALUE operator()() { return _f(_t1, _t2, _t3); } in operator()
269 T3 _t3; variable
285 RF_4(Fun f, T1 t1, T2 t2, T3 t3, T4 t4) : _f(f), _t1(t1), _t2(t2), _t3(t3), _t4(t4) {} in RF_4()
286 inline VALUE operator()() { return _f(_t1, _t2, _t3, _t4); } in operator()
297 T3 _t3; variable
417 RFV_3(Fun f, T1 t1, T2 t2, T3 t3) : _f(f), _t1(t1), _t2(t2), _t3(t3) {} in RFV_3()
418 inline void operator()() { _f(_t1, _t2, _t3); } in operator()
430 T3 _t3; variable
447 inline void operator()() { _f(_t1, _t2, _t3, _t4); } in operator()
[all …]
/dports/devel/py-ice37/ice-3.7.2/ruby/src/IceRuby/
H A DUtil.h257 RF_3(Fun f, T1 t1, T2 t2, T3 t3) : _f(f), _t1(t1), _t2(t2), _t3(t3) {} in RF_3()
258 inline VALUE operator()() { return _f(_t1, _t2, _t3); } in operator()
269 T3 _t3; variable
285 RF_4(Fun f, T1 t1, T2 t2, T3 t3, T4 t4) : _f(f), _t1(t1), _t2(t2), _t3(t3), _t4(t4) {} in RF_4()
286 inline VALUE operator()() { return _f(_t1, _t2, _t3, _t4); } in operator()
297 T3 _t3; variable
417 RFV_3(Fun f, T1 t1, T2 t2, T3 t3) : _f(f), _t1(t1), _t2(t2), _t3(t3) {} in RFV_3()
418 inline void operator()() { _f(_t1, _t2, _t3); } in operator()
430 T3 _t3; variable
447 inline void operator()() { _f(_t1, _t2, _t3, _t4); } in operator()
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexSection/
H A DIndex.rst35 phash\_t3
41 phash\_t3
47 phash\_t3 are the same.
50 found as a LINK on a TYPO3 page, then this phash\_t3 points to the
54 well AND their phash\_t3 will become the phash of the TYPO3 page they
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexSection/
H A DIndex.rst35 phash\_t3
41 phash\_t3
47 phash\_t3 are the same.
50 found as a LINK on a TYPO3 page, then this phash\_t3 points to the
54 well AND their phash\_t3 will become the phash of the TYPO3 page they
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexSection/
H A DIndex.rst35 phash\_t3
41 phash\_t3
47 phash\_t3 are the same.
50 found as a LINK on a TYPO3 page, then this phash\_t3 points to the
54 well AND their phash\_t3 will become the phash of the TYPO3 page they
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/camellia/
H A Dcamellia.c248 register u32 _t0,_t1,_t2,_t3;\
251 _t3 = SBOX4_4404[_t0&0xff];\
253 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
255 _t3 ^= SBOX2_0222[(_t0 >> 16)&0xff];\
257 _t3 ^= SBOX1_1110[(_t0 >> 24)];\
258 _t2 ^= _t3;\
259 _t3 = RightRotate(_t3,8);\
261 _s3 ^= _t3;\
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/camellia/
H A Dcamellia.c248 register u32 _t0,_t1,_t2,_t3;\
251 _t3 = SBOX4_4404[_t0&0xff];\
253 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
255 _t3 ^= SBOX2_0222[(_t0 >> 16)&0xff];\
257 _t3 ^= SBOX1_1110[(_t0 >> 24)];\
258 _t2 ^= _t3;\
259 _t3 = RightRotate(_t3,8);\
261 _s3 ^= _t3;\
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/camellia/
H A Dcamellia.c254 register u32 _t0,_t1,_t2,_t3;\
257 _t3 = SBOX4_4404[_t0&0xff];\
259 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
261 _t3 ^= SBOX2_0222[(_t0 >> 16)&0xff];\
263 _t3 ^= SBOX1_1110[(_t0 >> 24)];\
264 _t2 ^= _t3;\
265 _t3 = RightRotate(_t3,8);\
267 _s3 ^= _t3;\
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/camellia/
H A Dcamellia.c248 register u32 _t0,_t1,_t2,_t3;\
251 _t3 = SBOX4_4404[_t0&0xff];\
253 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
255 _t3 ^= SBOX2_0222[(_t0 >> 16)&0xff];\
257 _t3 ^= SBOX1_1110[(_t0 >> 24)];\
258 _t2 ^= _t3;\
259 _t3 = RightRotate(_t3,8);\
261 _s3 ^= _t3;\
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/camellia/
H A Dcamellia.c248 register u32 _t0,_t1,_t2,_t3;\
251 _t3 = SBOX4_4404[_t0&0xff];\
253 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
255 _t3 ^= SBOX2_0222[(_t0 >> 16)&0xff];\
257 _t3 ^= SBOX1_1110[(_t0 >> 24)];\
258 _t2 ^= _t3;\
259 _t3 = RightRotate(_t3,8);\
261 _s3 ^= _t3;\
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/camellia/
H A Dcamellia.c248 register u32 _t0,_t1,_t2,_t3;\
251 _t3 = SBOX4_4404[_t0&0xff];\
253 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
255 _t3 ^= SBOX2_0222[(_t0 >> 16)&0xff];\
257 _t3 ^= SBOX1_1110[(_t0 >> 24)];\
258 _t2 ^= _t3;\
259 _t3 = RightRotate(_t3,8);\
261 _s3 ^= _t3;\
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/camellia/
H A Dcamellia.c248 register u32 _t0,_t1,_t2,_t3;\
251 _t3 = SBOX4_4404[_t0&0xff];\
253 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
255 _t3 ^= SBOX2_0222[(_t0 >> 16)&0xff];\
257 _t3 ^= SBOX1_1110[(_t0 >> 24)];\
258 _t2 ^= _t3;\
259 _t3 = RightRotate(_t3,8);\
261 _s3 ^= _t3;\
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/camellia/
H A Dcamellia.c248 register u32 _t0,_t1,_t2,_t3;\
251 _t3 = SBOX4_4404[_t0&0xff];\
253 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
255 _t3 ^= SBOX2_0222[(_t0 >> 16)&0xff];\
257 _t3 ^= SBOX1_1110[(_t0 >> 24)];\
258 _t2 ^= _t3;\
259 _t3 = RightRotate(_t3,8);\
261 _s3 ^= _t3;\
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/camellia/
H A Dcamellia.c248 register u32 _t0,_t1,_t2,_t3;\
251 _t3 = SBOX4_4404[_t0&0xff];\
253 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
255 _t3 ^= SBOX2_0222[(_t0 >> 16)&0xff];\
257 _t3 ^= SBOX1_1110[(_t0 >> 24)];\
258 _t2 ^= _t3;\
259 _t3 = RightRotate(_t3,8);\
261 _s3 ^= _t3;\
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/camellia/
H A Dcamellia.c248 register u32 _t0,_t1,_t2,_t3;\
251 _t3 = SBOX4_4404[_t0&0xff];\
253 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
255 _t3 ^= SBOX2_0222[(_t0 >> 16)&0xff];\
257 _t3 ^= SBOX1_1110[(_t0 >> 24)];\
258 _t2 ^= _t3;\
259 _t3 = RightRotate(_t3,8);\
261 _s3 ^= _t3;\
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/camellia/
H A Dcamellia.c248 register u32 _t0,_t1,_t2,_t3;\
251 _t3 = SBOX4_4404[_t0&0xff];\
253 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
255 _t3 ^= SBOX2_0222[(_t0 >> 16)&0xff];\
257 _t3 ^= SBOX1_1110[(_t0 >> 24)];\
258 _t2 ^= _t3;\
259 _t3 = RightRotate(_t3,8);\
261 _s3 ^= _t3;\
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/camellia/
H A Dcamellia.c248 register u32 _t0,_t1,_t2,_t3;\
251 _t3 = SBOX4_4404[_t0&0xff];\
253 _t3 ^= SBOX3_3033[(_t0 >> 8)&0xff];\
255 _t3 ^= SBOX2_0222[(_t0 >> 16)&0xff];\
257 _t3 ^= SBOX1_1110[(_t0 >> 24)];\
258 _t2 ^= _t3;\
259 _t3 = RightRotate(_t3,8);\
261 _s3 ^= _t3;\

1234567891011