Searched refs:q64 (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/soc/fsl/dpio/
H A Ddpio-service.c244 u64 q64; local
246 q64 = qbman_result_SCN_ctx(dq);
247 ctx = (void *)(uintptr_t)q64;
/linux-master/arch/arm/nwfpe/
H A Dsoftfloat.c1353 bits64 aSig64, bSig64, q64; local
1416 q64 = estimateDiv128To64( aSig64, 0, bSig64 );
1417 q64 = ( 2 < q64 ) ? q64 - 2 : 0;
1418 aSig64 = - ( ( bSig * q64 )<<38 );
1422 q64 = estimateDiv128To64( aSig64, 0, bSig64 );
1423 q64 = ( 2 < q64 ) ? q64
[all...]

Completed in 152 milliseconds