Searched refs:sub128 (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/arch/arm/vfp/ |
D | vfp.h | 60 static inline void sub128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in sub128() function 128 sub128(&remh, &reml, nh, nl, termh, terml); in vfp_estimate_div128to64()
|
D | vfpdouble.c | 337 sub128(&remh, &reml, vdm.significand, 0, termh, terml); in vfp_double_fsqrt() 1074 sub128(&remh, &reml, vdn.significand, 0, termh, terml); in vfp_double_fdiv()
|
/linux-2.6.39/arch/arm/nwfpe/ |
D | softfloat.c | 2227 sub128( aSig, 0, term0, term1, &rem0, &rem1 ); in float64_div() 2370 sub128( aSig, 0, term0, term1, &rem0, &rem1 ); in float64_sqrt() 2854 sub128( bSig, 0, aSig, zSig1, &zSig0, &zSig1 ); in subFloatx80Sigs() 2866 sub128( aSig, 0, bSig, zSig1, &zSig0, &zSig1 ); in subFloatx80Sigs() 3041 sub128( aSig, rem1, term0, term1, &rem0, &rem1 ); in floatx80_div() 3049 sub128( rem1, 0, term1, term2, &rem1, &rem2 ); in floatx80_div() 3125 sub128( aSig0, aSig1, term0, term1, &aSig0, &aSig1 ); in floatx80_rem() 3135 sub128( aSig0, aSig1, term0, term1, &aSig0, &aSig1 ); in floatx80_rem() 3139 sub128( aSig0, aSig1, term0, term1, &aSig0, &aSig1 ); in floatx80_rem() 3146 sub128( term0, term1, aSig0, aSig1, &alternateASig0, &alternateASig1 ); in floatx80_rem() [all …]
|
D | softfloat-macros | 405 sub128( 575 sub128( a0, a1, term0, term1, &rem0, &rem1 );
|
/linux-2.6.39/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 92 void sub128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, 649 sub128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, in sub128() function 669 sub128(a0, a1, term0, term1, &rem0, &rem1); in estimateDiv128To64() 763 sub128(aSig, 0, term0, term1, &rem0, &rem1); in float64_div()
|
/linux-2.6.39/arch/m68k/math-emu/ |
D | multi_arith.h | 701 static inline void sub128(const int128 a, int128 b) 808 sub128(b, a);
|