Lines Matching defs:first
71 l_fp_scmp(const l_fp first, const l_fp second) in l_fp_scmp()
88 l_fp_ucmp(const l_fp first, l_fp second) in l_fp_ucmp()
131 l_fp_add(const l_fp first, const l_fp second) in l_fp_add()
140 l_fp_subtract(const l_fp first, const l_fp second) in l_fp_subtract()
149 l_fp_negate(const l_fp first) in l_fp_negate()
158 l_fp_abs(const l_fp first) in l_fp_abs()
167 l_fp_signum(const l_fp first) in l_fp_signum()
175 l_fp_convert_to_double(const l_fp first) in l_fp_convert_to_double()
191 l_fp_swap(l_fp * first, l_fp *second) in l_fp_swap()
209 l_isgt (const l_fp first, const l_fp second) in l_isgt()
216 l_isgtu(const l_fp first, const l_fp second) in l_isgtu()
223 l_ishis(const l_fp first, const l_fp second) in l_ishis()
230 l_isgeq(const l_fp first, const l_fp second) in l_isgeq()
237 l_isequ(const l_fp first, const l_fp second) in l_isequ()