HomeSort by relevance Sort by last modified time
    Searched refs:finitef (Results 1 - 10 of 10) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_finitef.c 20 * finitef(x) returns 1 is x is finite, else 0;
27 int finitef(float x) function
e_scalbf.c 34 if (!finitef(fn)) {
  /device/google/contexthub/firmware/lib/libm/
wf_pow.c 76 if(finitef(y)&&y<(float)0.0) {
98 if(!finitef(z)) {
99 if(finitef(x)&&finitef(y)) {
146 if(z==(float)0.0&&finitef(x)&&finitef(y)) {
wf_exp.c 47 if(finitef(x)) {
  /bionic/libc/include/
math.h 375 int finitef(float __x) __attribute_const__;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 607 /* Define to 1 if you have the `finitef' function. */
1443 # define finitef macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 607 /* Define to 1 if you have the `finitef' function. */
1443 # define finitef macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 607 /* Define to 1 if you have the `finitef' function. */
1443 # define finitef macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 607 /* Define to 1 if you have the `finitef' function. */
1443 # define finitef macro
    [all...]
  /bionic/tests/
math_test.cpp 220 TEST(MATH_TEST, finitef) {
221 ASSERT_TRUE(finitef(123.0f));
222 ASSERT_FALSE(finitef(HUGE_VALF));
    [all...]

Completed in 228 milliseconds