Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/math/
Disless.c39 volatile long double epsl = LDBL_EPSILON; in main() local
68 T(1.0L, 1.0L+epsl, LESS); in main()
69 T(1.0L+epsl, 1.0L, GREATER); in main()
104 T(1.0L, 1.0L+epsl*0.25L, EQUAL); in main()