Searched defs:frexp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/lib/libc/gen/ |
| D | frexp.c | 34 frexp(double d, int *ex) in frexp() function
|
| /freebsd-10-stable/lib/msun/src/ |
| D | s_frexp.c | 35 frexp(double x, int *eptr) in frexp() function
|
| /freebsd-10-stable/contrib/libstdc++/include/c_std/ |
| D | std_cmath.h | 274 frexp(float __x, int* __exp) in frexp() function 278 frexp(long double __x, int* __exp) in frexp() function 284 frexp(_Tp __x, int* __exp) in frexp() function
|
| /freebsd-10-stable/include/ |
| D | tgmath.h | 177 #define frexp(x, y) __tg_simplev(x, frexp, x, y) macro
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 275 frexp, enumerator
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | tgmath.h | 823 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
|