OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nexttowardl
(Results
1 - 5
of
5
) sorted by relevancy
/src/tests/lib/libm/
t_next.c
234
* floating-point numbers. Verify nextafterl and
nexttowardl
245
CHECK(i,
nexttowardl
, x[i], x[i], x[i]);
247
CHECK(i,
nexttowardl
, -x[i], -x[i], -x[i]);
254
CHECK(i,
nexttowardl
, x[i], x[i + 1], x[i + 1]);
256
CHECK(i,
nexttowardl
, x[i], x[n - 1], x[i + 1]);
258
CHECK(i,
nexttowardl
, x[i], INFINITY, x[i + 1]);
261
CHECK(i,
nexttowardl
, -x[i], -x[i + 1], -x[i + 1]);
263
CHECK(i,
nexttowardl
, -x[i], -x[n - 1], -x[i + 1]);
265
CHECK(i,
nexttowardl
, -x[i], -INFINITY, -x[i + 1]);
272
CHECK(i,
nexttowardl
, x[i], x[i - 1], x[i - 1])
[
all
...]
/src/lib/libm/src/
s_nextafter.c
31
__strong_alias(
nexttowardl
, nextafter)
s_nextafterl.c
33
__strong_alias(
nexttowardl
, nextafterl)
/src/include/
math.h
474
long double
nexttowardl
(long double, long double);
/src/lib/libm/
Makefile
534
nextafter.3
nexttowardl
.3
Completed in 37 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025