/prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/ |
math.h | 216 double frexp(double, int *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/ |
math.h | 216 double frexp(double, int *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
math.h | 60 using std::tr1::frexp;
|
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/ |
math.h | 216 double frexp(double, int *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/ |
math.h | 216 double frexp(double, int *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/ |
math.h | 216 double frexp(double, int *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/ |
math.h | 216 double frexp(double, int *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/ |
math.h | 216 double frexp(double, int *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/ |
math.h | 216 double frexp(double, int *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/ |
math.h | 216 double frexp(double, int *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/ |
math.h | 216 double frexp(double, int *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/ |
math.h | 216 double frexp(double, int *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/ |
math.h | 216 double frexp(double, int *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/ |
math.h | 216 double frexp(double, int *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/ |
math.h | 216 double frexp(double, int *); /* fundamentally !__pure2 */
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
math.h | 60 using std::tr1::frexp;
|
/external/clang/lib/Headers/ |
tgmath.h | 808 // frexp 816 __tg_frexp(double __x, int* __y) {return frexp(__x, __y);} 822 #undef frexp macro 823 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
|
/prebuilts/sdk/renderscript/clang-include/ |
tgmath.h | 808 // frexp 816 __tg_frexp(double __x, int* __y) {return frexp(__x, __y);} 822 #undef frexp macro 823 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
|
/external/libvpx/vp8/common/x86/ |
boolcoder.cxx | 141 uint m = (uint) ldexp( frexp( p, &e), mbits + 2);
|
/external/mesa3d/src/mesa/main/ |
imports.h | 278 #define FREXPF(x,y) ((GLfloat) frexp(x,y))
|
/frameworks/rs/scriptc/ |
rs_cl.rsh | 399 extern float __attribute__((overloadable)) frexp(float v, int *iptr); 400 FN_FUNC_FN_PIN(frexp)
|
/prebuilts/sdk/renderscript/include/ |
rs_cl.rsh | 399 extern float __attribute__((overloadable)) frexp(float v, int *iptr); 400 FN_FUNC_FN_PIN(frexp)
|
/frameworks/compile/libbcc/lib/ScriptCRT/ |
rs_cl.c | 468 extern float __attribute__((overloadable)) frexp(float, int *); 469 FN_FUNC_FN_PIN(frexp) [all...] |
/external/flac/libFLAC/ |
lpc.c | 188 (void)frexp(cmax, &log2cmax); [all...] |