Home
last modified time | relevance | path

Searched refs:base_b (Results 1 – 25 of 942) sorted by relevance

12345678910>>...38

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Drotcalipers.cpp53 float base_b; member
110 float base_b = 0; in rotatingCalipers() local
188 +base_a * vect[seq[0]].x + base_b * vect[seq[0]].y, in rotatingCalipers()
220 base_b = lead_y; in rotatingCalipers()
224 base_b = -lead_x; in rotatingCalipers()
228 base_b = -lead_y; in rotatingCalipers()
232 base_b = lead_x; in rotatingCalipers()
257 dist = (float)fabs(dx * base_a + dy * base_b); in rotatingCalipers()
276 float width = dx * base_a + dy * base_b; in rotatingCalipers()
283 height = -dx * base_b + dy * base_a; in rotatingCalipers()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/in_tail/
H A Dtail_file.h72 char *base_b = NULL;
96 base_b = basename(name_b);
97 ret = _stricmp(base_a, base_b);
105 base_b = basename(name_b);
106 ret = strcmp(base_a, base_b);
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance-nontrivial-class-members.cc60 double base_b; member
72 base_b = 13.2324; in Base()
82 assert(__msan_test_shadow(&base_b, sizeof(base_b)) == -1); in ~Base()
136 assert(__msan_test_shadow(&d->base_b, sizeof(d->base_b)) != -1); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance-nontrivial-class-members.cpp60 double base_b; member
72 base_b = 13.2324; in Base()
82 assert(__msan_test_shadow(&base_b, sizeof(base_b)) == -1); in ~Base()
136 assert(__msan_test_shadow(&d->base_b, sizeof(d->base_b)) != -1); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance-nontrivial-class-members.cpp60 double base_b; member
72 base_b = 13.2324; in Base()
82 assert(__msan_test_shadow(&base_b, sizeof(base_b)) == -1); in ~Base()
136 assert(__msan_test_shadow(&d->base_b, sizeof(d->base_b)) != -1); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance-nontrivial-class-members.cpp60 double base_b; member
72 base_b = 13.2324; in Base()
82 assert(__msan_test_shadow(&base_b, sizeof(base_b)) == -1); in ~Base()
136 assert(__msan_test_shadow(&d->base_b, sizeof(d->base_b)) != -1); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance-nontrivial-class-members.cpp60 double base_b; member
72 base_b = 13.2324; in Base()
82 assert(__msan_test_shadow(&base_b, sizeof(base_b)) == -1); in ~Base()
136 assert(__msan_test_shadow(&d->base_b, sizeof(d->base_b)) != -1); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance-nontrivial-class-members.cpp60 double base_b; member
72 base_b = 13.2324; in Base()
82 assert(__msan_test_shadow(&base_b, sizeof(base_b)) == -1); in ~Base()
136 assert(__msan_test_shadow(&d->base_b, sizeof(d->base_b)) != -1); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance-nontrivial-class-members.cpp60 double base_b; member
72 base_b = 13.2324; in Base()
82 assert(__msan_test_shadow(&base_b, sizeof(base_b)) == -1); in ~Base()
136 assert(__msan_test_shadow(&d->base_b, sizeof(d->base_b)) != -1); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance-nontrivial-class-members.cpp60 double base_b; member
72 base_b = 13.2324; in Base()
82 assert(__msan_test_shadow(&base_b, sizeof(base_b)) == -1); in ~Base()
136 assert(__msan_test_shadow(&d->base_b, sizeof(d->base_b)) != -1); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance-nontrivial-class-members.cpp60 double base_b; member
72 base_b = 13.2324; in Base()
82 assert(__msan_test_shadow(&base_b, sizeof(base_b)) == -1); in ~Base()
136 assert(__msan_test_shadow(&d->base_b, sizeof(d->base_b)) != -1); in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance-nontrivial-class-members.cpp60 double base_b; member
72 base_b = 13.2324; in Base()
82 assert(__msan_test_shadow(&base_b, sizeof(base_b)) == -1); in ~Base()
136 assert(__msan_test_shadow(&d->base_b, sizeof(d->base_b)) != -1); in main()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/msan/
H A Ddtor-multiple-inheritance-nontrivial-class-members.cpp60 double base_b; member
72 base_b = 13.2324; in Base()
82 assert(__msan_test_shadow(&base_b, sizeof(base_b)) == -1); in ~Base()
136 assert(__msan_test_shadow(&d->base_b, sizeof(d->base_b)) != -1); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance-nontrivial-class-members.cpp60 double base_b;
72 base_b = 13.2324;
82 assert(__msan_test_shadow(&base_b, sizeof(base_b)) == -1);
136 assert(__msan_test_shadow(&d->base_b, sizeof(d->base_b)) != -1);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/aarch64/simd/
H A Dvqdmulhq_lane_s16_indices_1.c8 uint64x1_t base_b = vcreate_u64 (0x5555666677778888ULL); in main() local
10 uint64x2_t baseq_a = vcombine_u64 (base_a, base_b); in main()
11 int16x4_t int16x4_b = vreinterpret_s16_u64 (base_b); in main()
H A Dvqrdmulhq_lane_s16_indices_1.c8 uint64x1_t base_b = vcreate_u64 (0x5555666677778888ULL); in main() local
10 uint64x2_t baseq_a = vcombine_u64 (base_a, base_b); in main()
11 int16x4_t int16x4_b = vreinterpret_s16_u64 (base_b); in main()
H A Dvqrdmulhq_lane_s32_indices_1.c8 uint64x1_t base_b = vcreate_u64 (0x5555666677778888ULL); in main() local
10 uint64x2_t baseq_a = vcombine_u64 (base_a, base_b); in main()
11 int32x2_t int32x2_b = vreinterpret_s32_u64 (base_b); in main()
H A Dvqdmulhq_lane_s32_indices_1.c8 uint64x1_t base_b = vcreate_u64 (0x5555666677778888ULL); in main() local
10 uint64x2_t baseq_a = vcombine_u64 (base_a, base_b); in main()
11 int32x2_t int32x2_b = vreinterpret_s32_u64 (base_b); in main()
H A Dvqdmull_high_lane_s16_indices_1.c8 uint64x1_t base_b = vcreate_u64 (0x5555666677778888ULL); in main() local
10 uint64x2_t baseq_a = vcombine_u64 (base_a, base_b); in main()
11 int16x4_t int16x4_b = vreinterpret_s16_u64 (base_b); in main()
H A Dvqdmull_high_lane_s32_indices_1.c8 uint64x1_t base_b = vcreate_u64 (0x5555666677778888ULL); in main() local
10 uint64x2_t baseq_a = vcombine_u64 (base_a, base_b); in main()
11 int32x2_t int32x2_b = vreinterpret_s32_u64 (base_b); in main()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/aarch64/simd/
H A Dvqdmulhq_lane_s16_indices_1.c8 uint64x1_t base_b = vcreate_u64 (0x5555666677778888ULL); in main() local
10 uint64x2_t baseq_a = vcombine_u64 (base_a, base_b); in main()
11 int16x4_t int16x4_b = vreinterpret_s16_u64 (base_b); in main()
H A Dvqdmulhq_lane_s32_indices_1.c8 uint64x1_t base_b = vcreate_u64 (0x5555666677778888ULL); in main() local
10 uint64x2_t baseq_a = vcombine_u64 (base_a, base_b); in main()
11 int32x2_t int32x2_b = vreinterpret_s32_u64 (base_b); in main()
H A Dvqdmull_high_lane_s16_indices_1.c8 uint64x1_t base_b = vcreate_u64 (0x5555666677778888ULL); in main() local
10 uint64x2_t baseq_a = vcombine_u64 (base_a, base_b); in main()
11 int16x4_t int16x4_b = vreinterpret_s16_u64 (base_b); in main()
H A Dvqdmull_high_lane_s32_indices_1.c8 uint64x1_t base_b = vcreate_u64 (0x5555666677778888ULL); in main() local
10 uint64x2_t baseq_a = vcombine_u64 (base_a, base_b); in main()
11 int32x2_t int32x2_b = vreinterpret_s32_u64 (base_b); in main()
H A Dvqrdmulhq_lane_s16_indices_1.c8 uint64x1_t base_b = vcreate_u64 (0x5555666677778888ULL); in main() local
10 uint64x2_t baseq_a = vcombine_u64 (base_a, base_b); in main()
11 int16x4_t int16x4_b = vreinterpret_s16_u64 (base_b); in main()

12345678910>>...38