Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/m68k/fpe/
H A Dfpu_trig.c81 fpu_const(&fe->fe_f1, FPU_CONST_PI); in fpu_acos()
162 fpu_const(&fe->fe_f2, FPU_CONST_PI); in fpu_atan()
238 fpu_const(&p, FPU_CONST_PI); in fpu_cos()
342 fpu_const(&p, FPU_CONST_PI); in fpu_sin()
H A Dfpu_emulate.h259 #define FPU_CONST_PI (0x00) /* pi */ macro
H A Dfpu_cordic.c163 fpu_const(&fe->fe_f2, FPU_CONST_PI); in fpu_atan_taylor()