OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ilogb
(Results
151 - 175
of
363
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
cmath
216
int
ilogb
(arithmetic x);
419
using ::
ilogb
;
/prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h
233
__CUDA_CLANG_FN_INTEGER_OVERLOAD_1(int,
ilogb
)
369
using ::
ilogb
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h
194
FP_ILOGB0 Expands to a value returned by `
ilogb
(0.0)'.
195
FP_ILOGBNAN Expands to a value returned by `
ilogb
(NAN)'.
tgmath.h
418
#define
ilogb
(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, int,
ilogb
)
macro
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
cmath
216
int
ilogb
(arithmetic x);
419
using ::
ilogb
;
/bionic/libc/tools/
posix-2013.txt
406
ilogb
/external/fdlibm/
e_rem_pio2.c
161
/* set z = ieee_scalbn(|x|,
ilogb
(x)-23) */
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
math.rs
150
TEST_IN_FUNC_FN(
ilogb
);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
math.rs.bak
269
TEST_IN_FUNC_FN(
ilogb
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h
62
using std::tr1::
ilogb
;
cmath
80
#undef
ilogb
215
using ::
ilogb
;
672
ilogb
(float __x)
676
ilogb
(long double __x)
682
ilogb
(_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
62
using std::tr1::
ilogb
;
cmath
80
#undef
ilogb
215
using ::
ilogb
;
672
ilogb
(float __x)
676
ilogb
(long double __x)
682
ilogb
(_Tp __x)
[
all
...]
/external/llvm/include/llvm/ADT/
APFloat.h
500
/// \brief Enumeration of \c
ilogb
error results.
516
friend int
ilogb
(const APFloat &Arg);
650
int
ilogb
(const APFloat &Arg);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h
194
/// \brief Enumeration of \c
ilogb
error results.
457
friend int
ilogb
(const IEEEFloat &Arg);
592
int
ilogb
(const IEEEFloat &Arg);
1075
friend int
ilogb
(const APFloat &Arg) { return
ilogb
(Arg.getIEEE()); }
function in class:llvm::APFloat
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cmath
968
#undef
ilogb
1097
using ::
ilogb
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cmath
968
#undef
ilogb
1097
using ::
ilogb
;
[
all
...]
/external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp
82
Ambiguous
ilogb
(Ambiguous){ return Ambiguous(); }
function
[
all
...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
cmath.pass.cpp
82
Ambiguous
ilogb
(Ambiguous){ return Ambiguous(); }
function
[
all
...]
/external/clang/test/CodeGen/
libcall-declarations.c
103
int
ilogb
(double);
282
F(hypot), F(hypotf), F(hypotl), F(
ilogb
), F(ilogbf),
402
// CHECK-NOERRNO: declare i32 @
ilogb
(double) [[NUW]]
/bionic/libm/
libm.arm.map
155
ilogb
;
libm.arm64.map
155
ilogb
;
libm.map.txt
154
ilogb
;
libm.mips.map
155
ilogb
;
libm.mips64.map
155
ilogb
;
Completed in 2216 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>