Home
last modified time | relevance | path

Searched refs:l_fp_add (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/ntp/tests/libntp/
Dlfpfunc.c32 l_fp l_fp_add(const l_fp first, const l_fp second);
129 l_fp_add(const l_fp first, const l_fp second) in l_fp_add() function
304 l_fp res = l_fp_add(op1, op2); in test_AdditionLR()
320 l_fp res = l_fp_add(op1, op2); in test_AdditionRL()
375 l_fp sum = l_fp_add(op1, op2); in test_Negation()
403 op1 = l_fp_add(op1, op2); in test_Absolute()