OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ilogb
(Results
101 - 125
of
252
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
cmath
81
#undef
ilogb
216
using ::
ilogb
;
693
ilogb
(float __x)
697
ilogb
(long double __x)
703
ilogb
(_Tp __x)
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath
894
#undef
ilogb
1023
using ::
ilogb
;
1342
ilogb
(float __x)
1346
ilogb
(long double __x)
1352
ilogb
(_Tp __x)
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath
81
#undef
ilogb
216
using ::
ilogb
;
693
ilogb
(float __x)
697
ilogb
(long double __x)
703
ilogb
(_Tp __x)
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath
971
#undef
ilogb
1100
using ::
ilogb
;
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath
81
#undef
ilogb
216
using ::
ilogb
;
673
ilogb
(float __x)
677
ilogb
(long double __x)
683
ilogb
(_Tp __x)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath
894
#undef
ilogb
1023
using ::
ilogb
;
1342
ilogb
(float __x)
1346
ilogb
(long double __x)
1352
ilogb
(_Tp __x)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath
81
#undef
ilogb
216
using ::
ilogb
;
693
ilogb
(float __x)
697
ilogb
(long double __x)
703
ilogb
(_Tp __x)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath
971
#undef
ilogb
1100
using ::
ilogb
;
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath
81
#undef
ilogb
216
using ::
ilogb
;
673
ilogb
(float __x)
677
ilogb
(long double __x)
683
ilogb
(_Tp __x)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cmath
968
#undef
ilogb
1097
using ::
ilogb
;
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
cmath
80
#undef
ilogb
215
using ::
ilogb
;
672
ilogb
(float __x)
676
ilogb
(long double __x)
682
ilogb
(_Tp __x)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp
[
all
...]
/bionic/libm/upstream-freebsd/lib/msun/src/
s_fma.c
280
if (spread +
ilogb
(r.hi) > -1023)
/external/bison/m4/
math_h.m4
46
ilogb
ilogbf ilogbl
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
math.rs
283
TEST_IN_FUNC_FN(
ilogb
);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs
284
TEST_IN_FUNC_FN(
ilogb
);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs
283
TEST_IN_FUNC_FN(
ilogb
);
math.rs.orig
283
TEST_IN_FUNC_FN(
ilogb
);
/frameworks/rs/scriptc/
rs_cl.rsh
527
extern int __attribute__((const, overloadable))
ilogb
(float);
528
IN_FUNC_FN(
ilogb
)
/prebuilts/sdk/renderscript/include/
rs_cl.rsh
527
extern int __attribute__((const, overloadable))
ilogb
(float);
528
IN_FUNC_FN(
ilogb
)
/bionic/libm/include/
math.h
229
int
ilogb
(double) __pure2;
/development/ndk/platforms/android-3/include/
math.h
244
int
ilogb
(double) __pure2;
/development/ndk/platforms/android-9/include/
math.h
244
int
ilogb
(double) __pure2;
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs
339
BENCH_IN_FUNC_FN(
ilogb
);
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h
244
int
ilogb
(double) __pure2;
Completed in 2880 milliseconds
1
2
3
4
5
6
7
8
9
10
11