Searched refs:mul64To128 (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/arch/arm/nwfpe/ |
D | softfloat-macros | 460 INLINE void mul64To128( bits64 a, bits64 b, bits64 *z0Ptr, bits64 *z1Ptr ) 503 mul64To128( a1, b, &z1, &z2 ); 504 mul64To128( a0, b, &z0, &more1 ); 535 mul64To128( a1, b1, &z2, &z3 ); 536 mul64To128( a1, b0, &z1, &more2 ); 538 mul64To128( a0, b0, &z0, &more1 ); 540 mul64To128( a0, b1, &more1, &more2 ); 574 mul64To128( b, z, &term0, &term1 );
|
D | softfloat.c | 2157 mul64To128( aSig, bSig, &zSig0, &zSig1 ); in float64_mul() 2226 mul64To128( bSig, zSig, &term0, &term1 ); in float64_div() 2369 mul64To128( zSig, zSig, &term0, &term1 ); in float64_sqrt() 2969 mul64To128( aSig, bSig, &zSig0, &zSig1 ); in floatx80_mul() 3040 mul64To128( bSig, zSig0, &term0, &term1 ); in floatx80_div() 3048 mul64To128( bSig, zSig1, &term1, &term2 ); in floatx80_div() 3124 mul64To128( bSig, q, &term0, &term1 ); in floatx80_rem() 3134 mul64To128( bSig, q<<( 64 - expDiff ), &term0, &term1 ); in floatx80_rem() 3207 mul64To128( zSig0, zSig0, &term0, &term1 ); in floatx80_sqrt() 3219 mul64To128( zSig0, zSig1, &term1, &term2 ); in floatx80_sqrt() [all …]
|
/linux-5.19.10/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 94 void mul64To128(bits64 a, bits64 b, bits64 * z0Ptr, bits64 * z1Ptr); 668 mul64To128(b, z, &term0, &term1); in estimateDiv128To64() 682 void mul64To128(bits64 a, bits64 b, bits64 * z0Ptr, bits64 * z1Ptr) in mul64To128() function 762 mul64To128(bSig, zSig, &term0, &term1); in float64_div() 895 mul64To128(aSig, bSig, &zSig0, &zSig1); in float64_mul()
|