tag
line
file
source code
poly_l2p1
85
arch/i386/math-emu/fpu_proto.h
extern int poly_l2p1(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result);
poly_l2p1
1346
arch/i386/math-emu/fpu_trig.c
if ( poly_l2p1(st0_ptr, st1_ptr, st1_ptr) )