Home
last modified time | relevance | path

Searched defs:st1_ptr (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/x86/math-emu/
Dfpu_trig.c359 register FPU_REG *st1_ptr = st0_ptr; /* anticipate */ in fxtract() local
786 FPU_REG *st1_ptr = &st(1); in do_fprem() local
1028 FPU_REG *st1_ptr = &st(1), exponent; in fyl2x() local
1199 FPU_REG *st1_ptr = &st(1); in fpatan() local
1320 FPU_REG *st1_ptr = &st(1), a, b; in fyl2xp1() local
1488 FPU_REG *st1_ptr = &st(1); in fscale() local
Dpoly_l2.c27 void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign) in poly_l2()
107 FPU_REG * st0_ptr, FPU_REG * st1_ptr, FPU_REG * dest) in poly_l2p1()
Dpoly_atan.c53 FPU_REG *st1_ptr, u_char st1_tag) in poly_atan()