OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asinhf
(Results
76 - 100
of
324
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ltrace/etc/
libm.so.conf
57
float
asinhf
(float);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h
143
#define
asinhf
(f) ((float) asinh(f))
macro
152
static inline float
asinhf
(float x) { return logf(x + sqrtf(x * x + 1.0f)); }
function
/external/llvm/include/llvm/Target/
TargetLibraryInfo.h
121
/// float
asinhf
(float x);
122
asinhf
,
enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
TargetLibraryInfo.cpp
71
"
asinhf
",
463
TLI.setUnavailable(LibFunc::
asinhf
);
/external/mesa3d/src/mesa/main/
imports.h
143
#define
asinhf
(f) ((float) asinh(f))
macro
151
static inline float
asinhf
(float x) { return logf(x + sqrtf(x * x + 1.0f)); }
function
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath
36
#undef
asinhf
156
using ::
asinhf
;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath
36
#undef
asinhf
156
using ::
asinhf
;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath
36
#undef
asinhf
156
using ::
asinhf
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cmath
36
#undef
asinhf
156
using ::
asinhf
;
/external/libcxx/include/
cmath
161
float
asinhf
(float x);
1066
using ::
asinhf
;
1068
inline _LIBCPP_INLINE_VISIBILITY float asinh(float __x) _NOEXCEPT {return
asinhf
(__x);}
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath
161
float
asinhf
(float x);
1066
using ::
asinhf
;
1068
inline _LIBCPP_INLINE_VISIBILITY float asinh(float __x) _NOEXCEPT {return
asinhf
(__x);}
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath
161
float
asinhf
(float x);
1066
using ::
asinhf
;
1068
inline _LIBCPP_INLINE_VISIBILITY float asinh(float __x) _NOEXCEPT {return
asinhf
(__x);}
[
all
...]
/bionic/libm/include/
math.h
345
float
asinhf
(float);
/external/llvm/test/Transforms/InstCombine/
double-float-shrink-1.ll
63
; CHECK: call float @
asinhf
(float %f)
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h
348
float
asinhf
(float);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h
348
float
asinhf
(float);
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h
348
float
asinhf
(float);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h
348
float
asinhf
(float);
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h
348
float
asinhf
(float);
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h
348
float
asinhf
(float);
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h
348
float
asinhf
(float);
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h
348
float
asinhf
(float);
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h
348
float
asinhf
(float);
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h
348
float
asinhf
(float);
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h
348
float
asinhf
(float);
Completed in 860 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>