Home
last modified time | relevance | path

Searched refs:bBigger (Results 1 – 2 of 2) sorted by relevance

/external/qemu/fpu/
Dsoftfloat.c1819 if ( aSig < bSig ) goto bBigger; in subFloat32Sigs()
1834 bBigger: in subFloat32Sigs()
3382 if ( aSig < bSig ) goto bBigger; in subFloat64Sigs()
3397 bBigger: in subFloat64Sigs()
4642 if ( aSig < bSig ) goto bBigger; in subFloatx80Sigs()
4651 bBigger: in subFloatx80Sigs()
5770 if ( aSig0 < bSig0 ) goto bBigger; in subFloat128Sigs()
5772 if ( aSig1 < bSig1 ) goto bBigger; in subFloat128Sigs()
5787 bBigger: in subFloat128Sigs()
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp1590 FX_BOOL bBigger = FALSE; in IsBigger() local
1600 bBigger = TRUE; in IsBigger()
1605 return bBigger; in IsBigger()