OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdiml
(Results
1 - 13
of
13
) sorted by relevancy
/src/lib/libm/src/
s_fdim.c
49
DECL(long double,
fdiml
)
/src/include/
math.h
493
long double
fdiml
(long double, long double);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d
2044
extern(D) real
fdiml
()(real x, real y) { return fdim(cast(double) x, cast(double) y); }
2445
real
fdiml
(real x, real y); // since 5.3
2544
real
fdiml
(real x, real y);
3309
real
fdiml
(real x, real y);
3555
real
fdiml
(real x, real y);
3939
real
fdiml
(real x, real y);
4342
extern(D) real
fdiml
(real x, real y) { return fdim(cast(double) x, cast(double) y); }
4749
real
fdiml
(real x, real y);
tgmath.d
485
alias core.stdc.math.
fdiml
fdim;
975
alias core.stdc.math.
fdiml
fdim;
1492
alias core.stdc.math.
fdiml
fdim;
/src/lib/libm/
Makefile
567
MLINKS+=fdim.3
fdiml
.3
/src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h
701
__tg_fdim(long double __x, long double __y) {return
fdiml
(__x, __y);}
/src/external/gpl3/gcc/dist/gcc/cp/
cfns.h
313
{"
fdiml
", 99},
/src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h
313
{"
fdiml
", 99},
/src/external/gpl3/gcc/dist/fixincludes/
inclhack.def
186
extern long double
fdiml
( long double, long double ) __LIBMLDBL_COMPAT(
fdiml
);
/src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def
186
extern long double
fdiml
( long double, long double ) __LIBMLDBL_COMPAT(
fdiml
);
/src/external/apache2/llvm/dist/libcxx/include/
math.h
190
long double
fdiml
(long double x, long double y);
1203
inline _LIBCPP_INLINE_VISIBILITY long double fdim(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::
fdiml
(__lcpp_x, __lcpp_y);}
/src/external/gpl3/gcc/dist/libstdc++-v3/
configure
18602
fdiml
(0.0l, 0.0l);
20878
fdiml
(0.0l, 0.0l);
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure
20050
fdiml
(0.0l, 0.0l);
[
all
...]
Completed in 93 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026