Searched refs:minmax (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | fpstuff.c | 113 uint32_t minmax; in check_sfminmax() local 125 : "=r"(minmax), "=r"(usr) : "r"(SF_QNaN), "r"(SF_any) in check_sfminmax() 127 check32(minmax, SF_any); in check_sfminmax() 133 : "=r"(minmax), "=r"(usr) : "r"(SF_QNaN), "r"(SF_any) in check_sfminmax() 135 check32(minmax, SF_any); in check_sfminmax() 147 : "=r"(minmax), "=r"(usr) : "r"(SF_QNaN), "r"(SF_QNaN) in check_sfminmax() 149 check32(minmax, SF_HEX_NaN); in check_sfminmax() 155 : "=r"(minmax), "=r"(usr) : "r"(SF_QNaN), "r"(SF_QNaN) in check_sfminmax() 157 check32(minmax, SF_HEX_NaN); in check_sfminmax() 163 uint64_t minmax; in check_dfminmax() local [all …]
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | rockchip_dw_mmc.c | 33 u32 minmax[2]; member 79 if (dev_read_u32_array(dev, "clock-freq-min-max", priv->minmax, 2)) { in rockchip_dwmmc_ofdata_to_platdata() 85 priv->minmax[0] = 400000; /* 400 kHz */ in rockchip_dwmmc_ofdata_to_platdata() 86 priv->minmax[1] = val; in rockchip_dwmmc_ofdata_to_platdata() 115 priv->minmax[0] = 400000; /* 400 kHz */ in rockchip_dwmmc_probe() 116 priv->minmax[1] = dtplat->max_frequency; in rockchip_dwmmc_probe() 142 dwmci_setup_cfg(&plat->cfg, host, priv->minmax[1], priv->minmax[0]); in rockchip_dwmmc_probe()
|
| H A D | ftsdc010_mci.c | 60 u32 minmax[2]; member 405 "clock-freq-min-max", priv->minmax, 2)) { in ftsdc010_mmc_ofdata_to_platdata() 411 priv->minmax[0] = 400000; /* 400 kHz */ in ftsdc010_mmc_ofdata_to_platdata() 412 priv->minmax[1] = val; in ftsdc010_mmc_ofdata_to_platdata() 418 chip->sclk = priv->minmax[1]; in ftsdc010_mmc_ofdata_to_platdata() 439 memcpy(priv->minmax, dtplat->clock_freq_min_max, sizeof(priv->minmax)); in ftsdc010_mmc_probe() 450 priv->minmax[1] , priv->minmax[0]); in ftsdc010_mmc_probe()
|
| /openbmc/webui-vue/docs/.vuepress/components/colors/ |
| H A D | colors.scss | 4 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | parser-helpers.c | 802 HexValue *op1, HexValue *op2, bool minmax) in gen_minmax_op() argument 812 if (minmax) { in gen_minmax_op()
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat-parts.c.inc | 1489 static FloatPartsN *partsN(minmax)(FloatPartsN *a, FloatPartsN *b,
|
| H A D | softfloat.c | 911 PARTS_GENERIC_64_128(minmax, A)(A, B, S, F)
|