Home
last modified time | relevance | path

Searched full:78125 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Ddm814x-clocks.dtsi272 clock-div = <78125>;
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852b_common.c1142 #define CARRIER_SPACING_78_125 78125 /* 78.125 kHz */
H A Drtw8851b.c1327 #define CARRIER_SPACING_78_125 78125 /* 78.125 kHz */
H A Drtw8852c.c1281 #define CARRIER_SPACING_78_125 78125 /* 78.125 kHz */
H A Drtw8922a.c1346 #define CARRIER_SPACING_78_125 78125 /* 78.125 kHz */
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp762 …tic const APFloatBase::integerPart firstEightPowers[] = { 1, 5, 25, 125, 625, 3125, 15625, 78125 }; in powerOf5()
764 pow5s[0] = 78125 * 5; in powerOf5()