HomeSort by relevance Sort by last modified time
    Searched refs:frexpl (Results 1 - 25 of 45) sorted by null

1 2

  /bionic/libm/src/
s_frexp.c 57 __weak_reference(frexp, frexpl);
s_frexpl.c 39 frexpl(long double x, int *ex) function
s_fmal.c 67 xs = frexpl(x, &ex);
68 ys = frexpl(y, &ey);
69 zs = frexpl(z, &ez);
  /bionic/libm/include/
math.h 438 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /development/ndk/platforms/android-3/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /development/ndk/platforms/android-9/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */

Completed in 517 milliseconds

1 2