Searched refs:frexp (Results 1 - 25 of 465) sorted by relevance

1234567891011>>

/prebuilts/go/darwin-x86/src/math/
H A Dfrexp_amd64.s8 JMP ·frexp(SB)
H A Dfrexp_arm.s8 B ·frexp(SB)
H A Dstubs_arm64.s34 B ·frexp(SB)
/prebuilts/go/linux-x86/src/math/
H A Dfrexp_amd64.s8 JMP ·frexp(SB)
H A Dfrexp_arm.s8 B ·frexp(SB)
H A Dstubs_arm64.s34 B ·frexp(SB)
/prebuilts/ndk/current/sources/android/support/src/musl-math/
H A Dfrexp.c4 double frexp(double x, int *e) function
11 x = frexp(x*0x1p64, e);
H A Dfrexpl.c6 return frexp(x, e);
/prebuilts/ndk/r11/sources/android/support/src/musl-math/
H A Dfrexp.c4 double frexp(double x, int *e) function
11 x = frexp(x*0x1p64, e);
H A Dfrexpl.c6 return frexp(x, e);
/prebuilts/ndk/r13/sources/android/support/src/musl-math/
H A Dfrexp.c4 double frexp(double x, int *e) function
11 x = frexp(x*0x1p64, e);
H A Dfrexpl.c6 return frexp(x, e);
/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
H A Dcmath58 using ::frexp;
/prebuilts/ndk/current/sources/cxx-stl/system/include/
H A Dcmath58 using ::frexp;
/prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
H A Dcmath58 using ::frexp;
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
H A Dcmath58 using ::frexp;
/prebuilts/ndk/r10/sources/cxx-stl/system/include/
H A Dcmath58 using ::frexp;
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
H A Dcmath58 using ::frexp;
/prebuilts/ndk/r11/sources/cxx-stl/system/include/
H A Dcmath58 using ::frexp;
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
H A Dcmath58 using ::frexp;
/prebuilts/ndk/r13/sources/cxx-stl/system/include/
H A Dcmath58 using ::frexp;
/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dpymath.h33 extern double frexp (double, int *);
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dpymath.h33 extern double frexp (double, int *);
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dpymath.h33 extern double frexp (double, int *);
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dpymath.h33 extern double frexp (double, int *);

Completed in 1520 milliseconds

1234567891011>>