Lines Matching full:src

21 struct fp_ext *fp_fsin(struct fp_ext *dest, struct fp_ext *src)  in fp_fsin()  argument
25 fp_monadic_check(dest, src); in fp_fsin()
30 struct fp_ext *fp_fcos(struct fp_ext *dest, struct fp_ext *src) in fp_fcos() argument
34 fp_monadic_check(dest, src); in fp_fcos()
39 struct fp_ext *fp_ftan(struct fp_ext *dest, struct fp_ext *src) in fp_ftan() argument
43 fp_monadic_check(dest, src); in fp_ftan()
48 struct fp_ext *fp_fasin(struct fp_ext *dest, struct fp_ext *src) in fp_fasin() argument
52 fp_monadic_check(dest, src); in fp_fasin()
57 struct fp_ext *fp_facos(struct fp_ext *dest, struct fp_ext *src) in fp_facos() argument
61 fp_monadic_check(dest, src); in fp_facos()
66 struct fp_ext *fp_fatan(struct fp_ext *dest, struct fp_ext *src) in fp_fatan() argument
70 fp_monadic_check(dest, src); in fp_fatan()
75 struct fp_ext *fp_fsinh(struct fp_ext *dest, struct fp_ext *src) in fp_fsinh() argument
79 fp_monadic_check(dest, src); in fp_fsinh()
84 struct fp_ext *fp_fcosh(struct fp_ext *dest, struct fp_ext *src) in fp_fcosh() argument
88 fp_monadic_check(dest, src); in fp_fcosh()
93 struct fp_ext *fp_ftanh(struct fp_ext *dest, struct fp_ext *src) in fp_ftanh() argument
97 fp_monadic_check(dest, src); in fp_ftanh()
102 struct fp_ext *fp_fatanh(struct fp_ext *dest, struct fp_ext *src) in fp_fatanh() argument
106 fp_monadic_check(dest, src); in fp_fatanh()
111 struct fp_ext *fp_fsincos0(struct fp_ext *dest, struct fp_ext *src) in fp_fsincos0() argument
118 struct fp_ext *fp_fsincos1(struct fp_ext *dest, struct fp_ext *src) in fp_fsincos1() argument
125 struct fp_ext *fp_fsincos2(struct fp_ext *dest, struct fp_ext *src) in fp_fsincos2() argument
132 struct fp_ext *fp_fsincos3(struct fp_ext *dest, struct fp_ext *src) in fp_fsincos3() argument
139 struct fp_ext *fp_fsincos4(struct fp_ext *dest, struct fp_ext *src) in fp_fsincos4() argument
146 struct fp_ext *fp_fsincos5(struct fp_ext *dest, struct fp_ext *src) in fp_fsincos5() argument
153 struct fp_ext *fp_fsincos6(struct fp_ext *dest, struct fp_ext *src) in fp_fsincos6() argument
160 struct fp_ext *fp_fsincos7(struct fp_ext *dest, struct fp_ext *src) in fp_fsincos7() argument