Home
last modified time | relevance | path

Searched defs:trunc (Results 26 - 50 of 52) sorted by relevance

123

/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/arkui/ui_lite/frameworks/components/
H A Dui_image_view.cpp473 void UIImageView::SetCordsTmpRect(BufferInfo& gfxDstBuffer, Rect& viewRect, Rect& trunc, in SetCordsTmpRect() argument
H A Dui_canvas.cpp873 Rect trunc = invalidatedArea; in OnDraw() local
900 OnBlendDrawPattern(ListNode<UICanvas::DrawCmd>* curDraw, UICanvas::DrawCmd& drawCmd, Rect& rect, const Rect& trunc, RasterizerScanlineAntialias& blendRasterizer, RasterizerScanlineAntialias& rasterizer, RenderBase& renBase, TransAffine& transform, PathParam* pathParamBlend) OnBlendDrawPattern() argument
928 OnBlendDrawGradient(ListNode<UICanvas::DrawCmd>* curDraw, UICanvas::DrawCmd& drawCmd, const Rect& trunc, RasterizerScanlineAntialias& blendRasterizer, RasterizerScanlineAntialias& rasterizer, RenderBase& renBase, TransAffine& transform, PathParam* pathParamBlend) OnBlendDrawGradient() argument
966 OnBlendDraw(BufferInfo& gfxDstBuffer, const Rect& trunc) OnBlendDraw() argument
[all...]
/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
/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
/third_party/alsa-lib/src/pcm/
H A Dpcm_file.c71 int trunc; member
1044 long fd = -1, ifd = -1, trunc = 1; in _snd_pcm_file_open() local
898 snd_pcm_file_open(snd_pcm_t **pcmp, const char *name, const char *fname, int fd, const char *ifname, int ifd, int trunc, const char *fmt, int perm, snd_pcm_t *slave, int close_slave, snd_pcm_stream_t stream) snd_pcm_file_open() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp901 APInt APInt::trunc(unsigned width) const { in trunc() function in APInt
/third_party/skia/include/private/
H A DSkVx.h594 SIN Vec<N,float> trunc(const Vec<N,float>& x) { return map(truncf, x); } in trunc() function
/third_party/skia/src/core/
H A DSkVM.cpp1134 I32 Builder::trunc(F32 x) { in trunc() function in skvm::Builder
H A DSkVM.h1236 SI I32 trunc(F32 x) { return x-> trunc(x); } in trunc() function
/third_party/python/Modules/
H A Dmathmodule.c2160 PyObject *trunc, *result; in math_trunc() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c577 struct qreg trunc = qir_ITOF(c, qir_FTOI(c, src)); in ntq_ffract() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2046 LLVMValueRef trunc, res, anosign, mask; in lp_build_trunc() local
2156 LLVMValueRef trunc, res, anosign, mask; lp_build_floor() local
2231 LLVMValueRef trunc, res, anosign, mask, tmp; lp_build_ceil() local
2423 LLVMValueRef trunc, itrunc, mask; lp_build_ifloor() local
2478 LLVMValueRef trunc, itrunc, mask; lp_build_iceil() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp1345 void ShaderCore::trunc(Vector4f &dst, const Vector4f &src) in trunc() function in sw::ShaderCore
/third_party/python/Lib/test/
H A Dtest_os.py544 def trunc(x): return int(x) function
546 def trunc(x): return x function
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c5370 int trunc; in read_defect_list() local
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc3205 Node* trunc = BuildFloat64RoundTruncate(number); in LowerNumberIsInteger() local
3228 Node* trunc = BuildFloat64RoundTruncate(value); in LowerObjectIsInteger() local
3242 Node* trunc = BuildFloat64RoundTruncate(number); in LowerNumberIsSafeInteger() local
3271 Node* trunc = BuildFloat64RoundTruncate(value); in LowerObjectIsSafeInteger() local
[all...]
H A Dwasm-compiler.cc2159 Node* trunc = nullptr; in BuildIntConvertFloat() local
2128 ConvertTrapTest(WasmGraphBuilder* builder, wasm::WasmOpcode opcode, const MachineType& int_ty, const MachineType& float_ty, Node* trunc, Node* converted_value) ConvertTrapTest() argument
2139 ConvertSaturateTest(WasmGraphBuilder* builder, wasm::WasmOpcode opcode, const MachineType& int_ty, const MachineType& float_ty, Node* trunc, Node* converted_value) ConvertSaturateTest() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp168 llvm::Function *trunc = llvm::Intrinsic::getDeclaration( in lowerTrunc() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h841 BRANCH(Int64GreaterThanOrEqual(exp, Int64(DOUBLE_FRACTION_BITS)), &exit, &trunc); in DoubleTrunc() local

Completed in 99 milliseconds

123