blob: 81c8f369c3bd531d800a4e290fbdef1c45796803 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#define __CLC_BODY <clc/math/binary_decl.inc>
#define __CLC_FUNCTION nextafter
#include <clc/math/gentype.inc>
#undef __CLC_FUNCTION
#define __CLC_FUNCTION __clc_nextafter
#include <clc/math/gentype.inc>
#undef __CLC_FUNCTION
#undef __CLC_BODY
|