OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expm1l
(Results
1 - 25
of
202
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/ndk/r16/sources/android/support/include/
math.h
59
long double
expm1l
(long double);
/bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c
53
/* log(2**16384 - 0.5 + 1) rounded towards zero for
expm1l
() is the same: */
199
expm1l
(long double x)
function
223
*
expm1l
() never underflows, but it must avoid
/external/libcxx/include/
cmath
190
long double
expm1l
(long double x);
497
using ::
expm1l
;
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cmath
190
long double
expm1l
(long double x);
502
using ::
expm1l
;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
cmath
190
long double
expm1l
(long double x);
497
using ::
expm1l
;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
cmath
190
long double
expm1l
(long double x);
497
using ::
expm1l
;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
cmath
190
long double
expm1l
(long double x);
497
using ::
expm1l
;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
cmath
190
long double
expm1l
(long double x);
497
using ::
expm1l
;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
cmath
190
long double
expm1l
(long double x);
497
using ::
expm1l
;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
cmath
190
long double
expm1l
(long double x);
497
using ::
expm1l
;
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
cmath
190
long double
expm1l
(long double x);
502
using ::
expm1l
;
/prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
cmath
190
long double
expm1l
(long double x);
497
using ::
expm1l
;
/prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
cmath
190
long double
expm1l
(long double x);
497
using ::
expm1l
;
/prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
cmath
190
long double
expm1l
(long double x);
497
using ::
expm1l
;
/prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
cmath
190
long double
expm1l
(long double x);
497
using ::
expm1l
;
/prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
cmath
190
long double
expm1l
(long double x);
497
using ::
expm1l
;
/prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
cmath
190
long double
expm1l
(long double x);
497
using ::
expm1l
;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
cmath
190
long double
expm1l
(long double x);
497
using ::
expm1l
;
/bionic/libc/tools/
posix-2013.txt
222
expm1l
/external/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
431
/// long double
expm1l
(long double x);
432
TLI_DEFINE_ENUM_INTERNAL(
expm1l
)
433
TLI_DEFINE_STRING_INTERNAL("
expm1l
")
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
431
/// long double
expm1l
(long double x);
432
TLI_DEFINE_ENUM_INTERNAL(
expm1l
)
433
TLI_DEFINE_STRING_INTERNAL("
expm1l
")
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
431
/// long double
expm1l
(long double x);
432
TLI_DEFINE_ENUM_INTERNAL(
expm1l
)
433
TLI_DEFINE_STRING_INTERNAL("
expm1l
")
[
all
...]
/external/clang/test/CodeGen/
libcall-declarations.c
84
long double
expm1l
(long double);
278
F(exp2f), F(exp2l), F(expm1), F(expm1f), F(
expm1l
),
383
// CHECK-NOERRNO: declare x86_fp80 @
expm1l
(x86_fp80) [[NUW]]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetLibraryInfo.def
556
/// long double
expm1l
(long double x);
557
TLI_DEFINE_ENUM_INTERNAL(
expm1l
)
558
TLI_DEFINE_STRING_INTERNAL("
expm1l
")
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetLibraryInfo.def
556
/// long double
expm1l
(long double x);
557
TLI_DEFINE_ENUM_INTERNAL(
expm1l
)
558
TLI_DEFINE_STRING_INTERNAL("
expm1l
")
[
all
...]
Completed in 354 milliseconds
1
2
3
4
5
6
7
8
9