Home
last modified time | relevance | path

Searched defs:trunc (Results 1 – 25 of 48) sorted by relevance

12

/third_party/musl/src/math/i386/
Dfloor.s48 .global trunc symbol
50 trunc: label
/third_party/musl/src/math/s390x/
Dtrunc.c5 double trunc(double x) in trunc() function
/third_party/musl/src/math/aarch64/
Dtrunc.c3 double trunc(double x) in trunc() function
/third_party/musl/src/math/powerpc64/
Dtrunc.c5 double trunc(double x) in trunc() function
/third_party/musl/src/math/
Dtrunc.c3 double trunc(double x) in trunc() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dtrunc.c3 double trunc(double x) in trunc() function
/third_party/toybox/toys/pending/
Ddd.c142 int trunc = O_TRUNC; in dd_main() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h98 APSInt trunc(uint32_t width) const { in trunc() function
/third_party/ltp/testcases/kernel/fs/doio/
Dwrite_log.c114 int wlog_open(struct wlog_file *wfile, int trunc, int mode) in wlog_open()
/third_party/node/deps/v8/src/compiler/
Dsimplified-lowering-verifier.cc43 const Truncation& trunc) { in CheckAndSet()
/third_party/icu/icu4c/source/samples/uresb/
Duresb.c58 static UBool trunc = false; variable
/third_party/skia/third_party/externals/icu/source/samples/uresb/
Duresb.c58 static UBool trunc = false; variable
/third_party/ffmpeg/compat/cuda/
Dcuda_runtime.h179 static inline __device__ float trunc(float a) { return __builtin_truncf(a); } in trunc() function
180 static inline __device__ double trunc(double a) { return __builtin_trunc(a); } in trunc() function
/third_party/alsa-lib/src/pcm/
Dpcm_file.c71 int trunc; member
900 int trunc, in snd_pcm_file_open()
1044 long fd = -1, ifd = -1, trunc = 1; in _snd_pcm_file_open() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h127 KnownBits trunc(unsigned BitWidth) const { in trunc() function
/third_party/typescript/src/lib/
Des2015.core.d.ts178 trunc(x: number): number; method
/third_party/typescript/lib/
Dlib.es2015.core.d.ts198 trunc(x: number): number; method
/third_party/ffmpeg/libavformat/
Dlibsmbclient.c34 int trunc; member
Dfile.c73 int trunc; member
Dlibssh.c40 int trunc; member
/third_party/ffmpeg/libavutil/
Dlibm.h458 static av_always_inline av_const double trunc(double x) in trunc() function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2046 LLVMValueRef trunc, res, anosign, mask; in lp_build_trunc() local
2156 LLVMValueRef trunc, res, anosign, mask; in lp_build_floor() local
2231 LLVMValueRef trunc, res, anosign, mask, tmp; in lp_build_ceil() local
2423 LLVMValueRef trunc, itrunc, mask; in lp_build_ifloor() local
2478 LLVMValueRef trunc, itrunc, mask; in lp_build_iceil() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common.inl56 GLM_FUNC_QUALIFIER genType trunc(genType x) function
352 GLM_FUNC_QUALIFIER vecType<T, P> trunc(vecType<T, P> const & x) function
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_input.c4017 struct sctp_stream_reset_in_request *req, int trunc)
4148 struct sctp_stream_reset_out_request *req, int trunc)
4385 int trunc = 0; local
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h268 #define trunc(x) __tg_real(trunc, (x)) macro

12