Home
last modified time | relevance | path

Searched refs:allZero (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libc/softfloat/
H A Dsoftfloat.c1109 bits32 aSig, bSig, q, allZero, alternateASig; in float32_rem() local
1534 bits32 allZero; in float64_to_float32() local
1546 shift64RightJamming( aSig0, aSig1, 22, &allZero, &zSig ); in float64_to_float32()
2015 bits32 allZero, alternateASig0, alternateASig1, sigMean1; in float64_rem() local
2062 shortShift96Left( term0, term1, term2, 29, &term1, &term2, &allZero ); in float64_rem()
2063 shortShift64Left( aSig0, aSig1, 29, &aSig0, &allZero ); in float64_rem()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h833 static Waitcnt allZero(bool HasVscnt) { in allZero() function
/openbsd/sys/lib/libkern/
H A Dsoftfloat.c5112 bits64 allZero, alternateASig0, alternateASig1, sigMean1; in float128_rem() local
5167 shortShift192Left( term0, term1, term2, 61, &term1, &term2, &allZero ); in float128_rem()
5168 shortShift128Left( aSig0, aSig1, 61, &aSig0, &allZero ); in float128_rem()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp422 return AMDGPU::Waitcnt::allZero(ST->hasVscnt()); in allZeroWaitcnt()