| /src/lib/libm/noieee_src/ |
| n_ilogb.c | 39 __strong_alias(ilogbl,ilogb) 43 ilogb(double x) 57 return ilogb(x);
|
| /src/lib/libm/src/ |
| s_significand.c | 20 * scalb(x, (double) -ilogb(x)), 30 return __ieee754_scalb(x,(double) -ilogb(x));
|
| s_ilogb.c | 18 /* ilogb(double x) 20 * ilogb(0) = 0x80000001 21 * ilogb(inf/NaN) = 0x7fffffff (no signal is raised) 33 __strong_alias(ilogbl,ilogb) 37 ilogb(double x) 47 return FP_ILOGB0; /* ilogb(0) = 0x80000001 */
|
| /src/tests/lib/libm/ |
| t_ilogb.c | 66 ATF_TC(ilogb); variable 67 ATF_TC_HEAD(ilogb, tc) 69 atf_tc_set_md_var(tc, "descr", "Check ilogb family"); 72 ATF_TC_BODY(ilogb, tc) 79 ATF_CHECK(ilogb(0) == FP_ILOGB0); 86 ATF_CHECK(ilogb(-0.) == FP_ILOGB0); 94 ATF_CHECK(ilogb(INFINITY) == INT_MAX); 101 ATF_CHECK(ilogb(-INFINITY) == INT_MAX); 109 ATF_CHECK(ilogb(1024) == 10); 117 ATF_CHECK(ilogb(NAN) == FP_ILOGBNAN) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_math_forward_declares.h | 85 __DEVICE__ int ilogb(double); 86 __DEVICE__ int ilogb(float); 228 using ::ilogb;
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/math/ |
| exponential.d | 2479 * $(TR $(TH x) $(TH ilogb(x)) $(TH Range error?)) 2485 int ilogb(T)(const T x) @trusted pure nothrow @nogc 2625 assert(0, "ilogb not implemented"); 2629 int ilogb(T)(const T x) @safe pure nothrow @nogc 2637 static assert(T.sizeof <= ulong.sizeof, "integer size too large for the current ilogb implementation"); 2642 int ilogb(T)(const T x) @safe pure nothrow @nogc 2649 return ilogb(absx); 2655 assert(ilogb(1) == 0); 2656 assert(ilogb(3) == 1); 2657 assert(ilogb(3.0) == 1) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
| cmath | 53 __DEVICE__ int ilogb(float __x) { return ::ilogbf(__x); }
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| tgmath.h | 96 #define ilogb(x) __TGMATH_REAL(x, ilogb) macro
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| tgmath.h | 96 #define ilogb(x) __TGMATH_REAL(x, ilogb) macro
|
| /src/tests/lib/lua/libm/ |
| h_lualibm.c | 60 printf("%-24s%d\n", "ilogb(10.0)", ilogb(10.0));
|
| lualibm.lua | 66 print(string.format(fmti, "ilogb(10.0)", lm.ilogb(10.0)))
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| math.h | 736 /* Haiku: match what ilogb() does */ 745 /* NetBSD, IRIX 6.5: match what ilogb() does */ 749 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 753 /* Solaris 9: match what ilogb() does */ 1814 # undef ilogb 1815 # define ilogb rpl_ilogb 1817 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1818 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1821 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1823 _GL_CXXALIAS_SYS (ilogb, int, (double x)) 1829 # undef ilogb macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| math.h | 736 /* Haiku: match what ilogb() does */ 745 /* NetBSD, IRIX 6.5: match what ilogb() does */ 749 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 753 /* Solaris 9: match what ilogb() does */ 1814 # undef ilogb 1815 # define ilogb rpl_ilogb 1817 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1818 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1821 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1823 _GL_CXXALIAS_SYS (ilogb, int, (double x)) 1829 # undef ilogb macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| math.h | 736 /* Haiku: match what ilogb() does */ 745 /* NetBSD, IRIX 6.5: match what ilogb() does */ 749 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 753 /* Solaris 9: match what ilogb() does */ 1814 # undef ilogb 1815 # define ilogb rpl_ilogb 1817 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1818 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1821 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1823 _GL_CXXALIAS_SYS (ilogb, int, (double x)) 1829 # undef ilogb macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| math.h | 736 /* Haiku: match what ilogb() does */ 745 /* NetBSD, IRIX 6.5: match what ilogb() does */ 749 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 753 /* Solaris 9: match what ilogb() does */ 1814 # undef ilogb 1815 # define ilogb rpl_ilogb 1817 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1818 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1821 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1823 _GL_CXXALIAS_SYS (ilogb, int, (double x)) 1829 # undef ilogb macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| math.h | 736 /* Haiku: match what ilogb() does */ 745 /* NetBSD, IRIX 6.5: match what ilogb() does */ 749 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 753 /* Solaris 9: match what ilogb() does */ 1814 # undef ilogb 1815 # define ilogb rpl_ilogb 1817 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1818 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1821 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1823 _GL_CXXALIAS_SYS (ilogb, int, (double x)) 1829 # undef ilogb macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| math.h | 736 /* Haiku: match what ilogb() does */ 745 /* NetBSD, IRIX 6.5: match what ilogb() does */ 749 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 753 /* Solaris 9: match what ilogb() does */ 1814 # undef ilogb 1815 # define ilogb rpl_ilogb 1817 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1818 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1821 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1823 _GL_CXXALIAS_SYS (ilogb, int, (double x)) 1829 # undef ilogb macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| math.h | 736 /* Haiku: match what ilogb() does */ 745 /* NetBSD, IRIX 6.5: match what ilogb() does */ 749 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 753 /* Solaris 9: match what ilogb() does */ 1814 # undef ilogb 1815 # define ilogb rpl_ilogb 1817 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1818 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1821 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1823 _GL_CXXALIAS_SYS (ilogb, int, (double x)) 1829 # undef ilogb macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
| math.h | 736 /* Haiku: match what ilogb() does */ 745 /* NetBSD, IRIX 6.5: match what ilogb() does */ 749 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 753 /* Solaris 9: match what ilogb() does */ 1814 # undef ilogb 1815 # define ilogb rpl_ilogb 1817 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1818 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1821 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1823 _GL_CXXALIAS_SYS (ilogb, int, (double x)) 1829 # undef ilogb macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/ |
| math.h | 736 /* Haiku: match what ilogb() does */ 745 /* NetBSD, IRIX 6.5: match what ilogb() does */ 749 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 753 /* Solaris 9: match what ilogb() does */ 1814 # undef ilogb 1815 # define ilogb rpl_ilogb 1817 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1818 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1821 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1823 _GL_CXXALIAS_SYS (ilogb, int, (double x)) 1829 # undef ilogb macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/ |
| math.h | 736 /* Haiku: match what ilogb() does */ 745 /* NetBSD, IRIX 6.5: match what ilogb() does */ 749 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 753 /* Solaris 9: match what ilogb() does */ 1814 # undef ilogb 1815 # define ilogb rpl_ilogb 1817 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1818 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1821 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1823 _GL_CXXALIAS_SYS (ilogb, int, (double x)) 1829 # undef ilogb macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/ |
| math.h | 736 /* Haiku: match what ilogb() does */ 745 /* NetBSD, IRIX 6.5: match what ilogb() does */ 749 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 753 /* Solaris 9: match what ilogb() does */ 1814 # undef ilogb 1815 # define ilogb rpl_ilogb 1817 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1818 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1821 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1823 _GL_CXXALIAS_SYS (ilogb, int, (double x)) 1829 # undef ilogb macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/ |
| math.h | 736 /* Haiku: match what ilogb() does */ 745 /* NetBSD, IRIX 6.5: match what ilogb() does */ 749 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 753 /* Solaris 9: match what ilogb() does */ 1814 # undef ilogb 1815 # define ilogb rpl_ilogb 1817 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1818 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1821 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1823 _GL_CXXALIAS_SYS (ilogb, int, (double x)) 1829 # undef ilogb macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/ |
| math.h | 736 /* Haiku: match what ilogb() does */ 745 /* NetBSD, IRIX 6.5: match what ilogb() does */ 749 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 753 /* Solaris 9: match what ilogb() does */ 1814 # undef ilogb 1815 # define ilogb rpl_ilogb 1817 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1818 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1821 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1823 _GL_CXXALIAS_SYS (ilogb, int, (double x)) 1829 # undef ilogb macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/ |
| math.h | 736 /* Haiku: match what ilogb() does */ 745 /* NetBSD, IRIX 6.5: match what ilogb() does */ 749 /* AIX 5.1: match what ilogb() does in AIX >= 5.2 */ 753 /* Solaris 9: match what ilogb() does */ 1814 # undef ilogb 1815 # define ilogb rpl_ilogb 1817 _GL_FUNCDECL_RPL (ilogb, int, (double x)); 1818 _GL_CXXALIAS_RPL (ilogb, int, (double x)); 1821 _GL_FUNCDECL_SYS (ilogb, int, (double x)); 1823 _GL_CXXALIAS_SYS (ilogb, int, (double x)) 1829 # undef ilogb macro [all...] |