Home
last modified time | relevance | path

Searched defs:trunc (Results 1 - 25 of 41) sorted by relevance

12

/third_party/musl/src/math/s390x/
H A Dtrunc.c5 double trunc(double x) in trunc() function
/third_party/musl/src/math/
H A Dtrunc.c3 double trunc(double x) in trunc() function
/third_party/musl/src/math/powerpc64/
H A Dtrunc.c5 double trunc(double x) in trunc() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dtrunc.c3 double trunc(double x) in trunc() function
/third_party/musl/src/math/aarch64/
H A Dtrunc.c3 double trunc(double x) in trunc() function
/third_party/musl/src/math/i386/
H A Dfloor.s50 trunc: label
/third_party/ltp/testcases/kernel/fs/doio/
H A Dwrite_log.c114 int wlog_open(struct wlog_file *wfile, int trunc, int mode) in wlog_open() argument
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering-verifier.cc42 CheckAndSet(Node* node, const Type& type, const Truncation& trunc) CheckAndSet() argument
/third_party/node/deps/v8/src/init/
H A Dv8.cc184 std::ios_base::trunc); in Initialize() member in v8::internal::std::ios_base
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DKnownBits.h127 KnownBits trunc(unsigned BitWidth) const { in trunc() function
/third_party/toybox/toys/pending/
H A Ddd.c143 int trunc = O_TRUNC; in dd_main() local
/third_party/ffmpeg/compat/cuda/
H A 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/ffmpeg/libavformat/
H A Dfile.c75 int trunc; member
H A Dlibsmbclient.c34 int trunc; member
H A Dlibssh.c40 int trunc; member
/third_party/ffmpeg/libavutil/
H A Dlibm.h458 static av_always_inline av_const double trunc(double x) in trunc() function
/third_party/icu/icu4c/source/samples/uresb/
H A Duresb.c58 static UBool trunc = false; variable
/third_party/skia/third_party/externals/icu/source/samples/uresb/
H A Duresb.c58 static UBool trunc = false; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPSInt.h98 APSInt trunc(uint32_t width) const { in trunc() function in llvm::APSInt
/third_party/decimal.js/
H A Ddecimal.js4887 function trunc(x) { function
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp236 ir_expression *trunc(operand a) in trunc() function
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h205 #undef trunc macro
268 #define trunc(x) __tg_real(trunc, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h205 #undef trunc macro
268 #define trunc(x) __tg_real(trunc, (x)) macro
/third_party/musl/include/
H A Dtgmath.h205 #undef trunc macro
268 #define trunc(x) __tg_real(trunc, (x)) macro
/third_party/skia/tests/
H A DMathTest.cpp337 int trunc = (int)floorf(s); in test_muldiv255() local

Completed in 17 milliseconds

12