OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lround
(Results
26 - 50
of
102
) sorted by null
1
2
3
4
5
/external/clang/lib/Headers/
tgmath.h
1013
//
lround
1021
__tg_lround(double __x) {return
lround
(__x);}
1027
#undef
lround
macro
1028
#define
lround
(__x) __tg_lround(__tg_promote1((__x))(__x))
macro
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h
1013
//
lround
1021
__tg_lround(double __x) {return
lround
(__x);}
1027
#undef
lround
macro
1028
#define
lround
(__x) __tg_lround(__tg_promote1((__x))(__x))
macro
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
tgmath.h
1013
//
lround
1021
__tg_lround(double __x) {return
lround
(__x);}
1027
#undef
lround
macro
1028
#define
lround
(__x) __tg_lround(__tg_promote1((__x))(__x))
macro
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h
1013
//
lround
1021
__tg_lround(double __x) {return
lround
(__x);}
1027
#undef
lround
macro
1028
#define
lround
(__x) __tg_lround(__tg_promote1((__x))(__x))
macro
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h
1013
//
lround
1021
__tg_lround(double __x) {return
lround
(__x);}
1027
#undef
lround
macro
1028
#define
lround
(__x) __tg_lround(__tg_promote1((__x))(__x))
macro
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h
1013
//
lround
1021
__tg_lround(double __x) {return
lround
(__x);}
1027
#undef
lround
macro
1028
#define
lround
(__x) __tg_lround(__tg_promote1((__x))(__x))
macro
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
tgmath.h
1013
//
lround
1021
__tg_lround(double __x) {return
lround
(__x);}
1027
#undef
lround
macro
1028
#define
lround
(__x) __tg_lround(__tg_promote1((__x))(__x))
macro
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h
1013
//
lround
1021
__tg_lround(double __x) {return
lround
(__x);}
1027
#undef
lround
macro
1028
#define
lround
(__x) __tg_lround(__tg_promote1((__x))(__x))
macro
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h
1013
//
lround
1021
__tg_lround(double __x) {return
lround
(__x);}
1027
#undef
lround
macro
1028
#define
lround
(__x) __tg_lround(__tg_promote1((__x))(__x))
macro
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h
1013
//
lround
1021
__tg_lround(double __x) {return
lround
(__x);}
1027
#undef
lround
macro
1028
#define
lround
(__x) __tg_lround(__tg_promote1((__x))(__x))
macro
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h
1013
//
lround
1021
__tg_lround(double __x) {return
lround
(__x);}
1027
#undef
lround
macro
1028
#define
lround
(__x) __tg_lround(__tg_promote1((__x))(__x))
macro
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h
1013
//
lround
1021
__tg_lround(double __x) {return
lround
(__x);}
1027
#undef
lround
macro
1028
#define
lround
(__x) __tg_lround(__tg_promote1((__x))(__x))
macro
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h
1013
//
lround
1021
__tg_lround(double __x) {return
lround
(__x);}
1027
#undef
lround
macro
1028
#define
lround
(__x) __tg_lround(__tg_promote1((__x))(__x))
macro
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
1013
//
lround
1021
__tg_lround(double __x) {return
lround
(__x);}
1027
#undef
lround
macro
1028
#define
lround
(__x) __tg_lround(__tg_promote1((__x))(__x))
macro
/external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp
509
static_assert((std::is_same<decltype(
lround
((double)0)), long>::value), "");
512
assert(
lround
(1) == 1L);
/external/ltrace/etc/
libm.so.conf
128
long
lround
(double);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp
514
static_assert((std::is_same<decltype(
lround
((double)0)), long>::value), "");
517
assert(
lround
(1) == 1L);
/external/flac/libFLAC/
lpc.c
61
static inline long int
lround
(double x) {
function
214
q =
lround
(error);
243
q =
lround
(error);
[
all
...]
/development/ndk/platforms/android-13/include/
math.h
253
long
lround
(double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-18/include/
math.h
254
long
lround
(double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-21/include/
math.h
243
long
lround
(double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-3/include/
math.h
253
long
lround
(double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-9/include/
math.h
253
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
math.h
253
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
math.h
253
long
lround
(double) __NDK_FPABI_MATH__;
Completed in 1075 milliseconds
1
2
3
4
5