Home
last modified time | relevance | path

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

123

/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
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_radio_button.cpp99 Rect trunc = invalidatedArea; in OnDraw() local
H A Dui_toggle_button.cpp105 Rect trunc = invalidatedArea; in OnDraw() local
H A Dui_checkbox.cpp222 Rect trunc in OnDraw() local
128 SelectedStateSoftwareDrawing(BufferInfo& gfxDstBuffer, Rect rect, Rect trunc, int16_t borderRadius, int16_t rectLineWidth) SelectedStateSoftwareDrawing() argument
181 UnSelectedStateSoftwareDrawing(BufferInfo& gfxDstBuffer, Rect rect, Rect trunc, int16_t borderRadius, int16_t rectLineWidth) UnSelectedStateSoftwareDrawing() argument
[all...]
H A Dui_image_view.cpp473 void UIImageView::SetCordsTmpRect(BufferInfo& gfxDstBuffer, Rect& viewRect, Rect& trunc, in SetCordsTmpRect() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H A Dmock_jpeg_hw_decode_flow.cpp106 dumpOutFile.open(std::string(outputFilePath), std::ios_base::binary | std::ios_base::trunc); in DumpDecodeResult() member in OHOS::ImagePlugin::std::ios_base
/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
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp264 dumpInFile.open(std::string(realpathRes), std::ios_base::binary | std::ios_base::trunc); in DumpSingleInput() member in OHOS::ImagePlugin::std::ios_base
431 dumpOutFile.open(std::string(outputFilePath), std::ios_base::binary | std::ios_base::trunc); in DumpOutput() member in std::ios_base

Completed in 13 milliseconds

123