Home
last modified time | relevance | path

Searched refs:truncf (Results 1 - 25 of 31) sorted by relevance

12

/third_party/musl/src/math/i386/
H A Dfloor.s55 .global truncf
56 .type truncf,@function
57 truncf: label
/third_party/musl/src/math/s390x/
H A Dtruncf.c5 float truncf(float x) in truncf() function
13 #include "../truncf.c"
/third_party/musl/src/math/aarch64/
H A Dtruncf.c3 float truncf(float x) in truncf() function
/third_party/musl/src/math/powerpc64/
H A Dtruncf.c5 float truncf(float x) in truncf() function
13 #include "../truncf.c"
/third_party/musl/src/math/
H A Dtruncf.c3 float truncf(float x) in truncf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dtruncf.c3 float truncf(float x) in truncf() function
/third_party/mesa3d/src/freedreno/common/
H A Dfreedreno_guardband.h95 ((unsigned)truncf(gb_adj_mantissa * (1 << 7)) - (1 << 6)); in fd_calc_guardband()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_trunc_test.cpp31 * @tc.desc: Obtain test data in sequence and check if it is within the expected error range of the truncf interface.
38 bool testResult = FloatUlpCmp(g_truncfData[i].expected, truncf(g_truncfData[i].input), 1); in HWTEST_F()
/third_party/musl/libc-test/src/math/
H A Dtruncf.c6 #include "sanity/truncf.h"
7 #include "special/truncf.h"
26 y = truncf(p->x); in main()
30 printf("%s:%d: bad fp exception: %s truncf(%a)=%a, want %s", in main()
37 printf("%s:%d: %s truncf(%a) want %a got %a ulperr %.3f = %a + %a\n", in main()
/third_party/skia/include/private/
H A DSkFloatingPoint.h51 #define sk_float_trunc(x) truncf(x)
/third_party/node/deps/v8/src/wasm/
H A Dwasm-external-refs.cc47 WriteUnalignedValue<float>(data, truncf(ReadUnalignedValue<float>(data))); in f32_trunc_wrapper()
420 simd_float_round_wrapper<float, &truncf>(data); in f32x4_trunc_wrapper()
/third_party/ffmpeg/compat/cuda/
H A Dcuda_runtime.h178 static inline __device__ float truncf(float a) { return __builtin_truncf(a); } in truncf() function
/third_party/ffmpeg/libavutil/
H A Dlibm.h465 static av_always_inline av_const float truncf(float x) in truncf() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h360 float truncf(float);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h360 float truncf(float);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h360 float truncf(float);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c328 {"trunc", &lp_build_trunc, &truncf, round_values, ARRAY_SIZE(round_values), 24.0 },
/third_party/musl/include/
H A Dmath.h360 float truncf(float);
/third_party/musl/libc-test/src/api/
H A Dmath.c228 {float(*p)(float) = truncf;} in f()
/third_party/ffmpeg/libavcodec/
H A Damrnbdec.c1049 p->excitation[i] = truncf(p->excitation[i]); in amrnb_decode_frame()
H A Damrwbdec.c1227 ctx->excitation[i] = truncf(ctx->excitation[i]); in amrwb_decode_frame()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c222 int mptruncf(struct t *t) { return mpf1(t, truncf); } in mptruncf()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMJIT.cpp467 functions.try_emplace("truncf", reinterpret_cast<void *>(truncf));
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp422 case ALU_OP1_FLT_TO_INT_TRUNC: dv = (int32_t)truncf(cv.f); break; in fold_alu_op1()
459 case ALU_OP1_TRUNC: dv = truncf(cv.f); break; in fold_alu_op1()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c695 dst->f[0] = truncf(src->f[0]); in micro_trunc()
696 dst->f[1] = truncf(src->f[1]); in micro_trunc()
697 dst->f[2] = truncf(src->f[2]); in micro_trunc()
698 dst->f[3] = truncf(src->f[3]); in micro_trunc()

Completed in 23 milliseconds

12