Searched refs:ilogb (Results 1 - 13 of 13) sorted by relevance

/external/bison/darwin-lib/
H A Dmath.h502 /* NetBSD, IRIX 6.5: match what ilogb() does */
506 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */
510 /* Solaris 9: match what ilogb() does */
1432 # undef ilogb
1433 # define ilogb rpl_ilogb
1435 _GL_FUNCDECL_RPL (ilogb, int, (double x));
1436 _GL_CXXALIAS_RPL (ilogb, int, (double x));
1439 _GL_FUNCDECL_SYS (ilogb, int, (double x));
1441 _GL_CXXALIAS_SYS (ilogb, int, (double x));
1443 _GL_CXXALIASWARN (ilogb);
1445 # undef ilogb macro
[all...]
/external/bison/lib/
H A Dmath.in.h190 /* NetBSD, IRIX 6.5: match what ilogb() does */
194 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */
198 /* Solaris 9: match what ilogb() does */
1120 # undef ilogb macro
1121 # define ilogb rpl_ilogb macro
1123 _GL_FUNCDECL_RPL (ilogb, int, (double x));
1124 _GL_CXXALIAS_RPL (ilogb, int, (double x));
1127 _GL_FUNCDECL_SYS (ilogb, int, (double x));
1129 _GL_CXXALIAS_SYS (ilogb, int, (double x));
1131 _GL_CXXALIASWARN (ilogb); variable
1133 # undef ilogb macro
[all...]
/external/bison/linux-lib/
H A Dmath.h502 /* NetBSD, IRIX 6.5: match what ilogb() does */
506 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */
510 /* Solaris 9: match what ilogb() does */
1432 # undef ilogb
1433 # define ilogb rpl_ilogb
1435 _GL_FUNCDECL_RPL (ilogb, int, (double x));
1436 _GL_CXXALIAS_RPL (ilogb, int, (double x));
1439 _GL_FUNCDECL_SYS (ilogb, int, (double x));
1441 _GL_CXXALIAS_SYS (ilogb, int, (double x));
1443 _GL_CXXALIASWARN (ilogb);
1445 # undef ilogb macro
[all...]
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c103 int ilogb(double);
282 F(hypot), F(hypotf), F(hypotl), F(ilogb), F(ilogbf),
402 // CHECK-NOERRNO: declare i32 @ilogb(double) [[NUW]]
/external/clang/lib/Headers/
H A Dtgmath.h843 // ilogb
851 __tg_ilogb(double __x) {return ilogb(__x);}
857 #undef ilogb macro
858 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x)) macro
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp915 static_assert((std::is_same<decltype(std::ilogb((float)0)), int>::value), "");
916 static_assert((std::is_same<decltype(std::ilogb((bool)0)), int>::value), "");
917 static_assert((std::is_same<decltype(std::ilogb((unsigned short)0)), int>::value), "");
918 static_assert((std::is_same<decltype(std::ilogb((int)0)), int>::value), "");
919 static_assert((std::is_same<decltype(std::ilogb((unsigned int)0)), int>::value), "");
920 static_assert((std::is_same<decltype(std::ilogb((long)0)), int>::value), "");
921 static_assert((std::is_same<decltype(std::ilogb((unsigned long)0)), int>::value), "");
922 static_assert((std::is_same<decltype(std::ilogb((long long)0)), int>::value), "");
923 static_assert((std::is_same<decltype(std::ilogb((unsigned long long)0)), int>::value), "");
924 static_assert((std::is_same<decltype(std::ilogb((doubl
[all...]
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp443 static_assert((std::is_same<decltype(ilogb((double)0)), int>::value), "");
446 assert(ilogb(1) == 0);
/external/ltrace/etc/
H A Dlibm.so.conf188 int ilogb(double);
/external/compiler-rt/test/builtins/Unit/ppc/
H A Dqdiv_test.c754 int exponent = ilogb(r.hi);
H A Dqmul_test.c752 int exponent = ilogb(r.hi);
H A Dqadd_test.c1831 int exponent = ilogb(r.hi);
H A Dqsub_test.c1833 int exponent = ilogb(r.hi);
/external/bison/
H A Dconfigure24887 for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do

Completed in 786 milliseconds