Home
last modified time | relevance | path

Searched refs:frexp (Results 1 – 25 of 85) sorted by relevance

1234

/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A Ds_frexp.c28 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 Dmath.h47 using std::frexp;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_compatibility/
A Dmath.h47 using std::frexp;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_std/
A Dcmath64 #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 Dcmath64 #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 Dcmath64 #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 Dcmath64 #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 Dcmath64 #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 Dcmath64 #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 Dcmath64 #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 Dcmath64 #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 Dmath_stubs_float.cc125 return (float) frexp(x, exp); in frexpf()
A Dmath_stubs_long_double.cc125 return frexp((double) x, exp); in frexpl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dmath_stubs_float.cc125 return (float) frexp(x, exp); in frexpf()
A Dmath_stubs_long_double.cc125 return frexp((double) x, exp); in frexpl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/
A Dmath_stubs_long_double.cc125 return frexp((double) x, exp); in frexpl()
A Dmath_stubs_float.cc125 return (float) frexp(x, exp); in frexpf()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/
A Dmath_stubs_float.cc125 return (float) frexp(x, exp); in frexpf()
A Dmath_stubs_long_double.cc125 return frexp((double) x, exp); in frexpl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/
A Dmath_stubs_float.cc125 return (float) frexp(x, exp); in frexpf()
A Dmath_stubs_long_double.cc125 return frexp((double) x, exp); in frexpl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/
A Dmath_stubs_float.cc125 return (float) frexp(x, exp); in frexpf()
A Dmath_stubs_long_double.cc125 return frexp((double) x, exp); in frexpl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/
A Dmath_stubs_float.cc125 return (float) frexp(x, exp); in frexpf()
A Dmath_stubs_long_double.cc125 return frexp((double) x, exp); in frexpl()

Completed in 19 milliseconds

1234