Searched defs:st1_ptr (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/arch/x86/math-emu/ |
H A D | poly_atan.c | 51 poly_atan(FPU_REG *st0_ptr, u_char st0_tag, FPU_REG *st1_ptr, u_char st1_tag) poly_atan() argument
|
H A D | poly_l2.c | 26 void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign) poly_l2() argument 105 poly_l2p1(u_char sign0, u_char sign1, FPU_REG * st0_ptr, FPU_REG * st1_ptr, FPU_REG * dest) poly_l2p1() argument
|
H A D | fpu_trig.c | 358 register FPU_REG *st1_ptr = st0_ptr; /* anticipate */ fxtract() local 780 FPU_REG *st1_ptr = &st(1); do_fprem() local 1022 FPU_REG *st1_ptr = &st(1), exponent; fyl2x() local 1193 FPU_REG *st1_ptr = &st(1); fpatan() local 1314 FPU_REG *st1_ptr = &st(1), a, b; fyl2xp1() local 1482 FPU_REG *st1_ptr = &st(1); fscale() local
|
Completed in 206 milliseconds