Home
last modified time | relevance | path

Searched refs:sub128 (Results 1 – 5 of 5) sorted by relevance

/arch/arm/vfp/
Dvfp.h60 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()
Dvfpdouble.c337 sub128(&remh, &reml, vdm.significand, 0, termh, terml); in vfp_double_fsqrt()
1076 sub128(&remh, &reml, vdn.significand, 0, termh, terml); in vfp_double_fdiv()
/arch/arm/nwfpe/
Dsoftfloat.c2227 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 …]
Dsoftfloat-macros405 sub128(
575 sub128( a0, a1, term0, term1, &rem0, &rem1 );
/arch/sh/kernel/cpu/sh4/
Dsoftfloat.c92 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()