HomeSort by relevance Sort by last modified time
    Searched full:roundl (Results 1 - 25 of 66) sorted by null

1 2 3

  /bionic/libm/src/
s_llroundl.c 5 #define roundit roundl
s_lroundl.c 5 #define roundit roundl
s_roundl.c 33 roundl(long double x) function
  /bionic/libm/man/
round.3 33 .Nm roundl
44 .Fn roundl "long double x"
50 .Fn roundl
78 .Fn roundl
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 196 roundl
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 155 roundl
  /external/neven/Embedded/common/src/b_APIEm/
Functions.c 66 int32 roundL = 0;
70 refSimL += ( refSimArrA[ iL ] + roundL ) >> shiftL;
75 roundL = ( int32 )1 << ( shiftL - 1 );
208 int32 roundL = 0;
212 refSimL += ( refSimArrA[ iL ] + roundL ) >> shiftL;
217 roundL = ( int32 )1 << ( shiftL - 1 );
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /external/neven/Embedded/common/src/b_TensorEm/
CompactMat.c 238 int32 roundL = 1 << ( overflowBitsL - 1 );
243 for( iL = sizeL; iL > 0; iL-- ) sumL += ( ( ( int32 )*rowPtrL++ * ( int32 )*inPtrL++ ) + roundL ) >> overflowBitsL;
254 sumL += ( lSumL + roundL ) >> overflowBitsL;
259 sumL += ( ( ( int8 )*rowPtrL++ * ( int32 )inPtrL[ 0 ] ) + roundL ) >> overflowBitsL;
275 sumL += ( ( lSumL >> 4 ) + roundL ) >> overflowBitsL;
283 sumL += ( ( lSumL >> 4 ) + roundL ) >> overflowBitsL;
295 int32 lRoundL = roundL << adjL;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 124 #undef roundl
273 using ::roundl;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 124 #undef roundl
273 using ::roundl;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 124 #undef roundl
273 using ::roundl;
  /bionic/libm/
Makefile-orig 148 MLINKS+=round.3 roundf.3 round.3 roundl.3
  /bionic/libm/include/
math.h 473 long double roundl(long double);
  /development/ndk/platforms/android-3/include/
math.h 470 long double roundl(long double);
  /development/ndk/platforms/android-9/include/
math.h 470 long double roundl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 470 long double roundl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 470 long double roundl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 470 long double roundl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 470 long double roundl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 470 long double roundl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 470 long double roundl(long double);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h 470 long double roundl(long double);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
math.h 470 long double roundl(long double);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
math.h 470 long double roundl(long double);

Completed in 2846 milliseconds

1 2 3