Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/tests/libpythagoras/
H A Dpythagoras.h26 double pythagorean_theorem(double, double);
H A Dpythagoras.c32 pythagorean_theorem(double a, double b) in pythagorean_theorem() function
/freebsd/libexec/rtld-elf/tests/target/
H A Dtarget.c33 float hypotenuse = pythagorean_theorem(3, 4); in main()