OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:log1pf
(Results
226 - 250
of
698
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath
229
float
log1pf
(float x);
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath
229
float
log1pf
(float x);
[
all
...]
/development/ndk/platforms/android-13/include/
math.h
328
float
log1pf
(float);
/development/ndk/platforms/android-18/include/
math.h
329
float
log1pf
(float);
/development/ndk/platforms/android-21/include/
math.h
324
float
log1pf
(float);
/development/ndk/platforms/android-9/include/
math.h
327
float
log1pf
(float);
/external/llvm/test/Transforms/InstCombine/
double-float-shrink-1.ll
224
; CHECK: call fast float @
log1pf
(float %f)
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h
441
using ::
log1pf
;
/prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_cmath.h
450
using ::
log1pf
;
/prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_cmath.h
450
using ::
log1pf
;
/prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_cmath.h
450
using ::
log1pf
;
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h
450
using ::
log1pf
;
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h
441
using ::
log1pf
;
/prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_cmath.h
450
using ::
log1pf
;
/prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_cmath.h
450
using ::
log1pf
;
/prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_cmath.h
450
using ::
log1pf
;
/prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h
450
using ::
log1pf
;
/external/llvm/test/Transforms/InferFunctionAttrs/
annotate.ll
448
; CHECK: declare float @
log1pf
(float)
449
declare float @
log1pf
(float)
no-proto.ll
429
; CHECK: declare void @
log1pf
(...)
430
declare void @
log1pf
(...)
/external/eigen/Eigen/src/Core/arch/CUDA/
PacketMathHalf.h
273
float r1 =
log1pf
(a1);
274
float r2 =
log1pf
(a2);
[
all
...]
/external/libcxx/include/
math.h
226
float
log1pf
(float x);
[
all
...]
/external/llvm/test/Transforms/LoopVectorize/X86/
veclib-calls.ll
262
declare float @
log1pf
(float) nounwind readnone
272
%call = tail call float @
log1pf
(float %0) nounwind readnone
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
math.h
226
float
log1pf
(float x);
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
math.h
226
float
log1pf
(float x);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cmath
981
#undef
log1pf
1114
using ::
log1pf
;
[
all
...]
Completed in 437 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>