Searched refs:idf (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/lib/msun/src/
H A De_acosf.c64 int32_t idf; local
68 GET_FLOAT_WORD(idf,df);
69 SET_FLOAT_WORD(df,idf&0xfffff000);
/freebsd-12-stable/sys/dev/drm2/i915/
H A Ddvo_ch7xxx.c260 uint8_t tvco, tpcp, tpd, tlpf, idf; local
282 ch7xxx_readb(dvo, CH7xxx_IDF, &idf);
284 idf &= ~(CH7xxx_IDF_HSP | CH7xxx_IDF_VSP);
286 idf |= CH7xxx_IDF_HSP;
289 idf |= CH7xxx_IDF_HSP;
291 ch7xxx_writeb(dvo, CH7xxx_IDF, idf);
/freebsd-12-stable/lib/msun/tests/
H A Dnext_test.c73 static float idf(float);
218 testf(idf(nextafterf(FLT_MAX, INFINITY)), INFINITY, ex_over);
219 testf(idf(nextafterf(INFINITY, 0.0)), FLT_MAX, 0);
220 testf(idf(nexttowardf(FLT_MAX, FLT_MAX * 2.0)), INFINITY, ex_over);
221 testf(idf(nexttowardf(INFINITY, FLT_MAX * 2.0)), FLT_MAX, 0);
251 * The idd() and idf() routines ensure that doubles and floats are
262 idf(float x) function
/freebsd-12-stable/usr.sbin/iscsid/
H A Discsid.c352 struct iscsi_daemon_fail idf; local
357 memset(&idf, 0, sizeof(idf));
358 idf.idf_session_id = conn->conn_session_id;
359 strlcpy(idf.idf_reason, reason, sizeof(idf.idf_reason));
361 error = ioctl(conn->conn_iscsi_fd, ISCSIDFAIL, &idf);
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dbss.h137 unsigned int idf, unsigned int idl);
H A Dbss.c1082 * @idf: Smallest allowed identifier assigned for the entry
1083 * @idf: Largest allowed identifier assigned for the entry
1091 unsigned int idf, unsigned int idl)
1095 if (bss->id >= idf && bss->id <= idl)
1090 wpa_bss_get_id_range(struct wpa_supplicant *wpa_s, unsigned int idf, unsigned int idl) argument
/freebsd-12-stable/contrib/gcc/
H A Dtree-into-ssa.c1209 bitmap idf; local
1217 idf = find_idf (def_map->def_blocks, dfs);
1218 insert_phi_nodes_for (var, idf, false);
1219 BITMAP_FREE (idf);
2737 bitmap idf, pruned_idf; local
2756 idf = find_idf (db->def_blocks, dfs);
2770 EXECUTE_IF_SET_IN_BITMAP (idf, 0, i, bi)
2779 bitmap_copy (pruned_idf, idf);
2787 bitmap_copy (pruned_idf, idf);
2812 BITMAP_FREE (idf);
[all...]
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c214726 double idf = log( (nRow - nHit + 0.5) / (nHit + 0.5) ); local
[all...]

Completed in 1057 milliseconds