tag
line
file
source code
__st
43
kernel/math/emulate.c
#define ST(x) (*__st((x)))
__st
44
kernel/math/emulate.c
#define PST(x) ((const temp_real *) __st((x)))
__st
52
kernel/math/emulate.c
static temp_real_unaligned * __st(int i);