OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fabsl
(Results
226 - 250
of
429
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
c++config.h
602
/* Define to 1 if you have the `
fabsl
' function. */
1447
# define
fabsl
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h
602
/* Define to 1 if you have the `
fabsl
' function. */
1447
# define
fabsl
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h
602
/* Define to 1 if you have the `
fabsl
' function. */
1447
# define
fabsl
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h
602
/* Define to 1 if you have the `
fabsl
' function. */
1447
# define
fabsl
macro
[
all
...]
/development/ndk/platforms/android-13/include/
math.h
429
long double
fabsl
(long double) __NDK_FPABI_MATH__ __pure2;
/development/ndk/platforms/android-18/include/
math.h
431
long double
fabsl
(long double) __NDK_FPABI_MATH__ __pure2;
/development/ndk/platforms/android-21/include/
math.h
420
long double
fabsl
(long double) __NDK_FPABI_MATH__ __pure2;
/development/ndk/platforms/android-3/include/
math.h
426
long double
fabsl
(long double) __NDK_FPABI_MATH__ __pure2;
/development/ndk/platforms/android-9/include/
math.h
426
long double
fabsl
(long double) __NDK_FPABI_MATH__ __pure2;
/external/clang/lib/Headers/
tgmath.h
541
__tg_fabs(long double __x) {return
fabsl
(__x);}
/external/llvm/lib/Analysis/
TargetLibraryInfo.cpp
124
TLI.setUnavailable(LibFunc::
fabsl
);
/external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp
322
case LibFunc::
fabsl
:
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h
541
__tg_fabs(long double __x) {return
fabsl
(__x);}
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h
541
__tg_fabs(long double __x) {return
fabsl
(__x);}
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libm-2.11.1.so
libm.so
libm.so.6
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h
480
__inline_mathcodeNP_ (long double,
fabsl
, __x, return __builtin_fabsl (__x))
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h
541
__tg_fabs(long double __x) {return
fabsl
(__x);}
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h
541
__tg_fabs(long double __x) {return
fabsl
(__x);}
/prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/
math.h
426
long double
fabsl
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/
math.h
426
long double
fabsl
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/
math.h
426
long double
fabsl
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/
math.h
429
long double
fabsl
(long double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/
math.h
429
long double
fabsl
(long double) __NDK_FPABI_MATH__ __pure2;
Completed in 1127 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>