Searched refs:allZero (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/lib/libc/softfloat/bits32/ |
| H A D | softfloat.c | 1119 bits32 aSig, bSig, q, allZero, alternateASig; in float32_rem() local 1544 bits32 allZero; in float64_to_float32() local 1556 shift64RightJamming( aSig0, aSig1, 22, &allZero, &zSig ); in float64_to_float32() 2025 bits32 allZero, alternateASig0, alternateASig1, sigMean1; in float64_rem() local 2072 shortShift96Left( term0, term1, term2, 29, &term1, &term2, &allZero ); in float64_rem() 2073 shortShift64Left( aSig0, aSig1, 29, &aSig0, &allZero ); in float64_rem()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 967 Wait = Wait.combined(AMDGPU::Waitcnt::allZero(ST->hasVscnt())); in generateWaitcntInstBefore() 1150 Wait = Wait.combined(AMDGPU::Waitcnt::allZero(ST->hasVscnt())); in generateWaitcntInstBefore() 1168 Wait = AMDGPU::Waitcnt::allZero(ST->hasVscnt()); in generateWaitcntInstBefore() 1342 ScoreBrackets->applyWaitcnt(AMDGPU::Waitcnt::allZero(ST->hasVscnt())); in updateEventWaitcntAfter()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 479 static Waitcnt allZero(bool HasVscnt) { in allZero() function
|
| /netbsd-src/lib/libc/softfloat/bits64/ |
| H A D | softfloat.c | 5130 bits64 allZero, alternateASig0, alternateASig1, sigMean1; in float128_rem() local 5184 shortShift192Left( term0, term1, term2, 61, &term1, &term2, &allZero ); in float128_rem() 5185 shortShift128Left( aSig0, aSig1, 61, &aSig0, &allZero ); in float128_rem()
|
| /netbsd-src/sys/lib/libkern/ |
| H A D | softfloat.c | 4948 bits64 allZero, alternateASig0, alternateASig1, sigMean1; in float128_rem() local 5003 shortShift192Left( term0, term1, term2, 61, &term1, &term2, &allZero ); in float128_rem() 5004 shortShift128Left( aSig0, aSig1, 61, &aSig0, &allZero ); in float128_rem()
|