/freebsd/tools/tools/ath/athrd/ |
H A D | athrd.c | 1328 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 D | ar5212_reset.c | 2494 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 D | math_config.h | 454 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS]; member 469 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS]; member
|
H A D | log2.c | 111 r = (z - T2[i].chi - T2[i].clo) * invc; in log2()
|
H A D | log.c | 131 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
|
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | math_config.h | 401 double chi, clo; member 492 double chi, clo; member
|
H A D | log10_2u.c | 113 r = (z - T2[i].chi - T2[i].clo) * invc; in log10()
|
H A D | log.c | 136 r = (z - T2[i].chi - T2[i].clo) * invc; in optr_aor_log_f64()
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha512-parisc.pl | 390 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo, 440 and $alo,$clo,$a2 446 and $blo,$clo,$a2
|
H A D | sha512-ppc.pl | 472 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 D | ar5416_reset.c | 2105 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 D | MipsScheduleGeneric.td | 44 // 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 D | MipsScheduleP5600.td | 181 // clo, clz, di, ei, mfhi, mflo
|
H A D | Mips32r6InstrInfo.td | 818 class CLO_R6_DESC : CLO_R6_DESC_BASE<"clo", GPR32Opnd, II_CLO>;
|
H A D | MicroMipsInstrInfo.td | 934 def CLO_MM : MMRel, CountLeading1<"clo", GPR32Opnd, II_CLO>, CLO_FM_MM<0x12c>,
|
H A D | MicroMips32r6InstrInfo.td | 448 class CLO_MMR6_DESC : CLO_CLZ_MMR6_DESC_BASE<"clo", GPR32Opnd, II_CLO>;
|
H A D | MipsInstrInfo.td | 2366 def CLO : MMRel, CountLeading1<"clo", GPR32Opnd, II_CLO>, CLO_FM<0x21>,
|