Home
last modified time | relevance | path

Searched refs:hy (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c94 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 …]
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4/
H A Dfpu.c244 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dhy_AM53 % hy-eastern AME Armenian Eastern
54 % hy-western AMW Armenian Western
55 % hy-grabar AMG Armenian Grabar
56 % hy-middle AMM Armenian Middle
59 % of programs. the locale names will probably be hy@eastern, hy@western,
60 % hy@grabar, and hy@middle in Linux (eg, as you pass them to LANG variable).
199 lang_ab "hy"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dhy_AM53 % hy-eastern AME Armenian Eastern
54 % hy-western AMW Armenian Western
55 % hy-grabar AMG Armenian Grabar
56 % hy-middle AMM Armenian Middle
59 % of programs. the locale names will probably be hy@eastern, hy@western,
60 % hy@grabar, and hy@middle in Linux (eg, as you pass them to LANG variable).
199 lang_ab "hy"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/
H A Dearcut.hpp459 double hy = hole->y; in findHoleBridge() local
466 if (hy <= p->y && hy >= p->next->y && p->next->y != p->y) { in findHoleBridge()
467 double x = p->x + (hy - p->y) * (p->next->x - p->x) / (p->next->y - p->y); in findHoleBridge()
471 if (hy == p->y) return p; in findHoleBridge()
472 if (hy == p->next->y) return p->next; in findHoleBridge()
498 pointInTriangle(hy < my ? hx : qx, hy, mx, my, hy < my ? qx : hx, hy, p->x, p->y)) { in findHoleBridge()
500 tanCur = std::abs(hy - p->y) / (hx - p->x); // tangential in findHoleBridge()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/
H A Dearcut.hpp489 double hy = hole->y; in findHoleBridge() local
496 if (hy <= p->y && hy >= p->next->y && p->next->y != p->y) { in findHoleBridge()
497 double x = p->x + (hy - p->y) * (p->next->x - p->x) / (p->next->y - p->y); in findHoleBridge()
501 if (hy == p->y) return p; in findHoleBridge()
502 if (hy == p->next->y) return p->next; in findHoleBridge()
528 pointInTriangle(hy < my ? hx : qx, hy, mx, my, hy < my ? qx : hx, hy, p->x, p->y)) { in findHoleBridge()
530 tanCur = std::abs(hy - p->y) / (hx - p->x); // tangential in findHoleBridge()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hunspell/
H A Dhunspell-dictionaries.bb36 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 \
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dregs.c311 u32 rsz_ctrl = 0, val, hy, hc; in set_bilinear_scale() local
329 hy = ((out_y->width - 1) * ISP32_SCALE_AVE_FACTOR) / (in_y->width - 1) + 1; in set_bilinear_scale()
333 hy = ((in_y->width - 1) * ISP32_SCALE_BIL_FACTOR) / (out_y->width - 1); in set_bilinear_scale()
336 rkisp_write(dev, ISP32_SELF_SCALE_HY_FAC, hy, false); in set_bilinear_scale()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4100.c2413 uint32_t hy = TA_CRYPT_ARITH_INVALID_HANDLE; in test_4114_gcd() local
2422 if (!ADBG_EXPECT_TEEC_SUCCESS(c, cmd_new_var(c, s, 2048, &hy))) in test_4114_gcd()
2437 if (!ADBG_EXPECT_TEEC_SUCCESS(c, convert_from_string(c, s, stry, hy))) in test_4114_gcd()
2442 cmd_compute_egcd(c, s, hx, hy, ha, hb, hgcd))) in test_4114_gcd()
2445 if (!ADBG_EXPECT_TEEC_SUCCESS(c, cmd_compute_gcd(c, s, hx, hy, ht1))) in test_4114_gcd()
2455 if (!ADBG_EXPECT_TEEC_SUCCESS(c, cmd_mul(c, s, hb, hy, ht2))) in test_4114_gcd()
2467 ADBG_EXPECT_TEEC_SUCCESS(c, cmd_free_handle(c, s, hy)); in test_4114_gcd()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c4274 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()
/OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/include/
H A Dintel-ipu3.h1900 __u32 hy:8; member
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191130.patch.gz1# ncurses 6.1 - patch 20191130 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20191207.patch.gz1# ncurses 6.1 - patch 20191207 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/external/chromium/licenses/
H A DLICENSE.67565 hyph-hy.hyb
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv59 …������ȣ��>-<89;S{��������������������[<��������ow������yr������������������hy�����zI+X�������skfY^…
545 …``_``____^^\^\XTKC=30/,-1100.-,--,,-/-00.111/-./001.%!!)7AJPUn���}��wt{���~hy�����yr��}|����������…
725 …XUOIC;0--+./.--,,++,,,,+..-.----/../-44),--)*),/24*2OOISC=>RZ78N[ULH:r�t�{^hy~~~������������zvndh…
919 …232333437'Sí0<��{���������������������~~�����������}vrv}|t}������������������~xusoiaWRZE�EXhy@
1843 …nnnnppopopqpqrrrsrsrqpmjhedccdcbbbaa_[SLD;2-++/0000....././/./00//-/..001.*hy5j��������������…
1845 …������������������������{}�������������|yz{zw{������|xwtph_YZD.71EV>*);a�^hy4^qonppqrqqqqqqppqp…
1929 …nnnnppopopqpqrrrsrsrqpmjhedccdcbbbaa_[SLD;2-++/0000....././/./00//-/..001/)hy ; _�}������������…
2282 :B)?�{vrP5-+*6Ncs�������}hy~��{kfnnjWKn�������������������������ysngddba_\ZYR=*-02Uginpooq…
2654 …������ǻ���������œu����������������ʪ��������������������������������]L�����{hy�������zz������������…
2930 …�����ϼ��������������������������������|Jd�����pm��������|}�����������������hy������f/2q�����~nc]Xe…
[all …]