/external/bison/lib/ |
frexpl.c | 27 return frexp (x, expptr); 33 # include "frexp.c"
|
frexp.c | 48 # define FUNC frexp
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_frexp.c | 18 * x = frexp(arg,&exp); 22 * If arg is inf, 0.0, or NaN, then frexp(arg,&exp) returns arg 35 frexp(double x, int *eptr) function 55 __weak_reference(frexp, frexpl);
|
s_fma.c | 200 xs = frexp(x, &ex); 201 ys = frexp(y, &ey); 202 zs = frexp(z, &ez);
|
/system/extras/tests/bionic/libstdc++/ |
test_cmath.cpp | 56 using ::frexp;
|
/bionic/libstdc++/include/ |
cmath | 58 using ::frexp;
|
/external/chromium_org/third_party/libxml/src/include/ |
win32config.h | 63 double val = frexp (d, &expon); 80 double val = frexp (d, &expon);
|
/external/chromium_org/third_party/libxml/win32/ |
config.h | 63 double val = frexp (d, &expon); 80 double val = frexp (d, &expon);
|
/external/chromium_org/third_party/libxslt/libxslt/ |
win32config.h | 49 double val = frexp (d, &expon); 64 double val = frexp (d, &expon);
|
/ndk/sources/cxx-stl/gabi++/include/ |
cmath | 58 using ::frexp;
|
/ndk/sources/cxx-stl/system/include/ |
cmath | 58 using ::frexp;
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
cmath | 56 using ::frexp;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
cmath | 56 using ::frexp;
|
/prebuilts/ndk/5/sources/cxx-stl/system/include/ |
cmath | 58 using ::frexp;
|
/prebuilts/ndk/6/sources/cxx-stl/system/include/ |
cmath | 58 using ::frexp;
|
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
cmath | 58 using ::frexp;
|
/prebuilts/ndk/7/sources/cxx-stl/system/include/ |
cmath | 58 using ::frexp;
|
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/ |
cmath | 58 using ::frexp;
|
/prebuilts/ndk/8/sources/cxx-stl/system/include/ |
cmath | 58 using ::frexp;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
cmath | 58 using ::frexp;
|
/prebuilts/ndk/9/sources/cxx-stl/system/include/ |
cmath | 58 using ::frexp;
|
/external/compiler-rt/lib/asan/ |
asan_intercepted_functions.h | 110 double frexp(double x, int *expptr);
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pymath.h | 33 extern double frexp (double, int *);
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pymath.h | 33 extern double frexp (double, int *);
|
/external/stlport/test/unit/ |
cmath_test.cpp | 98 double_val = std::frexp(8.0, &int_val); 123 float_val = std::frexp(8.0f, &int_val); 149 long_double_val = std::frexp(8.0l, &int_val);
|