Searched refs:hy (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/sh/kernel/cpu/sh2a/ |
H A D | fpu.c | 94 static int denormal_mulf(int hx, int hy) in denormal_mulf() argument 101 iy = hy & 0x7fffffff; in denormal_mulf() 103 return ((hx ^ hy) & 0x80000000); in denormal_mulf() 122 ix |= (hx ^ hy) & 0x80000000; in denormal_mulf() 161 static long long denormal_muld(long long hx, long long hy) in denormal_muld() argument 168 iy = hy & 0x7fffffffffffffffLL; in denormal_muld() 170 return ((hx ^ hy) & 0x8000000000000000LL); in denormal_muld() 195 ix |= (hx ^ hy) & 0x8000000000000000LL; in denormal_muld() 252 static int denormal_addf(int hx, int hy) in denormal_addf() argument 257 if ((hx ^ hy) & 0x80000000) { in denormal_addf() [all …]
|
/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
H A D | fpu.c | 244 unsigned int hx, hy; in ieee_fpe_handler() local 249 hy = tsk->thread.xstate->hardfpu.fp_regs[m]; in ieee_fpe_handler() 255 || (hy & 0x7fffffff) < 0x00100000))) { in ieee_fpe_handler() 261 lly = ((long long)hy << 32) in ieee_fpe_handler() 268 || (hy & 0x7fffffff) < 0x00800000))) { in ieee_fpe_handler() 270 hx = float32_mul(hx, hy); in ieee_fpe_handler() 282 unsigned int hx, hy; in ieee_fpe_handler() local 287 hy = tsk->thread.xstate->hardfpu.fp_regs[m]; in ieee_fpe_handler() 293 || (hy & 0x7fffffff) < 0x00100000))) { in ieee_fpe_handler() 299 lly = ((long long)hy << 32) in ieee_fpe_handler() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/ |
H A D | armarch.patch | 14 libdnf/hy-util.cpp | 23 ----------------------- 17 diff --git a/libdnf/hy-util.cpp b/libdnf/hy-util.cpp 19 --- a/libdnf/hy-util.cpp 20 +++ b/libdnf/hy-util.cpp
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/ |
H A D | hunspell-dictionaries.bb | 36 LICENSE:dictionaries/hy-arevela = "GPL-2.0-only" 37 LICENSE:dictionaries/hy-arevmda = "GPL-2.0-only" 99 file://dictionaries/hy-arevela/license;md5=c690b6bc807de0a6dcd62db030843ee4 \ 100 file://dictionaries/hy-arevmda/license;md5=c690b6bc807de0a6dcd62db030843ee4 \
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 4274 int hx = 0, hy = 0, hhave = 0; in ar9003_hw_power_interpolate() local 4290 hy = py[ip]; in ar9003_hw_power_interpolate() 4313 y = interpolate(x, lx, hx, ly, hy); in ar9003_hw_power_interpolate() 4317 y = hy; in ar9003_hw_power_interpolate()
|
/openbmc/linux/drivers/staging/media/ipu3/include/uapi/ |
H A D | intel-ipu3.h | 1937 __u32 hy:8; member
|