/freebsd/sys/dev/ice/ |
H A D | ice_ddp_common.c | 1201 return fv_section->fv + index; 1218 struct ice_fv *fv; in ice_get_prof_index_max() 1229 fv = (struct ice_fv *) in ice_get_prof_index_max() 1232 if (!fv) in ice_get_prof_index_max() 1240 if (fv->ew[j].prot_id != ICE_PROT_INVALID || in ice_get_prof_index_max() 1241 fv->ew[j].off != ICE_FV_OFFSET_INVAL) in ice_get_prof_index_max() 1248 } while (fv); in ice_get_prof_index_max() 1494 * @fv: pointer to the switch field vector in ice_is_gtp_c_profile() 1498 ice_get_sw_prof_type(struct ice_hw *hw, struct ice_fv *fv, u32 prof_idx) 1510 if (fv in ice_get_sw_prof_type() 1214 struct ice_fv *fv; ice_get_prof_index_max() local 1503 ice_get_sw_prof_type(struct ice_hw * hw,struct ice_fv * fv,u32 prof_idx) ice_get_sw_prof_type() argument 1543 struct ice_fv *fv; ice_get_sw_fv_bitmap() local 1590 struct ice_fv *fv; ice_get_sw_fv_list() local 1661 struct ice_fv *fv; ice_init_prof_result_bm() local [all...] |
H A D | ice_flex_pipe.c | 1353 * @fv: field vector to search for 1358 struct ice_fv_word *fv, u8 *prof_id) in ice_find_prof_id() 1367 if (memcmp(&es->t[off], fv, es->fvw * sizeof(*fv))) in ice_find_prof_id() 1526 * @fv: pointer to the extraction sequence to write - NULL to clear extraction 1530 struct ice_fv_word *fv) in ice_write_es() 1535 if (!fv) { in ice_write_es() 1537 sizeof(*fv), ICE_NONDMA_MEM); in ice_write_es() 1540 ice_memcpy(&hw->blk[blk].es.t[off], fv, hw->blk[blk].es.fvw * in ice_write_es() 1541 sizeof(*fv), ICE_NONDMA_TO_NONDM in ice_write_es() 1357 ice_find_prof_id(struct ice_hw * hw,enum ice_block blk,struct ice_fv_word * fv,u8 * prof_id) ice_find_prof_id() argument 1529 ice_write_es(struct ice_hw * hw,enum ice_block blk,u8 prof_id,struct ice_fv_word * fv) ice_write_es() argument [all...] |
H A D | ice_flex_type.h | 144 struct ice_fv fv[STRUCT_HACK_VAR_LEN]; member
|
/freebsd/sys/sys/ |
H A D | qmath.h | 128 #define Q_SIFVALS(q, iv, fv) \ argument 131 (Q_TC(q, Q_ABS(fv)) << Q_NCBITS) | \ 132 (Q_LTZ(iv) || Q_LTZ(fv) ? 1ULL << Q_SIGNSHFT(q) : 0)) 152 #define Q_SFVAL(q, fv) \ argument 154 (Q_TC(q, Q_ABS(fv)) << Q_NCBITS) | \ 155 (Q_LTZ(fv) ? 1ULL << Q_SIGNSHFT(q) : 0))
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | ulp.c | 180 static float fv[2] = {1.0f, -INFINITY}; variable 185 return (float32x4_t){ x, x, x, fv[secondcall] }; in argf() 202 base[n - 1] = (float) fv[secondcall]; in svargf() 815 fv[0] = strtof(argv[0], 0); in main()
|
/freebsd/contrib/file/src/ |
H A D | softmagic.c | 2104 float fl, fv; in magiccheck() local 2161 fv = p->f; in magiccheck() 2168 matched = isunordered(fl, fv) ? 1 : fv != fl; in magiccheck() 2172 matched = isunordered(fl, fv) ? 0 : fv == fl; in magiccheck() 2176 matched = isgreater(fv, fl); in magiccheck() 2180 matched = isless(fv, fl); in magiccheck()
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | e500v1_power_isa.dtsi | 48 power-isa-sp.fv; // SPE.Embedded Float Vector
|
H A D | e500v2_power_isa.dtsi | 49 power-isa-sp.fv; // SPE.Embedded Float Vector
|
/freebsd/usr.sbin/crunch/crunchgen/ |
H A D | crunchgen.c | 253 void parse_line(char *pline, int *fc, char **fv, int nf); 348 parse_line(char *pline, int *fc, char **fv, int nf) in parse_line() argument 363 fv[(*fc)++] = p; in parse_line()
|
/freebsd/contrib/sendmail/src/ |
H A D | main.c | 2842 char *fv; local 2845 fv = macvalue('f', &MainEnvelope); 2846 if (fv == NULL || *fv == '\0') 2850 if (strchr(fv, '@') == NULL) 2852 i = strlen(fv) + strlen(macvalue('j', 2855 (void) sm_strlcpyn(p, i, 3, fv, "@", 2860 p = sm_strdup_x(fv);
|
/freebsd/sys/arm64/arm64/ |
H A D | identcpu.c | 2888 const struct mrs_field_value *fv; in print_id_fields() local 2894 fv = fields[i].values; in print_id_fields() 2896 if (fv == NULL) in print_id_fields() 2900 for (j = 0; fv[j].desc != NULL; j++) { in print_id_fields() 2901 if ((fv[j].value >> fields[i].shift) != field) in print_id_fields() 2904 if (fv[j].desc[0] != '\0') in print_id_fields() 2905 sbuf_printf(sb, "%s%s", SEP_STR, fv[j].desc); in print_id_fields() 2908 if (fv[j].desc == NULL) in print_id_fields()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoXSf.td | 191 defm FV : CustomSiFiveVCIX<"fv", VCIX_XV, uimm5, VR, FPR32>, Sched<[]>; 792 defm : VPatVC_XV<"fv", finfo.ScalarSuffix # "V", vti, finfo.Scalar,
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_parse.c | 5046 float fv; member 5141 uval.fv = (float) a; in sendflt() 5398 return uval.fv; in getflt()
|
/freebsd/ |
H A D | Makefile.inc1 | 3502 RM_I=-fv
|