HomeSort by: relevance | last modified time | path
    Searched refs:truncf (Results 1 - 25 of 82) sorted by relevancy

1 2 3 4

  /src/lib/libm/src/
s_truncf.c 22 * truncf(x)
27 * Inexact flag raised if x not equal to truncf(x).
36 truncf(float x) function
  /src/tests/lib/libm/
t_ceil.c 683 * truncf(3)
688 atf_tc_set_md_var(tc, "descr", "A basic test of truncf(3)");
696 ATF_CHECK(truncf(x) < SMALL_NUM);
697 ATF_CHECK(truncf(y) < SMALL_NUM);
703 atf_tc_set_md_var(tc, "descr", "Test truncf(NaN) == NaN");
710 ATF_CHECK(isnan(truncf(x)) != 0);
716 atf_tc_set_md_var(tc, "descr", "Test truncf(-Inf) == -Inf");
722 float y = truncf(x);
725 atf_tc_fail_nonfatal("truncf(-Inf) != -Inf");
731 atf_tc_set_md_var(tc, "descr", "Test truncf(+Inf) == +Inf")
    [all...]
  /src/lib/libm/noieee_src/
n_floor.c 236 truncf(float x) function
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
erfc_scaled_inc.c 35 # define TRUNC(x) truncf(x)
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
erfc_scaled_inc.c 35 # define TRUNC(x) truncf(x)
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/riscv32/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/riscv64/gnulib/import/
math.h 2805 # undef truncf
2806 # define truncf rpl_truncf
2808 _GL_FUNCDECL_RPL (truncf, float, (float x));
2809 _GL_CXXALIAS_RPL (truncf, float, (float x));
2812 _GL_FUNCDECL_SYS (truncf, float, (float x));
2814 _GL_CXXALIAS_SYS (truncf, float, (float x));
2816 _GL_CXXALIASWARN (truncf);
2818 # undef truncf macro
2820 _GL_WARN_ON_USE (truncf, "truncf is unportable -
    [all...]

Completed in 114 milliseconds

1 2 3 4