Home
last modified time | relevance | path

Searched refs:truncf (Results 1 – 25 of 43) sorted by relevance

12

/third_party/musl/src/math/i386/
Dfloor.s55 .global truncf symbol
56 .type truncf,@function
57 truncf: label
/third_party/musl/src/math/aarch64/
Dtruncf.c3 float truncf(float x) in truncf() function
/third_party/musl/src/math/powerpc64/
Dtruncf.c5 float truncf(float x) in truncf() function
/third_party/musl/src/math/s390x/
Dtruncf.c5 float truncf(float x) in truncf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dtruncf.c3 float truncf(float x) in truncf() function
/third_party/musl/src/math/
Dtruncf.c3 float truncf(float x) in truncf() function
/third_party/mesa3d/src/freedreno/common/
Dfreedreno_guardband.h95 ((unsigned)truncf(gb_adj_mantissa * (1 << 7)) - (1 << 6)); in fd_calc_guardband()
/third_party/musl/libc-test/src/math/
Dtruncf.c26 y = truncf(p->x); in main()
Dtest_src_math.gni192 "truncf",
/third_party/boost/boost/math/
Dtr1_c_macros.ipp473 #ifdef truncf
474 #undef truncf
476 #define truncf boost_truncf
/third_party/skia/include/private/
DSkFloatingPoint.h51 #define sk_float_trunc(x) truncf(x)
/third_party/flutter/skia/include/private/
DSkFloatingPoint.h49 #define sk_float_trunc(x) truncf(x)
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in2131 # undef truncf
2132 # define truncf rpl_truncf macro
2134 _GL_FUNCDECL_RPL (truncf, float, (float x));
2135 _GL_CXXALIAS_RPL (truncf, float, (float x));
2138 _GL_FUNCDECL_SYS (truncf, float, (float x));
2140 _GL_CXXALIAS_SYS (truncf, float, (float x));
2142 _GL_CXXALIASWARN (truncf);
2144 # undef truncf
2146 _GL_WARN_ON_USE (truncf, "truncf is unportable - "
2147 "use gnulib module truncf for portability");
/third_party/ffmpeg/compat/cuda/
Dcuda_runtime.h178 static inline __device__ float truncf(float a) { return __builtin_truncf(a); } in truncf() function
/third_party/musl/libc-test/src/api/
Dmath.c228 {float(*p)(float) = truncf;} in f()
/third_party/musl/ndk_musl_include/
Dmath.h360 float truncf(float);
/third_party/boost/libs/math/doc/tr1/
Dc99_ref.qbk87 float truncf(float x);
282 float truncf(float x);
/third_party/ffmpeg/libavutil/
Dlibm.h465 static av_always_inline av_const float truncf(float x) in truncf() function
/third_party/musl/include/
Dmath.h360 float truncf(float);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h360 float truncf(float);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h360 float truncf(float);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h360 float truncf(float);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c332 {"trunc", &lp_build_trunc, &truncf, round_values, ARRAY_SIZE(round_values), 24.0 },
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h140 T(truncf, f_f)
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp434 case ALU_OP1_FLT_TO_INT_TRUNC: dv = (int32_t)truncf(cv.f); break; in fold_alu_op1()
466 case ALU_OP1_TRUNC: dv = truncf(cv.f); break; in fold_alu_op1()

12