Home
last modified time | relevance | path

Searched +defs:t +defs:b (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/snippets/
H A Dcore_lerp_blocks.h15 void GenericLerp(in vec2 a, in vec2 b, in float t, out vec2 c) in GenericLerp()
20 void GenericLerp(in vec3 a, in vec3 b, in float t, out vec3 c) in GenericLerp()
25 void GenericLerp(in vec4 a, in vec4 b, in float t, out vec4 c) in GenericLerp()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/rect_fuzzer/
H A Drect_fuzzer.cpp63 int t = GetObject<int>(); in RectFuzzTest001() local
65 int b = GetObject<int>(); in RectFuzzTest001() local
88 scalar t = GetObject<scalar>(); in RectFuzzTest002() local
90 scalar b = GetObject<scalar>(); in RectFuzzTest002() local
127 scalar t = GetObject<scalar>(); in RectFuzzTest003() local
129 scalar b = GetObject<scalar>(); in RectFuzzTest003() local
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/base/math/
H A Drender_roi.h49 double b; variable
50 double t; variable
/ohos5.0/base/powermgr/powermgr_lite/services/src/
H A Drunning_lock_mgr.c94 for (int32_t t = RUNNINGLOCK_SCREEN; t < RUNNINGLOCK_BUTT; t++) { in ShowLocks() local
153 for (int32_t t = RUNNINGLOCK_SCREEN; t < RUNNINGLOCK_BUTT; t++) { in RunningLockMgrGetTotalLockCount() local
166 static int32_t RunningLockIdentityCmp(const RunningLockIdentity *a, const RunningLockIdentity *b) in RunningLockIdentityCmp()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.h54 uint32_t b; variable
72 float t = top + dy; in Inset() local
74 float b = bottom - dy; in Inset() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js211 unMarshallingSubInfo(t) { argument
225 unMarshallingUnSubInfo(t) { argument
245 unMarshallingDatabase(t) { argument
401 unMarshallingFiledArray(t) { argument
537 unMarshallingValuesBucket(t) { argument
551 unMarshallingValueType(t) { argument
632 unmarshallingAssets(t) { argument
779 unMarshallingParticipants(t) { argument
791 unMarshallingParticipant(t) { argument
806 unMarshallingPrivilege(t) { argument
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproxyrendernode_fuzzer/
H A Drsproxyrendernode_fuzzer.cpp70 float t = GetData<float>(); in DoSomethingInterestingWithMyAPI() local
72 float b = GetData<float>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwm_math_test.cpp59 const float t = 0.5f; variable
70 int a = 1, b = 2, c = 3, d = 4; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.cpp58 float t = rand.nextULessThan(bitmapHeight_); in OnTestPerformance() local
60 float b = t + rand.nextULessThan(bitmapHeight_); in OnTestPerformance() local
289 int t = (i + 100) % bitmapHeight_; // 100 用于高度计算 in OnTestPerformance() local
291 int b = ((t + 100) > bitmapHeight_) ? bitmapHeight_ : (t + 100); // 100 用于高度计算 in OnTestPerformance() local
315 int t = (i + 100) % bitmapHeight_; // 100 用于高度计算 in OnTestPerformance() local
317 int b = ((t + 100) > bitmapHeight_) ? bitmapHeight_ : (t + 100); // 100 用于高度计算 in OnTestPerformance() local
447 float t; in OnTestPerformance() local
449 float b; in OnTestPerformance() local
470 float t; in OnTestPerformance() local
472 float b; in OnTestPerformance() local
H A Dtext_blob_test.cpp48 float t; in OnTestPerformance() local
50 float b; in OnTestPerformance() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp36 #define BIND_MAP_4_4(a, b) (((a) << 4) | (b)) argument
91 for (const auto& t : plat.sbSets) { in ProcessStorageBlocks() local
112 for (const auto& t : plat.ubSets) { in ProcessUniformBlocks() local
156 for (const auto& t : plat.ciSets) { in ProcessImageTextures() local
179 for (const auto& t : plat.combSets) { in ProcessCombinedSamplers() local
215 for (const auto& t : plat.siSets) { in ProcessSubPassInputs() local
238 for (const auto& t : plat.cbSets) { in ProcessSamplers() local
404 for (const auto& b : s.bindings) { in BuildBindInfos() local
497 for (const auto& t : fragPlat.cbSets) { in PatchOesBinds() local
505 for (const auto& t : fragPlat.combSets) { in PatchOesBinds() local
[all …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 …"path"),D=require("os"),e=require("fs"),t=require("child_process"),r=require("crypto"),n="undefine… constant
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Drect.h127 inline RectI::RectI(const int l, const int t, const int r, const int b) noexcept in RectI()
326 inline RectF::RectF(const scalar l, const scalar t, const scalar r, const scalar b) noexcept in RectF()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i… variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i… property in Ts.t
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i… variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h264 for (auto t : buckets_) { in clear() local
267 auto b = next; in clear() local
288 for (auto b : other.buckets_) { variable
416 for (auto t : buckets_) { in begin() local
425 for (auto t : buckets_) { in begin() local
503 for (auto b : other.buckets_) { variable
624 auto b = buckets_[index]; in get_entry() local
682 for (auto b : tmp) { in rehash() local
749 if (auto b = base::get_entry(ind, key)) { variable
/ohos5.0/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_rsa.c167 static void lin_mul_word(unsigned long a, unsigned long b, unsigned long *res_hi, unsigned long *re… in lin_mul_word()
223 unsigned long t; in lin_sub() local
241 #define dword_add_word(a, b, r) \ argument
247 static void montgomery_mul_add(struct long_int_num *p_a, unsigned long b, struct long_int_num *p_n, in montgomery_mul_add()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_particle_noise_field.cpp152 float PerlinNoise2D::Fade(float t) in Fade()
158 float PerlinNoise2D::Lerp(float t, float a, float b) in Lerp()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.c164 char b[1024][1024][1024] = { { {'1'} } }; in StackOverflow() local
236 pthread_t t[2]; in MultiThreadCrash() local
353 pthread_t t; in DoActionOnSubThread() local
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp173 for (uint16_t t : types) { in ComboLogType2Str() local
177 for (uint16_t t: types) { in ComboLogType2Str() local
202 uint16_t t = Str2LogType(it); in Str2ComboLogType() local
222 return std::equal(l1.begin(), l1.end(), l2.begin(), [](char a, char b) { in __anon9d62ac760202()
302 uint16_t t = PrettyStr2LogLevel(it); in Str2ComboLogLevel() local
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dhisysevent_c.h64 bool b; member
85 HiSysEventParamType t; member
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwm_occlusion_region.h35 Rect(int l, int t, int r, int b) : left_(l), top_(t), right_(r), bottom_(b) {} in Rect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector4.h150 inline Quaternion Quaternion::Slerp(const Quaternion& to, float t) in Slerp()
241 void Vector4<T>::Min(const Vector4<T>& a, const Vector4<T>& b, Vector4<T>& result) in Min()
253 void Vector4<T>::Max(const Vector4<T>& a, const Vector4<T>& b, Vector4<T>& result) in Max()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsblurfilter_fuzzer/
H A Drsblurfilter_fuzzer.cpp160 float t = GetData<float>(); in DoDrawImageRect() local
162 float b = GetData<float>(); in DoDrawImageRect() local

12