Home
last modified time | relevance | path

Searched refs:fv (Results 1 – 24 of 24) sorted by relevance

/openbsd/gnu/usr.bin/gcc/contrib/
H A Ddownload_f2c68 cmp f2c.h src/f2c.h && rm -fv src/f2c.h
69 cmp src/readme src/README && rm -fv src/readme
/openbsd/gnu/llvm/llvm/lib/Analysis/models/
H A Dlog_reader.py112 for fv in features:
113 pretty_print_tensor_value(fv)
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Datof-ieee.c680 float fv; local
692 memcpy (&fv, &arr[0], sizeof (float));
693 sprintf (sbuf + strlen (sbuf), "%x %x %.12g\n", arr[0], arr[1], fv);
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Datof-ieee.c713 float fv; local
725 memcpy (&fv, &arr[0], sizeof (float));
726 sprintf (sbuf + strlen (sbuf), "%x %x %.12g\n", arr[0], arr[1], fv);
/openbsd/usr.bin/systat/
H A Dengine.c559 add_view(field_view *fv) in add_view() argument
563 if (fv == NULL) in add_view()
566 if (fv->view == NULL || fv->name == NULL || fv->mgr == NULL) in add_view()
573 ent->view = fv; in add_view()
H A Dengine.h134 void add_view(field_view *fv);
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1385.key26 SlQQrt1TOIrn1we3r2KPy59aTXK5qO06JjA+fv/Ful8Bkb/GorhlNw==
H A D2790.key4 0ZoVlrc+qCeuG3SVnz9mfbCT2VcTo/fv+yfOkA9/jexCbvuuFY5O7aKv+fLeJDlJ
H A D173.key10 fv+/P8KsWzzbymlu6uCJ7AK7AVjpdmDmc1j5pON8rfG4ayRlAJGxv+cs2HNTaYPi
H A D473.key11 IHnNQ4QNmMrXK+WVljyBE5j0esd+fv+4uMnTuCRbwfxep5vSpdKL7Of238+hTlSK
H A D2797.key16 KCCRHv6HIxx+e+ZA1ud4mtOJhl9czjNhtwCwqtVdA9fICi3ITM26Kbjsz0I/fv+d
H A D2483.chain13 1Yq+i/4Z4anX/gfIGOQ/fv/tl/5FnUnkS1G/LFaT9YBYeJ02W3XkL2tE6aXx6OIy
/openbsd/gnu/usr.bin/perl/t/lib/
H A Ddbmt_common.pl233 my($fk, $sk, $fv, $sv) = @_;
237 is($fetch_value, $fv);
/openbsd/gnu/usr.bin/perl/cpan/DB_File/t/
H A Ddb-hash.t513 my($fk, $sk, $fv, $sv) = @_ ;
517 print "# Fetch Value : expected '$fv' got '$fetch_value'\n"
518 if $fetch_value ne $fv ;
528 $fetch_value eq $fv && $store_value eq $sv &&
H A Ddb-recno.t574 my($fk, $sk, $fv, $sv) = @_ ;
578 print "# Fetch Value : expected '$fv' got '$fetch_value'\n"
579 if $fetch_value ne $fv ;
589 $fetch_value eq $fv && $store_value eq $sv &&
H A Ddb-btree.t732 my($fk, $sk, $fv, $sv) = @_ ;
735 $fetch_value eq $fv && $store_value eq $sv &&
/openbsd/usr.sbin/crunchgen/
H A Dcrunchgen.c231 void parse_line(char *line, int *fc, char **fv, int nf);
315 parse_line(char *line, int *fc, char **fv, int nf) in parse_line() argument
328 fv[(*fc)++] = p; in parse_line()
/openbsd/gnu/usr.bin/binutils-2.17/cpu/
H A Dsh.cpu255 (define-pmacro (-build-fvec-name n) ((.sym fv n) n))
258 (name h-fv)
H A Dsh64-media.cpu147 (dshmop fvg "Left single precision vector" () h-fv f-left)
148 (dshmop fvh "Right single precision vector" () h-fv f-right)
149 (dshmop fvf "Destination single precision vector" () h-fv f-dest)
/openbsd/gnu/llvm/clang/utils/ABITest/
H A DABITestGen.py237 elements = [random.choice(fv) for fv in fieldValues]
/openbsd/gnu/usr.bin/perl/
H A Dsv.c11489 # define VCATPVFN_NV_TO_FV(nv,fv) (fv)=(nv) argument
11494 # define VCATPVFN_NV_TO_FV(nv,fv) (fv)=(nv) argument
11940 negative = fv < 0 || Perl_signbit(nv);
11972 if (fv != 0.0)
13228 vcatpvfn_long_double_t fv; local
13284 fv = nv;
13288 nv = fv;
13291 VCATPVFN_NV_TO_FV(nv, fv);
13295 fv = nv;
13306 VCATPVFN_NV_TO_FV(nv, fv);
[all …]
/openbsd/sys/dev/pci/
H A Dif_ice.c17237 struct ice_fv_word *fv) in ice_write_es() argument
17242 if (!fv) { in ice_write_es()
17244 sizeof(*fv)); in ice_write_es()
17247 memcpy(&hw->blk[blk].es.t[off], fv, hw->blk[blk].es.fvw * in ice_write_es()
17248 sizeof(*fv)); in ice_write_es()
21987 struct ice_fv_word *fv, uint8_t *prof_id) in ice_find_prof_id() argument
21996 if (memcmp(&es->t[off], fv, es->fvw * sizeof(*fv))) in ice_find_prof_id()
/openbsd/usr.bin/vi/docs/tutorial/
H A Dvi.advanced167 Note that {fv} moves the cursor on/over the 'v' in 'seven'. Do a {0} to return
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dgdb.texinfo5020 structures, and you are interested in the values of a field @code{fv}
5025 p dtab[$i++]->fv