HomeSort by: relevance | last modified time | path
    Searched refs:mul64To128 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/lib/libkern/
softfloat-macros.h 443 INLINE void mul64To128( bits64 a, bits64 b, bits64 *z0Ptr, bits64 *z1Ptr )
485 mul64To128( a1, b, &z1, &z2 );
486 mul64To128( a0, b, &z0, &more1 );
516 mul64To128( a1, b1, &z2, &z3 );
517 mul64To128( a1, b0, &z1, &more2 );
519 mul64To128( a0, b0, &z0, &more1 );
521 mul64To128( a0, b1, &more1, &more2 );
549 mul64To128( b, z, &term0, &term1 );
softfloat.c 2838 mul64To128( aSig, bSig, &zSig0, &zSig1 );
2906 mul64To128( bSig, zSig, &term0, &term1 );
3042 mul64To128( zSig, zSig, &term0, &term1 );
3737 mul64To128( aSig, bSig, &zSig0, &zSig1 );
3806 mul64To128( bSig, zSig0, &term0, &term1 );
3814 mul64To128( bSig, zSig1, &term1, &term2 );
3888 mul64To128( bSig, q, &term0, &term1 );
3898 mul64To128( bSig, q<<( 64 - expDiff ), &term0, &term1 );
3964 mul64To128( zSig0, zSig0, &term0, &term1 );
3974 mul64To128( doubleZSig0, zSig1, &term1, &term2 )
    [all...]
  /src/lib/libc/softfloat/bits64/
softfloat-macros 462 INLINE void mul64To128( bits64 a, bits64 b, bits64 *z0Ptr, bits64 *z1Ptr )
505 mul64To128( a1, b, &z1, &z2 );
506 mul64To128( a0, b, &z0, &more1 );
537 mul64To128( a1, b1, &z2, &z3 );
538 mul64To128( a1, b0, &z1, &more2 );
540 mul64To128( a0, b0, &z0, &more1 );
542 mul64To128( a0, b1, &more1, &more2 );
571 mul64To128( b, z, &term0, &term1 );
softfloat.c 2911 mul64To128( aSig, bSig, &zSig0, &zSig1 );
2980 mul64To128( bSig, zSig, &term0, &term1 );
3118 mul64To128( zSig, zSig, &term0, &term1 );
3885 mul64To128( aSig, bSig, &zSig0, &zSig1 );
3955 mul64To128( bSig, zSig0, &term0, &term1 );
3963 mul64To128( bSig, zSig1, &term1, &term2 );
4038 mul64To128( bSig, q, &term0, &term1 );
4048 mul64To128( bSig, q<<( 64 - expDiff ), &term0, &term1 );
4115 mul64To128( zSig0, zSig0, &term0, &term1 );
4125 mul64To128( doubleZSig0, zSig1, &term1, &term2 )
    [all...]
  /src/lib/libc/softfloat/bits32/
softfloat.c 1920 mul64To128( aSig0, aSig1, bSig0, bSig1, &zSig0, &zSig1, &zSig2, &zSig3 );

Completed in 25 milliseconds