Home
last modified time | relevance | path

Searched defs:fp_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfp_lib.h45 typedef float fp_t; typedef
65 typedef double fp_t; typedef
109 typedef long double fp_t; typedef
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dfiber.d1222 alias fp_t = void function(); // Actual signature not relevant. in version() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.h730 typedef UnionExp (*fp_t)(Loc loc, Type *, Expression *, Expression *); typedef