/third_party/musl/src/math/i386/ |
D | floor.s | 55 .global truncf symbol 56 .type truncf,@function 57 truncf: label
|
/third_party/musl/src/math/aarch64/ |
D | truncf.c | 3 float truncf(float x) in truncf() function
|
/third_party/musl/src/math/powerpc64/ |
D | truncf.c | 5 float truncf(float x) in truncf() function
|
/third_party/musl/src/math/s390x/ |
D | truncf.c | 5 float truncf(float x) in truncf() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | truncf.c | 3 float truncf(float x) in truncf() function
|
/third_party/musl/src/math/ |
D | truncf.c | 3 float truncf(float x) in truncf() function
|
/third_party/mesa3d/src/freedreno/common/ |
D | freedreno_guardband.h | 95 ((unsigned)truncf(gb_adj_mantissa * (1 << 7)) - (1 << 6)); in fd_calc_guardband()
|
/third_party/musl/libc-test/src/math/ |
D | truncf.c | 26 y = truncf(p->x); in main()
|
D | test_src_math.gni | 192 "truncf",
|
/third_party/boost/boost/math/ |
D | tr1_c_macros.ipp | 473 #ifdef truncf 474 #undef truncf 476 #define truncf boost_truncf
|
/third_party/skia/include/private/ |
D | SkFloatingPoint.h | 51 #define sk_float_trunc(x) truncf(x)
|
/third_party/flutter/skia/include/private/ |
D | SkFloatingPoint.h | 49 #define sk_float_trunc(x) truncf(x)
|
/third_party/glib/glib/gnulib/ |
D | gnulib_math.h.in | 2131 # 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/ |
D | cuda_runtime.h | 178 static inline __device__ float truncf(float a) { return __builtin_truncf(a); } in truncf() function
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 228 {float(*p)(float) = truncf;} in f()
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 360 float truncf(float);
|
/third_party/boost/libs/math/doc/tr1/ |
D | c99_ref.qbk | 87 float truncf(float x); 282 float truncf(float x);
|
/third_party/ffmpeg/libavutil/ |
D | libm.h | 465 static av_always_inline av_const float truncf(float x) in truncf() function
|
/third_party/musl/include/ |
D | math.h | 360 float truncf(float);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 360 float truncf(float);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 360 float truncf(float);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 360 float truncf(float);
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_arit.c | 332 {"trunc", &lp_build_trunc, &truncf, round_values, ARRAY_SIZE(round_values), 24.0 },
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 140 T(truncf, f_f)
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_expr.cpp | 434 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()
|