| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 98 APSInt trunc(uint32_t width) const { in trunc() function in llvm::APSInt
|
| /foundation/arkui/ui_lite/frameworks/components/ |
| H A D | ui_image_view.cpp | 473 void UIImageView::SetCordsTmpRect(BufferInfo& gfxDstBuffer, Rect& viewRect, Rect& trunc, in SetCordsTmpRect() argument
|
| H A D | ui_canvas.cpp | 873 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 D | heif_hw_decoder.cpp | 264 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 D | decimal.js | 4887 function trunc(x) { function
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir_builder.cpp | 236 ir_expression *trunc(operand a) in trunc() function
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| H A D | tgmath.h | 205 #undef trunc macro 268 #define trunc(x) __tg_real(trunc, (x)) macro
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| H A D | tgmath.h | 205 #undef trunc macro 268 #define trunc(x) __tg_real(trunc, (x)) macro
|
| /third_party/musl/include/ |
| H A D | tgmath.h | 205 #undef trunc macro 268 #define trunc(x) __tg_real(trunc, (x)) macro
|
| /third_party/skia/tests/ |
| H A D | MathTest.cpp | 337 int trunc = (int)floorf(s); in test_muldiv255() local
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_file.c | 71 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 D | APInt.cpp | 901 APInt APInt::trunc(unsigned width) const { in trunc() function in APInt
|
| /third_party/skia/include/private/ |
| H A D | SkVx.h | 594 SIN Vec<N,float> trunc(const Vec<N,float>& x) { return map(truncf, x); } in trunc() function
|
| /third_party/skia/src/core/ |
| H A D | SkVM.cpp | 1134 I32 Builder::trunc(F32 x) { in trunc() function in skvm::Builder
|
| H A D | SkVM.h | 1236 SI I32 trunc(F32 x) { return x-> trunc(x); } in trunc() function
|
| /third_party/python/Modules/ |
| H A D | mathmodule.c | 2160 PyObject *trunc, *result; in math_trunc() local
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_program.c | 577 struct qreg trunc = qir_ITOF(c, qir_FTOI(c, src)); in ntq_ffract() local
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 2046 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 D | ShaderCore.cpp | 1345 void ShaderCore::trunc(Vector4f &dst, const Vector4f &src) in trunc() function in sw::ShaderCore
|
| /third_party/python/Lib/test/ |
| H A D | test_os.py | 544 def trunc(x): return int(x) function 546 def trunc(x): return x function
|
| /third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
| H A D | scsimain.c | 5370 int trunc; in read_defect_list() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | effect-control-linearizer.cc | 3205 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 D | wasm-compiler.cc | 2159 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 D | LLVMReactor.cpp | 168 llvm::Function *trunc = llvm::Intrinsic::getDeclaration( in lowerTrunc() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | stub_builder-inl.h | 841 BRANCH(Int64GreaterThanOrEqual(exp, Int64(DOUBLE_FRACTION_BITS)), &exit, &trunc); in DoubleTrunc() local
|