Home
last modified time | relevance | path

Searched refs:M_SQRT2 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dvalues.h122 #define H_PREC (DSIGNIF % 2 ? (1 << DSIGNIF/2) * M_SQRT2 : 1 << DSIGNIF/2)
124 (float)(FSIGNIF % 2 ? (1 << FSIGNIF/2) * M_SQRT2 : 1 << FSIGNIF/2)
133 #define M_SQRT2 1.41421356237309504880 macro
H A Dmath.h88 #define M_SQRT2 1.41421356237309504880 macro
/illumos-gate/usr/src/boot/include/
H A Dmath.h155 #define M_SQRT2 1.41421356237309504880 /* sqrt(2) */ macro