Searched refs:formula (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_atombios.c3572 ATOM_VOLTAGE_FORMULA *formula = local
3574 if (formula->ucFlag & 1)
3576 le16_to_cpu(formula->usVoltageBaseLevel) +
3577 formula->ucNumOfVoltageEntries / 2 *
3578 le16_to_cpu(formula->usVoltageStep);
3581 le16_to_cpu(formula->usVoltageBaseLevel) +
3582 (formula->ucNumOfVoltageEntries - 1) *
3583 le16_to_cpu(formula->usVoltageStep);
3591 ATOM_VOLTAGE_FORMULA_V2 *formula = local
3593 if (formula
3631 ATOM_VOLTAGE_FORMULA *formula = local
3642 ATOM_VOLTAGE_FORMULA_V2 *formula = local
3681 ATOM_VOLTAGE_FORMULA *formula = local
3756 ATOM_VOLTAGE_FORMULA_V2 *formula = local
[all...]
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_edid.c3133 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.cvt.flags) != 15);
3136 descriptor->data.other_data.data.range.formula.cvt.flags & DRM_EDID_CVT_FLAGS_REDUCED_BLANKING)
3176 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.hfreq_start_khz) != 12);
3178 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.hfreq_start_khz * 2 : 0;
3188 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.c) != 13);
3190 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.c : 0;
3200 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.m) != 14);
3202 return descriptor ? le16_to_cpu(descriptor->data.other_data.data.range.formula.gtf2.m) : 0;
3212 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.k) != 16);
3214 return descriptor ? descriptor->data.other_data.data.range.formula
[all...]
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_edid.h133 } __attribute__((packed)) formula; member in struct:detailed_data_monitor_range
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/Unicode/
H A DUnicode.pm224 Here is a formula to ensurrogate a Unicode character \x{10000} and
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Local/lib/Time/
H A DLocal.pm448 using a mathematical formula. Unlike other algorithms that do multiple calls
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/
H A DUtil.pm587 The formula is from the Red Dragon book (reformulated to use the data available)
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dpodcheck.t2199 run this test script by hand, using the following formula (on
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm1679 which is also expressed by this formula:

Completed in 274 milliseconds