Home
last modified time | relevance | path

Searched refs:tmpd (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/libstdc++/
H A Dacinclude.m4862 cabs(tmpd);
863 carg(tmpd);
864 ccos(tmpd);
865 ccosh(tmpd);
866 cexp(tmpd);
868 csin(tmpd);
869 csinh(tmpd);
870 csqrt(tmpd);
871 ctan(tmpd);
872 ctanh(tmpd);
[all …]
H A Dconfigure7461 cabs(tmpd);
7462 carg(tmpd);
7463 ccos(tmpd);
7464 ccosh(tmpd);
7465 cexp(tmpd);
7467 csin(tmpd);
7468 csinh(tmpd);
7469 csqrt(tmpd);
7470 ctan(tmpd);
7471 ctanh(tmpd);
[all …]
/freebsd-12.1/sys/mips/nlm/dev/net/
H A Dxlpge.c548 device_t tmpd; in nlm_xlpnae_attach() local
668 tmpd = device_add_child(dev, "xlpge", i); in nlm_xlpnae_attach()
669 device_set_ivars(tmpd, in nlm_xlpnae_attach()
672 device_set_desc_copy(tmpd, desc); in nlm_xlpnae_attach()
/freebsd-12.1/sys/geom/raid/
H A Dg_raid.c2024 struct g_raid_disk *disk, *tmpd; in g_raid_destroy_node() local
2034 TAILQ_FOREACH_SAFE(disk, &sc->sc_disks, d_next, tmpd) { in g_raid_destroy_node()