Home
last modified time | relevance | path

Searched refs:BT2 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c287 UINT128 BH, d1018, BT2, BT1; in _bid_to_dpd128() local
313 __mul_64x64_to_128 (BT2, BL, d109); in _bid_to_dpd128()
314 BLH32 = (unsigned int) (BT2.w[1] >> short_recip_scale[9]); in _bid_to_dpd128()
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c289 UINT128 BH, d1018, BT2, BT1; in _bid_to_dpd128() local
329 __mul_64x64_to_128 (BT2, BL, d109); in _bid_to_dpd128()
330 BLH32 = (unsigned int) (BT2.w[1] >> short_recip_scale[9]); in _bid_to_dpd128()
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c287 UINT128 BH, d1018, BT2, BT1; in _bid_to_dpd128() local
313 __mul_64x64_to_128 (BT2, BL, d109); in _bid_to_dpd128()
314 BLH32 = (unsigned int) (BT2.w[1] >> short_recip_scale[9]); in _bid_to_dpd128()
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c289 UINT128 BH, d1018, BT2, BT1; in _bid_to_dpd128() local
329 __mul_64x64_to_128 (BT2, BL, d109); in _bid_to_dpd128()
330 BLH32 = (unsigned int) (BT2.w[1] >> short_recip_scale[9]); in _bid_to_dpd128()
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/bd2/
H A Dgcd_11.asm1 dnl AMD64 mpn_gcd_11 optimised for AMD BD2, BD3, BT2.
/netbsd-src/external/public-domain/xz/dist/
H A DTODO12 it would be possible by switching from BT2/BT3/BT4 match finder to
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp15807 const BuiltinType *BT2 = T2->getAs<BuiltinType>(); in IsSameCharType() local
15808 if (!BT2) in IsSameCharType()
15812 BuiltinType::Kind T2Kind = BT2->getKind(); in IsSameCharType()