Searched refs:sbits64 (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/arm/nwfpe/
H A DARM-gcc.h28 typedef signed long long int sbits64; typedef
H A Dsoftfloat.c388 && ( (sbits64) ( zSig + roundIncrement ) < 0 ) )
593 if ( (sbits64) zSig0 < 0 ) zExp = 1;
616 increment = ( (sbits64) zSig1 < 0 );
659 increment = ( (sbits64) zSig1 < 0 );
672 if ( (sbits64) zSig0 < 0 ) zExp = 1;
1458 while ( (sbits64) rem < 0 ) {
1951 if ( (sbits64) zSig < 0 ) {
2131 if ( 0 <= (sbits64) ( zSig0<<1 ) ) {
2200 while ( (sbits64) rem0 < 0 ) {
2223 sbits64 sigMea
[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.c53 typedef signed long long int sbits64; typedef
333 if ((sbits64) zSig < 0) {
427 && ((sbits64) (zSig + roundIncrement) < 0))
670 while (((sbits64) rem0) < 0) {
764 while ((sbits64) rem0 < 0) {

Completed in 152 milliseconds