Home
last modified time | relevance | path

Searched refs:mul64To128 (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/lib/libkern/
H A Dsoftfloat-macros.h483 INLINE void mul64To128( bits64 a, bits64 b, bits64 *z0Ptr, bits64 *z1Ptr ) in mul64To128() function
528 mul64To128( a1, b, &z1, &z2 ); in mul128By64To192()
529 mul64To128( a0, b, &z0, &more1 ); in mul128By64To192()
560 mul64To128( a1, b1, &z2, &z3 ); in mul128To256()
561 mul64To128( a1, b0, &z1, &more2 ); in mul128To256()
563 mul64To128( a0, b0, &z0, &more1 ); in mul128To256()
565 mul64To128( a0, b1, &more1, &more2 ); in mul128To256()
596 mul64To128( b, z, &term0, &term1 ); in estimateDiv128To64()
H A Dsoftfloat.c2947 mul64To128( aSig, bSig, &zSig0, &zSig1 ); in float64_mul()
3016 mul64To128( bSig, zSig, &term0, &term1 ); in float64_div()
3154 mul64To128( zSig, zSig, &term0, &term1 ); in float64_sqrt()
3877 mul64To128( aSig, bSig, &zSig0, &zSig1 ); in floatx80_mul()
3947 mul64To128( bSig, zSig0, &term0, &term1 ); in floatx80_div()
3955 mul64To128( bSig, zSig1, &term1, &term2 ); in floatx80_div()
4030 mul64To128( bSig, q, &term0, &term1 ); in floatx80_rem()
4107 mul64To128( zSig0, zSig0, &term0, &term1 ); in floatx80_sqrt()
4119 mul64To128( zSig1, zSig1, &term2, &term3 ); in floatx80_sqrt()
5253 mul64To128( zSig0, zSig0, &term0, &term1 ); in float128_sqrt()
[all …]
/openbsd/lib/libc/softfloat/
H A Dsoftfloat-macros.h449 mul64To128( in mul64To128() function
H A Dsoftfloat.c1910 mul64To128( aSig0, aSig1, bSig0, bSig1, &zSig0, &zSig1, &zSig2, &zSig3 ); in float64_mul()