/third_party/musl/src/math/i386/ |
H A D | floor.s | 55 .global truncf 56 .type truncf,@function 57 truncf: label
|
/third_party/musl/src/math/s390x/ |
H A D | truncf.c | 5 float truncf(float x) in truncf() function 13 #include "../truncf.c"
|
/third_party/musl/src/math/aarch64/ |
H A D | truncf.c | 3 float truncf(float x) in truncf() function
|
/third_party/musl/src/math/powerpc64/ |
H A D | truncf.c | 5 float truncf(float x) in truncf() function 13 #include "../truncf.c"
|
/third_party/musl/src/math/ |
H A D | truncf.c | 3 float truncf(float x) in truncf() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | truncf.c | 3 float truncf(float x) in truncf() function
|
/third_party/mesa3d/src/freedreno/common/ |
H A D | freedreno_guardband.h | 95 ((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 D | math_trunc_test.cpp | 31 * @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 D | truncf.c | 6 #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 D | SkFloatingPoint.h | 51 #define sk_float_trunc(x) truncf(x)
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-external-refs.cc | 47 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 D | cuda_runtime.h | 178 static inline __device__ float truncf(float a) { return __builtin_truncf(a); } in truncf() function
|
/third_party/ffmpeg/libavutil/ |
H A D | libm.h | 465 static av_always_inline av_const float truncf(float x) in truncf() function
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 360 float truncf(float);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 360 float truncf(float);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 360 float truncf(float);
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_arit.c | 328 {"trunc", &lp_build_trunc, &truncf, round_values, ARRAY_SIZE(round_values), 24.0 },
|
/third_party/musl/include/ |
H A D | math.h | 360 float truncf(float);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 228 {float(*p)(float) = truncf;} in f()
|
/third_party/ffmpeg/libavcodec/ |
H A D | amrnbdec.c | 1049 p->excitation[i] = truncf(p->excitation[i]); in amrnb_decode_frame()
|
H A D | amrwbdec.c | 1227 ctx->excitation[i] = truncf(ctx->excitation[i]); in amrwb_decode_frame()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 222 int mptruncf(struct t *t) { return mpf1(t, truncf); } in mptruncf()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMJIT.cpp | 467 functions.try_emplace("truncf", reinterpret_cast<void *>(truncf));
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_expr.cpp | 422 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 D | tgsi_exec.c | 695 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()
|