/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | s_frexp.c | 28 double frexp(double x, int *eptr) in frexp() function 46 libm_hidden_def(frexp)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_compatibility/ |
A D | math.h | 47 using std::frexp;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_compatibility/ |
A D | math.h | 47 using std::frexp;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_std/ |
A D | cmath | 64 #undef frexp 276 using ::frexp; 279 frexp(float __x, int* __exp) 283 frexp(long double __x, int* __exp) 289 frexp(_Tp __x, int* __exp)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_std/ |
A D | cmath | 64 #undef frexp 276 using ::frexp; 279 frexp(float __x, int* __exp) 283 frexp(long double __x, int* __exp) 289 frexp(_Tp __x, int* __exp)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_std/ |
A D | cmath | 64 #undef frexp 276 using ::frexp; 279 frexp(float __x, int* __exp) 283 frexp(long double __x, int* __exp) 289 frexp(_Tp __x, int* __exp)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/c_std/ |
A D | cmath | 64 #undef frexp 276 using ::frexp; 279 frexp(float __x, int* __exp) 283 frexp(long double __x, int* __exp) 289 frexp(_Tp __x, int* __exp)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c_std/ |
A D | cmath | 64 #undef frexp 276 using ::frexp; 279 frexp(float __x, int* __exp) 283 frexp(long double __x, int* __exp) 289 frexp(_Tp __x, int* __exp)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c_std/ |
A D | cmath | 64 #undef frexp 276 using ::frexp; 279 frexp(float __x, int* __exp) 283 frexp(long double __x, int* __exp) 289 frexp(_Tp __x, int* __exp)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_std/ |
A D | cmath | 64 #undef frexp 276 using ::frexp; 279 frexp(float __x, int* __exp) 283 frexp(long double __x, int* __exp) 289 frexp(_Tp __x, int* __exp)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_std/ |
A D | cmath | 64 #undef frexp 276 using ::frexp; 279 frexp(float __x, int* __exp) 283 frexp(long double __x, int* __exp) 289 frexp(_Tp __x, int* __exp)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/ |
A D | math_stubs_float.cc | 125 return (float) frexp(x, exp); in frexpf()
|
A D | math_stubs_long_double.cc | 125 return frexp((double) x, exp); in frexpl()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/ |
A D | math_stubs_float.cc | 125 return (float) frexp(x, exp); in frexpf()
|
A D | math_stubs_long_double.cc | 125 return frexp((double) x, exp); in frexpl()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/ |
A D | math_stubs_long_double.cc | 125 return frexp((double) x, exp); in frexpl()
|
A D | math_stubs_float.cc | 125 return (float) frexp(x, exp); in frexpf()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/ |
A D | math_stubs_float.cc | 125 return (float) frexp(x, exp); in frexpf()
|
A D | math_stubs_long_double.cc | 125 return frexp((double) x, exp); in frexpl()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/ |
A D | math_stubs_float.cc | 125 return (float) frexp(x, exp); in frexpf()
|
A D | math_stubs_long_double.cc | 125 return frexp((double) x, exp); in frexpl()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/ |
A D | math_stubs_float.cc | 125 return (float) frexp(x, exp); in frexpf()
|
A D | math_stubs_long_double.cc | 125 return frexp((double) x, exp); in frexpl()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/ |
A D | math_stubs_float.cc | 125 return (float) frexp(x, exp); in frexpf()
|
A D | math_stubs_long_double.cc | 125 return frexp((double) x, exp); in frexpl()
|