Home
last modified time | relevance | path

Searched defs:round (Results 101 - 125 of 125) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.cpp1946 void AssemblerX8632::round(Type Ty, XmmRegister dst, XmmRegister src, in round() function in Ice::X8632::AssemblerX8632
1970 void AssemblerX8632::round(Type Ty, XmmRegister dst, const AsmAddress &src, in round() function in Ice::X8632::AssemblerX8632
H A DIceAssemblerX8664.cpp2103 void AssemblerX8664::round(Type Ty, XmmRegister dst, XmmRegister src, in round() function in Ice::X8664::AssemblerX8664
2128 void AssemblerX8664::round(Type Ty, XmmRegister dst, const AsmAddress &src, in round() function in Ice::X8664::AssemblerX8664
/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc87 double Simulator::FixedToDouble(int64_t src, int fbits, FPRounding round) { in FixedToDouble() argument
98 double Simulator::UFixedToDouble(uint64_t src, int fbits, FPRounding round) { in UFixedToDouble() argument
114 float Simulator::FixedToFloat(int64_t src, int fbits, FPRounding round) { in FixedToFloat() argument
125 UFixedToFloat(uint64_t src, int fbits, FPRounding round) UFixedToFloat() argument
141 FixedToFloat16(int64_t src, int fbits, FPRounding round) FixedToFloat16() argument
152 UFixedToFloat16(uint64_t src, int fbits, FPRounding round) UFixedToFloat16() argument
[all...]
H A Dsimulator-aarch64.h939 void SetRounding(int index, bool round) { round_[index] = round; } in SetRounding() argument
[all...]
H A Dsimulator-aarch64.cc5804 FPRounding round = ReadRMode(); in Simulator() local
6079 FPRounding round = ReadRMode(); Simulator() local
[all...]
/third_party/python/Python/
H A Dbltinmodule.c2318 PyObject *round, *result; in builtin_round_impl() local
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp839 size_t round = (spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); in ProcessData() local
878 size_t round = (spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); in Enqueue() local
1234 size_t round = (spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); in ClientPrepareNextLoop() local
1496 size_t round = (spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); in PrepareCurrentLoop() local
1532 size_t round in FinishHandleCurrentLoop() local
1650 size_t round = (spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); ProcessCallbackFucIndependent() local
1726 int64_t round = static_cast<int64_t>(spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); CheckIfWakeUpTooLate() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h235 uint8_t round : 4; member
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c1229 int precDiff, round, sub, mx, r = 0; in read_global_param() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp1361 void ShaderCore::round(Vector4f &dst, const Vector4f &src) in round() function in sw::ShaderCore
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.h342 round_t round; member
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc41 double Simulator::FixedToDouble(int64_t src, int fbits, FPRounding round) { in FixedToDouble() argument
51 double Simulator::UFixedToDouble(uint64_t src, int fbits, FPRounding round) { in UFixedToDouble() argument
66 float Simulator::FixedToFloat(int64_t src, int fbits, FPRounding round) { in FixedToFloat() argument
76 UFixedToFloat(uint64_t src, int fbits, FPRounding round) UFixedToFloat() argument
2721 sqrdmulh(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool round) sqrdmulh() argument
4087 frecpe(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, FPRounding round) frecpe() argument
4195 scvtf(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int fbits, FPRounding round) scvtf() argument
4211 ucvtf(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, int fbits, FPRounding round) ucvtf() argument
[all...]
H A Dsimulator-arm64.h590 void SetRounding(int index, bool round) { round_[index] = round; } in SetRounding() argument
/third_party/skia/src/core/
H A DSkVM.h1237 SI I32 round(F32 x) { return x-> round(x); } in round() function
/third_party/python/Modules/_decimal/
H A D_decimal.c3496 dec_as_long(PyObject *dec, PyObject *context, int round) in dec_as_long() argument
3696 int round = getround(rounding); in PyDec_ToIntegralValue() local
3737 int round in PyDec_ToIntegralExact() local
4535 int round = getround(rounding); dec_mpd_qquantize() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmovenc.c5538 int i, round, ret; local
/third_party/mbedtls/library/
H A Dssl_tls.c9241 mbedtls_psa_ecjpake_read_round( psa_pake_operation_t *pake_ctx, const unsigned char *buf, size_t len, mbedtls_ecjpake_rounds_t round) mbedtls_psa_ecjpake_read_round() argument
9283 mbedtls_psa_ecjpake_write_round( psa_pake_operation_t *pake_ctx, unsigned char *buf, size_t len, size_t *olen, mbedtls_ecjpake_rounds_t round) mbedtls_psa_ecjpake_write_round() argument
H A Decp_curves_new.c5506 size_t round; in mbedtls_ecp_mod_p448_raw() local
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc1981 RoundDouble(FPURegister dst, FPURegister src, FPURoundingMode mode, RoundFunc round) CallRecordWriteStub() argument
2040 RoundFloat(FPURegister dst, FPURegister src, FPURoundingMode mode, RoundFunc round) CallRecordWriteStub() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp454 typename Traits<T>::IVal round (const FloatFormat& fmt, const T& value) in round() function
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp289 typename Traits<T>::IVal round (const FloatFormat& fmt, const T& value) in round() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp455 typename Traits<T>::IVal round (const FloatFormat& fmt, const T& value) in round() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12583 static T round(T t) in round() function
/third_party/python/Modules/
H A D_testcapimodule.c3823 check_time_rounding(int round) in check_time_rounding() argument
3840 int round; in test_pytime_object_to_time_t() local
3856 int round; in test_pytime_object_to_timeval() local
3872 int round; test_pytime_object_to_timespec() local
4815 int round; test_pytime_fromsecondsobject() local
4848 int round; test_PyTime_AsTimeval() local
4875 int round; test_PyTime_AsTimeval_clamp() local
4936 int round; test_PyTime_AsMilliseconds() local
4956 int round; test_PyTime_AsMicroseconds() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 159 milliseconds

12345