Home
last modified time | relevance | path

Searched refs:clo (Results 1 – 17 of 17) sorted by relevance

/freebsd/tools/tools/ath/athrd/
H A Dathrd.c1328 u_int16_t clo, chi, twiceMaxEdgePower; in ar5212GetMaxEdgePower() local
1340 numEdges, &clo, &chi); in ar5212GetMaxEdgePower()
1342 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++) in ar5212GetMaxEdgePower()
1347 if ((clo == chi && clo == channel) || (pRdEdgesPower[i].flag)) { in ar5212GetMaxEdgePower()
1406 u_int16_t clo, chi, ixlo, ixhi; in ar5212GetTargetPowers() local
1414 numChannels, &clo, &chi); in ar5212GetTargetPowers()
1419 if (clo == tempChannelList[i]) { in ar5212GetTargetPowers()
1432 pNewPower->twicePwr6_24 = interpolate(chan->ic_freq, clo, chi, in ar5212GetTargetPowers()
1434 pNewPower->twicePwr36 = interpolate(chan->ic_freq, clo, chi, in ar5212GetTargetPowers()
1436 pNewPower->twicePwr48 = interpolate(chan->ic_freq, clo, chi, in ar5212GetTargetPowers()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2494 uint16_t clo, chi, twiceMaxEdgePower; in ar5212GetMaxEdgePower() local
2506 numEdges, &clo, &chi); in ar5212GetMaxEdgePower()
2508 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++) in ar5212GetMaxEdgePower()
2513 if ((clo == chi && clo == channel) || (pRdEdgesPower[i].flag)) { in ar5212GetMaxEdgePower()
2573 uint16_t clo, chi, ixlo, ixhi; in ar5212GetTargetPowers() local
2581 numChannels, &clo, &chi); in ar5212GetTargetPowers()
2586 if (clo == tempChannelList[i]) { in ar5212GetTargetPowers()
2599 pNewPower->twicePwr6_24 = interpolate(freq, clo, chi, in ar5212GetTargetPowers()
2601 pNewPower->twicePwr36 = interpolate(freq, clo, chi, in ar5212GetTargetPowers()
2603 pNewPower->twicePwr48 = interpolate(freq, clo, chi, in ar5212GetTargetPowers()
[all …]
/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_config.h454 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS]; member
469 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS]; member
H A Dlog2.c111 r = (z - T2[i].chi - T2[i].clo) * invc; in log2()
H A Dlog.c131 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dmath_config.h401 double chi, clo; member
492 double chi, clo; member
H A Dlog10_2u.c113 r = (z - T2[i].chi - T2[i].clo) * invc; in log10()
H A Dlog.c136 r = (z - T2[i].chi - T2[i].clo) * invc; in optr_aor_log_f64()
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl390 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
440 and $alo,$clo,$a2
446 and $blo,$clo,$a2
H A Dsha512-ppc.pl472 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
567 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2105 uint16_t clo, chi; in ar5416GetTargetPowers() local
2143 clo = fbin2freq(powInfo[lowIndex].bChannel, IEEE80211_IS_CHAN_2GHZ(chan)); in ar5416GetTargetPowers()
2147 pNewPower->tPow2x[i] = (uint8_t)ath_ee_interpolate(freq, clo, chi, in ar5416GetTargetPowers()
2165 uint16_t clo, chi; in ar5416GetTargetPowersLeg() local
2203 clo = fbin2freq(powInfo[lowIndex].bChannel, IEEE80211_IS_CHAN_2GHZ(chan)); in ar5416GetTargetPowersLeg()
2207 pNewPower->tPow2x[i] = (uint8_t)ath_ee_interpolate(freq, clo, chi, in ar5416GetTargetPowersLeg()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleGeneric.td44 // add, addi, addiu, addu, and, andi, clo, clz, ext, ins, lui, nor, or, ori,
58 // addiupc, align, aluipc, aui, auipc, bitswap, clo, clz, lsa, seleqz, selnez
H A DMipsScheduleP5600.td181 // clo, clz, di, ei, mfhi, mflo
H A DMips32r6InstrInfo.td818 class CLO_R6_DESC : CLO_R6_DESC_BASE<"clo", GPR32Opnd, II_CLO>;
H A DMicroMipsInstrInfo.td934 def CLO_MM : MMRel, CountLeading1<"clo", GPR32Opnd, II_CLO>, CLO_FM_MM<0x12c>,
H A DMicroMips32r6InstrInfo.td448 class CLO_MMR6_DESC : CLO_CLZ_MMR6_DESC_BASE<"clo", GPR32Opnd, II_CLO>;
H A DMipsInstrInfo.td2366 def CLO : MMRel, CountLeading1<"clo", GPR32Opnd, II_CLO>, CLO_FM<0x21>,