OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jnf
(Results
1 - 9
of
9
) sorted by null
/bionic/libm/include/
math.h
379
float
jnf
(int, float);
/bionic/tests/
math_test.cpp
1234
TEST(math,
jnf
) {
1235
ASSERT_FLOAT_EQ(0.0f,
jnf
(4, 0.0f));
1236
ASSERT_FLOAT_EQ(0.0024766389f,
jnf
(4, 1.0f));
[
all
...]
/bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h
721
#define __ieee754_jnf
jnf
/external/ltrace/etc/
libm.so.conf
229
float
jnf
(int, float);
/development/ndk/platforms/android-13/include/
math.h
384
float
jnf
(int, float) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-18/include/
math.h
386
float
jnf
(int, float) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-3/include/
math.h
381
float
jnf
(int, float) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-9/include/
math.h
381
float
jnf
(int, float) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-L/include/
math.h
379
float
jnf
(int, float) __NDK_FPABI_MATH__;
Completed in 43 milliseconds