Searched hist:133333 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/include/
H A Dtgmath.h133333 Sun Aug 08 18:05:47 MDT 2004 stefanf Implement C99's standard header <tgmath.h>. It provides type-generic macros
for the <math.h> and <complex.h> functions that have float, double and long
double implementations. Such type-generic macros expand to an actual
function, depending on the types of the macro arguments, eg. if <tgmath.h>
is included, the invocation cos(1.0f) calls the function cosf().
H A DMakefilediff 133333 Sun Aug 08 18:05:47 MDT 2004 stefanf Implement C99's standard header <tgmath.h>. It provides type-generic macros
for the <math.h> and <complex.h> functions that have float, double and long
double implementations. Such type-generic macros expand to an actual
function, depending on the types of the macro arguments, eg. if <tgmath.h>
is included, the invocation cos(1.0f) calls the function cosf().

Completed in 120 milliseconds