OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:llrint
(Results
26 - 35
of
35
) sorted by null
1
2
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
math.h
248
long long
llrint
(double);
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
math.h
248
long long
llrint
(double);
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
math.h
248
long long
llrint
(double);
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
math.h
248
long long
llrint
(double);
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h
65
using std::tr1::
llrint
;
/external/clang/lib/Headers/
tgmath.h
894
//
llrint
902
__tg_llrint(double __x) {return
llrint
(__x);}
908
#undef
llrint
macro
909
#define
llrint
(__x) __tg_llrint(__tg_promote1((__x))(__x))
macro
/prebuilt/sdk/11/renderscript/clang-include/
tgmath.h
894
//
llrint
902
__tg_llrint(double __x) {return
llrint
(__x);}
908
#undef
llrint
macro
909
#define
llrint
(__x) __tg_llrint(__tg_promote1((__x))(__x))
macro
/prebuilt/sdk/12/renderscript/clang-include/
tgmath.h
894
//
llrint
902
__tg_llrint(double __x) {return
llrint
(__x);}
908
#undef
llrint
macro
909
#define
llrint
(__x) __tg_llrint(__tg_promote1((__x))(__x))
macro
/prebuilt/sdk/13/renderscript/clang-include/
tgmath.h
894
//
llrint
902
__tg_llrint(double __x) {return
llrint
(__x);}
908
#undef
llrint
macro
909
#define
llrint
(__x) __tg_llrint(__tg_promote1((__x))(__x))
macro
/prebuilt/sdk/14/renderscript/clang-include/
tgmath.h
894
//
llrint
902
__tg_llrint(double __x) {return
llrint
(__x);}
908
#undef
llrint
macro
909
#define
llrint
(__x) __tg_llrint(__tg_promote1((__x))(__x))
macro
Completed in 957 milliseconds
1
2