Searched refs:term1 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/lasat/
H A Dlasat.h59 unsigned char term1; member in struct:lasat_eeprom_struct
86 unsigned char term1; member in struct:lasat_eeprom_struct_pre7
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/nwfpe/
H A Dsoftfloat.c2152 bits64 term0, term1; local
2198 mul64To128( bSig, zSig, &term0, &term1 );
2199 sub128( aSig, 0, term0, term1, &rem0, &rem1 );
2308 bits64 rem0, rem1, term0, term1; //, shiftedRem; local
2341 mul64To128( zSig, zSig, &term0, &term1 );
2342 sub128( aSig, 0, term0, term1, &rem0, &rem1 );
2345 shortShift128Left( 0, zSig, 1, &term0, &term1 );
2346 term1 |= 1;
2347 add128( rem0, rem1, term0, term1, &rem0, &rem1 );
2964 bits64 rem0, rem1, rem2, term0, term1, term local
3046 bits64 q, term0, term1, alternateASig0, alternateASig1; local
3146 bits64 rem0, rem1, rem2, rem3, term0, term1, term2, term3; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c659 bits64 rem0, rem1, term0, term1; local
668 mul64To128(b, z, &term0, &term1);
669 sub128(a0, a1, term0, term1, &rem0, &rem1);
722 bits64 term0, term1; local
762 mul64To128(bSig, zSig, &term0, &term1);
763 sub128(aSig, 0, term0, term1, &rem0, &rem1);

Completed in 62 milliseconds