OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nearbyint
(Results
176 - 200
of
449
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
1030
//
nearbyint
1038
__tg_nearbyint(double __x) {return
nearbyint
(__x);}
1044
#undef
nearbyint
macro
1045
#define
nearbyint
(__x) __tg_nearbyint(__tg_promote1((__x))(__x))
macro
/external/libcxx/include/
cmath
252
floating_point
nearbyint
(arithmetic x);
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath
252
floating_point
nearbyint
(arithmetic x);
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath
252
floating_point
nearbyint
(arithmetic x);
[
all
...]
/external/llvm/test/Transforms/InstCombine/
intrinsics.ll
26
declare double @llvm.
nearbyint
.f64(double %Val) nounwind readonly
504
define void @
nearbyint
(double *%P) {
506
%B = tail call double @llvm.
nearbyint
.f64(double 1.5) nounwind
508
%C = tail call double @llvm.
nearbyint
.f64(double -1.5) nounwind
511
; CHECK-LABEL: @
nearbyint
(
/external/llvm/test/CodeGen/AArch64/
arm64-vcvt.ll
342
%tmp3 = call <2 x float> @llvm.
nearbyint
.v2f32(<2 x float> %A)
351
%tmp3 = call <4 x float> @llvm.
nearbyint
.v4f32(<4 x float> %A)
360
%tmp3 = call <2 x double> @llvm.
nearbyint
.v2f64(<2 x double> %A)
364
declare <2 x float> @llvm.
nearbyint
.v2f32(<2 x float>) nounwind readnone
365
declare <4 x float> @llvm.
nearbyint
.v4f32(<4 x float>) nounwind readnone
366
declare <2 x double> @llvm.
nearbyint
.v2f64(<2 x double>) nounwind readnone
/external/llvm/test/Transforms/BBVectorize/
simple-int.ll
11
declare double @llvm.
nearbyint
.f64(double)
215
; Basic depth-3 chain with
nearbyint
219
%Y1 = call double @llvm.
nearbyint
.f64(double %X1)
220
%Y2 = call double @llvm.
nearbyint
.f64(double %X2)
231
; CHECK: %Y1 = call <2 x double> @llvm.
nearbyint
.v2f64(<2 x double> %X1)
497
; CHECK: declare <2 x double> @llvm.
nearbyint
.v2f64(<2 x double>) #0
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h
356
#define
nearbyint
(Val) __TGMATH_UNARY_REAL_ONLY (Val,
nearbyint
)
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h
356
#define
nearbyint
(Val) __TGMATH_UNARY_REAL_ONLY (Val,
nearbyint
)
macro
/bionic/libc/tools/
posix-2013.txt
595
nearbyint
/external/clang/test/CodeGen/
libcall-declarations.c
136
double
nearbyint
(double);
289
F(lroundl), F(
nearbyint
), F(nearbyintf), F(nearbyintl), F(nextafter),
435
// CHECK-NOERRNO: declare double @
nearbyint
(double) [[NUW]]
557
// CHECK-ERRNO: declare double @
nearbyint
(double) [[NUW]]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h
74
using std::tr1::
nearbyint
;
cmath
110
#undef
nearbyint
255
using ::
nearbyint
;
806
nearbyint
(float __x)
810
nearbyint
(long double __x)
816
nearbyint
(_Tp __x)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h
74
using std::tr1::
nearbyint
;
cmath
110
#undef
nearbyint
255
using ::
nearbyint
;
806
nearbyint
(float __x)
810
nearbyint
(long double __x)
816
nearbyint
(_Tp __x)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
math.h
74
using std::tr1::
nearbyint
;
cmath
110
#undef
nearbyint
255
using ::
nearbyint
;
806
nearbyint
(float __x)
810
nearbyint
(long double __x)
816
nearbyint
(_Tp __x)
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h
74
using std::tr1::
nearbyint
;
cmath
110
#undef
nearbyint
255
using ::
nearbyint
;
806
nearbyint
(float __x)
810
nearbyint
(long double __x)
816
nearbyint
(_Tp __x)
[
all
...]
/external/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
757
/// double
nearbyint
(double x);
758
TLI_DEFINE_ENUM_INTERNAL(
nearbyint
)
759
TLI_DEFINE_STRING_INTERNAL("
nearbyint
")
[
all
...]
/external/llvm/lib/Analysis/
VectorUtils.cpp
51
case Intrinsic::
nearbyint
:
211
case LibFunc::
nearbyint
:
214
return checkUnaryFloatSignature(*CI, Intrinsic::
nearbyint
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cmath
998
#undef
nearbyint
1137
using ::
nearbyint
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cmath
998
#undef
nearbyint
1137
using ::
nearbyint
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cmath
998
#undef
nearbyint
1137
using ::
nearbyint
;
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cmath
999
#undef
nearbyint
1138
using ::
nearbyint
;
[
all
...]
Completed in 832 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>