OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nearbyint
(Results
76 - 95
of
95
) sorted by null
1
2
3
4
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h
279
double
nearbyint
(double);
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h
279
double
nearbyint
(double);
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h
279
double
nearbyint
(double);
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h
279
double
nearbyint
(double);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
math.h
74
using std::tr1::
nearbyint
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
math.h
74
using std::tr1::
nearbyint
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
math.h
74
using std::tr1::
nearbyint
;
/external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp
261
case Intrinsic::
nearbyint
: Opcode = ISD::FNEARBYINT; break;
300
case LibFunc::
nearbyint
:
/bionic/libm/include/
math.h
269
double
nearbyint
(double);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp
[
all
...]
/external/clang/lib/Headers/
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
/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/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp
449
case Intrinsic::
nearbyint
:
/external/llvm/lib/Target/
TargetLibraryInfo.cpp
214
"
nearbyint
",
434
TLI.setUnavailable(LibFunc::
nearbyint
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp
522
static_assert((std::is_same<decltype(
nearbyint
((double)0)), double>::value), "");
525
assert(
nearbyint
(1) == 1);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp
2169
static source_type
nearbyint
( argument_type s )
function in struct:boost::detail::detect_precision_loss
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
[
all
...]
Completed in 864 milliseconds
1
2
3
4