Home
last modified time | relevance | path

Searched +defs:B +defs:G (Results 26 – 50 of 15940) sorted by relevance

12345678910>>...638

/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/algorithms/envelope_expand/
H A Denvelope_on_spheroid.cpp533 typedef point_type G; in test_envelope_point() typedef
620 typedef point_type G; in test_envelope_point_with_height() typedef
644 typedef bg::model::box<P> B; in BOOST_AUTO_TEST_CASE() typedef
830 typedef bg::model::box<P> B; in BOOST_AUTO_TEST_CASE() typedef
857 typedef bg::model::box<P> B; in BOOST_AUTO_TEST_CASE() typedef
1038 typedef bg::model::box<P> B; in BOOST_AUTO_TEST_CASE() typedef
1192 typedef bg::model::box<P> B; in BOOST_AUTO_TEST_CASE() typedef
1362 typedef bg::model::box<P> B; in BOOST_AUTO_TEST_CASE() typedef
1549 typedef bg::model::box<P> B; in test_envelope_multipoint() typedef
1730 typedef bg::model::box<P> G; in test_envelope_box() typedef
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/algorithms/envelope_expand/
H A Denvelope_on_spheroid.cpp537 typedef point_type G; in test_envelope_point() typedef
624 typedef point_type G; in test_envelope_point_with_height() typedef
648 typedef bg::model::box<P> B; in BOOST_AUTO_TEST_CASE() typedef
834 typedef bg::model::box<P> B; in BOOST_AUTO_TEST_CASE() typedef
861 typedef bg::model::box<P> B; in BOOST_AUTO_TEST_CASE() typedef
1042 typedef bg::model::box<P> B; in BOOST_AUTO_TEST_CASE() typedef
1196 typedef bg::model::box<P> B; in BOOST_AUTO_TEST_CASE() typedef
1366 typedef bg::model::box<P> B; in BOOST_AUTO_TEST_CASE() typedef
1553 typedef bg::model::box<P> B; in test_envelope_multipoint() typedef
1734 typedef bg::model::box<P> G; in test_envelope_box() typedef
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/image_util/
H A Dimageformats.h89 uint8_t B; member
100 uint8_t B; member
137 uint8_t B; member
150 uint8_t B; member
164 uint8_t B; member
174 uint8_t B; member
188 uint8_t B; member
371 int8_t B; member
581 float B; member
592 float B; member
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/image_util/
H A Dimageformats.h89 uint8_t B; member
100 uint8_t B; member
137 uint8_t B; member
150 uint8_t B; member
164 uint8_t B; member
174 uint8_t B; member
188 uint8_t B; member
371 int8_t B; member
581 float B; member
592 float B; member
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/image_util/
H A Dimageformats.h89 uint8_t B; member
100 uint8_t B; member
137 uint8_t B; member
150 uint8_t B; member
164 uint8_t B; member
174 uint8_t B; member
188 uint8_t B; member
371 int8_t B; member
581 float B; member
592 float B; member
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/image_util/
H A Dimageformats.h89 uint8_t B; member
100 uint8_t B; member
137 uint8_t B; member
150 uint8_t B; member
164 uint8_t B; member
174 uint8_t B; member
188 uint8_t B; member
371 int8_t B; member
581 float B; member
592 float B; member
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/image_util/
H A Dimageformats.h89 uint8_t B; member
100 uint8_t B; member
137 uint8_t B; member
150 uint8_t B; member
164 uint8_t B; member
174 uint8_t B; member
188 uint8_t B; member
371 int8_t B; member
581 float B; member
592 float B; member
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/image_util/
H A Dimageformats.h89 uint8_t B; member
100 uint8_t B; member
137 uint8_t B; member
150 uint8_t B; member
164 uint8_t B; member
174 uint8_t B; member
188 uint8_t B; member
371 int8_t B; member
581 float B; member
592 float B; member
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/gtkmm2ext/
H A Dcolorspace.cc234 void Rgb2Yuv(double *Y, double *U, double *V, double R, double G, double B) in Rgb2Yuv()
248 void Yuv2Rgb(double *R, double *G, double *B, double Y, double U, double V) in Yuv2Rgb()
331 void Rgb2Yiq(double *Y, double *I, double *Q, double R, double G, double B) in Rgb2Yiq()
340 void Yiq2Rgb(double *R, double *G, double *B, double Y, double I, double Q) in Yiq2Rgb()
373 void Rgb2Hsv(double *H, double *S, double *V, double R, double G, double B) in Rgb2Hsv()
419 void Hsv2Rgb(double *R, double *G, double *B, double H, double S, double V) in Hsv2Rgb()
485 void Rgb2Hsl(double *H, double *S, double *L, double R, double G, double B) in Rgb2Hsl()
531 void Hsl2Rgb(double *R, double *G, double *B, double H, double S, double L) in Hsl2Rgb()
595 void Rgb2Hsi(double *H, double *S, double *I, double R, double G, double B) in Rgb2Hsi()
631 void Hsi2Rgb(double *R, double *G, double *B, double H, double S, double I) in Hsi2Rgb()
[all …]
/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/
H A Dpixform.h7 #define BUILD_PIXEL_RGB565(R,G,B) (((int32_t) (R) << 11) | ((int32_t) (G) << 6) | (int32_t) (B)) argument
8 #define BUILD_PIXEL2_RGB565(R,G,B) (((int32_t) (R) << 11) | ((int32_t) (G) << 5) | (int32_t) (B)) argument
29 #define BUILD_PIXEL_RGB555(R,G,B) (((int32_t) (R) << 10) | ((int32_t) (G) << 5) | (int32_t) (B)) argument
30 #define BUILD_PIXEL2_RGB555(R,G,B) (((int32_t) (R) << 10) | ((int32_t) (G) << 5) | (int32_t) (B)) argument
52 #define BUILD_PIXEL_BGR555(R,G,B) (((int32_t) (B) << 10) | ((int32_t) (G) << 5) | (int32_t) (R)) argument
76 #define BUILD_PIXEL_D(F,R,G,B) CONCAT(BUILD_PIXEL_,F) (R,G,B) argument
77 #define BUILD_PIXEL2_D(F,R,G,B) CONCAT(BUILD_PIXEL2_,F) (R,G,B) argument
78 #define DECOMPOSE_PIXEL_D(F,PIX,R,G,B) CONCAT(DECOMPOSE_PIXEL_,F) (PIX,R,G,B) argument
80 #define BUILD_PIXEL(R,G,B) BUILD_PIXEL_D(PIXEL_FORMAT,R,G,B) argument
81 #define BUILD_PIXEL2(R,G,B) BUILD_PIXEL2_D(PIXEL_FORMAT,R,G,B) argument
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/
H A DTexture.cpp200 const double * G = R + numElements; in getImage() local
201 const double * B = G + numElements; in getImage() local
337 const double * G = R + numElements; in getImage() local
338 const double * B = G + numElements; in getImage() local
356 const double * G = R + numElements; in getImage() local
357 const double * B = G + numElements; in getImage() local
494 const double * G = R + numElements; in getImage() local
495 const double * B = G + numElements; in getImage() local
514 const double * G = R + numElements; in getImage() local
515 const double * B = G + numElements; in getImage() local
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest38.m13 B = single (A) ; variable
15 G = GrB (A) ; variable
45 G = GrB (C) ; variable
51 G = GrB (A) ; variable
55 G = GrB (A) ; variable
59 G = GrB (A) ; variable
64 B = rand (10) ; variable
65 G = GrB (A) ; variable
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest38.m13 B = single (A) ; variable
15 G = GrB (A) ; variable
45 G = GrB (C) ; variable
51 G = GrB (A) ; variable
55 G = GrB (A) ; variable
59 G = GrB (A) ; variable
64 B = rand (10) ; variable
65 G = GrB (A) ; variable
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest38.m13 B = single (A) ; variable
15 G = GrB (A) ; variable
45 G = GrB (C) ; variable
51 G = GrB (A) ; variable
55 G = GrB (A) ; variable
59 G = GrB (A) ; variable
64 B = rand (10) ; variable
65 G = GrB (A) ; variable
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest38.m13 B = single (A) ; variable
15 G = GrB (A) ; variable
45 G = GrB (C) ; variable
51 G = GrB (A) ; variable
55 G = GrB (A) ; variable
59 G = GrB (A) ; variable
64 B = rand (10) ; variable
65 G = GrB (A) ; variable
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest38.m13 B = single (A) ; variable
15 G = GrB (A) ; variable
45 G = GrB (C) ; variable
51 G = GrB (A) ; variable
55 G = GrB (A) ; variable
59 G = GrB (A) ; variable
64 B = rand (10) ; variable
65 G = GrB (A) ; variable
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest38.m13 B = single (A) ; variable
15 G = GrB (A) ; variable
45 G = GrB (C) ; variable
51 G = GrB (A) ; variable
55 G = GrB (A) ; variable
59 G = GrB (A) ; variable
64 B = rand (10) ; variable
65 G = GrB (A) ; variable
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest38.m13 B = single (A) ; variable
15 G = GrB (A) ; variable
45 G = GrB (C) ; variable
51 G = GrB (A) ; variable
55 G = GrB (A) ; variable
59 G = GrB (A) ; variable
64 B = rand (10) ; variable
65 G = GrB (A) ; variable
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest38.m13 B = single (A) ; variable
15 G = GrB (A) ; variable
45 G = GrB (C) ; variable
51 G = GrB (A) ; variable
55 G = GrB (A) ; variable
59 G = GrB (A) ; variable
64 B = rand (10) ; variable
65 G = GrB (A) ; variable
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest38.m13 B = single (A) ; variable
15 G = GrB (A) ; variable
45 G = GrB (C) ; variable
51 G = GrB (A) ; variable
55 G = GrB (A) ; variable
59 G = GrB (A) ; variable
64 B = rand (10) ; variable
65 G = GrB (A) ; variable
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest38.m13 B = single (A) ; variable
15 G = GrB (A) ; variable
45 G = GrB (C) ; variable
51 G = GrB (A) ; variable
55 G = GrB (A) ; variable
59 G = GrB (A) ; variable
64 B = rand (10) ; variable
65 G = GrB (A) ; variable
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest38.m13 B = single (A) ; variable
15 G = GrB (A) ; variable
45 G = GrB (C) ; variable
51 G = GrB (A) ; variable
55 G = GrB (A) ; variable
59 G = GrB (A) ; variable
64 B = rand (10) ; variable
65 G = GrB (A) ; variable
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest38.m13 B = single (A) ; variable
15 G = GrB (A) ; variable
45 G = GrB (C) ; variable
51 G = GrB (A) ; variable
55 G = GrB (A) ; variable
59 G = GrB (A) ; variable
64 B = rand (10) ; variable
65 G = GrB (A) ; variable
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest38.m13 B = single (A) ; variable
15 G = GrB (A) ; variable
45 G = GrB (C) ; variable
51 G = GrB (A) ; variable
55 G = GrB (A) ; variable
59 G = GrB (A) ; variable
64 B = rand (10) ; variable
65 G = GrB (A) ; variable
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest38.m13 B = single (A) ; variable
15 G = GrB (A) ; variable
45 G = GrB (C) ; variable
51 G = GrB (A) ; variable
55 G = GrB (A) ; variable
59 G = GrB (A) ; variable
64 B = rand (10) ; variable
65 G = GrB (A) ; variable

12345678910>>...638