OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nexttowardl
(Results
1 - 15
of
15
) 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/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d
2037
extern(D) real
nexttowardl
()(real x, real y) { return nexttoward(cast(double) x, cast(double) y); }
2438
real
nexttowardl
(real x, real y); // since 6.0
2542
extern(D) real
nexttowardl
(real x, real y) { return nexttoward(cast(double) x, cast(double) y); }
3307
real
nexttowardl
(real x, real y);
3553
real
nexttowardl
(real x, real y);
3932
real
nexttowardl
(real x, real y);
4335
extern(D) real
nexttowardl
(real x, real y) { return nexttoward(cast(double) x, cast(double) y); }
4742
real
nexttowardl
(real x, real y);
tgmath.d
478
alias core.stdc.math.
nexttowardl
nexttoward;
968
alias core.stdc.math.
nexttowardl
nexttoward;
1485
alias core.stdc.math.
nexttowardl
nexttoward;
/src/lib/libm/
Makefile
534
nextafter.3
nexttowardl
.3
/src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h
1070
__tg_nexttoward(long double __x, long double __y) {return
nexttowardl
(__x, __y);}
/src/external/gpl3/gcc/dist/gcc/cp/
cfns.h
755
{"
nexttowardl
", 99},
/src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h
755
{"
nexttowardl
", 99},
/src/external/gpl3/gcc/dist/fixincludes/
inclhack.def
185
extern long double
nexttowardl
( long double, long double ) __LIBMLDBL_COMPAT(
nexttowardl
);
/src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def
185
extern long double
nexttowardl
( long double, long double ) __LIBMLDBL_COMPAT(
nexttowardl
);
/src/external/apache2/llvm/dist/libcxx/include/
math.h
258
long double
nexttowardl
(long double x, long double y);
1535
inline _LIBCPP_INLINE_VISIBILITY long double nexttoward(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::
nexttowardl
(__lcpp_x, __lcpp_y);}
/src/external/gpl3/gcc/dist/libstdc++-v3/
configure
18598
nexttowardl
(0.0l, 0.0l);
20931
nexttowardl
(0.0l, 0.0l);
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure
20103
nexttowardl
(0.0l, 0.0l);
[
all
...]
Completed in 96 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026