Searched hist:b902e8b239be392c308d8099220da051d3d4d919 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/include/ |
| H A D | tgmath.h | diff b902e8b239be392c308d8099220da051d3d4d919 Sun Aug 08 22:05:47 CEST 2004 Stefan Farfeleder <stefanf@FreeBSD.org> 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(). b902e8b239be392c308d8099220da051d3d4d919 Sun Aug 08 22:05:47 CEST 2004 Stefan Farfeleder <stefanf@FreeBSD.org> 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 D | Makefile | diff b902e8b239be392c308d8099220da051d3d4d919 Sun Aug 08 22:05:47 CEST 2004 Stefan Farfeleder <stefanf@FreeBSD.org> 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(). diff b902e8b239be392c308d8099220da051d3d4d919 Sun Aug 08 22:05:47 CEST 2004 Stefan Farfeleder <stefanf@FreeBSD.org> 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().
|