Searched refs:ieee754 (Results 1 - 6 of 6) sorted by path

/linux-master/arch/mips/math-emu/
H A DMakefile6 obj-y += cp1emu.o ieee754dp.o ieee754sp.o ieee754.o \
H A Dcp1emu.c41 #include "ieee754.h"
1419 static union ieee754##p fpemu_##p##_##name(union ieee754##p r, \
1420 union ieee754##p s, union ieee754##p t) \
/linux-master/arch/mips/kernel/
H A Dfpu-probe.c147 static enum { STRICT, LEGACY, STD2008, RELAXED } ieee754 = STRICT; variable in typeref:enum:__anon24
161 switch (ieee754) {
190 * according to the "ieee754=" parameter.
194 switch (ieee754) {
228 ieee754 = STRICT;
230 ieee754 = LEGACY;
232 ieee754 = STD2008;
234 ieee754 = RELAXED;
245 early_param("ieee754", ieee754_setup);
/linux-master/drivers/hwmon/pmbus/
H A Dlt7182s.c148 info->format[PSC_VOLTAGE_IN] = ieee754;
149 info->format[PSC_VOLTAGE_OUT] = ieee754;
150 info->format[PSC_CURRENT_IN] = ieee754;
151 info->format[PSC_CURRENT_OUT] = ieee754;
152 info->format[PSC_TEMPERATURE] = ieee754;
153 info->format[PSC_POWER] = ieee754;
H A Dpmbus.h418 enum pmbus_data_format { linear = 0, ieee754, direct, vid }; enumerator in enum:pmbus_data_format
H A Dpmbus_core.c648 * Convert ieee754 sensor values to milli- or micro-units
651 * ieee754 data format:
837 case ieee754:
898 * the implied high bit in normalized ieee754 numbers.
1038 case ieee754:
2536 if (data->info->format[PSC_VOLTAGE_OUT] != ieee754)

Completed in 251 milliseconds