Home
last modified time | relevance | path

Searched defs:_B (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/dports/math/grpn/grpn-1.5.2/src/
H A Dcircle.c33 struct _B { struct
34 int b;
35 A *a;
/dports/graphics/anttweakbar/AntTweakBar/src/
H A DTwColors.h40 inline color32 Color32FromARGBi(int _A, int _R, int _G, int _B) in Color32FromARGBi()
45 inline color32 Color32FromARGBf(float _A, float _R, float _G, float _B) in Color32FromARGBf()
50 inline void Color32ToARGBi(color32 _Color, int *_A, int *_R, int *_G, int *_B) in Color32ToARGBi()
58 inline void Color32ToARGBf(color32 _Color, float *_A, float *_R, float *_G, float *_B) in Color32ToARGBf()
H A DTwColors.cpp15 void ColorRGBToHLSf(float _R, float _G, float _B, float *_Hue, float *_Light, float *_Saturation) in ColorRGBToHLSf()
77 void ColorRGBToHLSi(int _R, int _G, int _B, int *_Hue, int *_Light, int *_Saturation) in ColorRGBToHLSi()
87 void ColorHLSToRGBf(float _Hue, float _Light, float _Saturation, float *_R, float *_G, float *_B) in ColorHLSToRGBf()
134 void ColorHLSToRGBi(int _Hue, int _Light, int _Saturation, int *_R, int *_G, int *_B) in ColorHLSToRGBi()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dxfilter.h38 #define ETH_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \ argument
62 #define ETH_COMPARE_NETWORK_ADDRESSES_EQ(_A,_B, _Result) \ argument
97 #define FDDI_COMPARE_NETWORK_ADDRESSES(_A, _B, _Length, _Result) \ argument
125 #define FDDI_COMPARE_NETWORK_ADDRESSES_EQ(_A, _B, _Length, _Result) \ argument
185 #define TR_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \ argument
215 #define TR_COMPARE_NETWORK_ADDRESSES_EQ(_A, _B, _Result) \ argument
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/ddk/
H A Dxfilter.h49 #define ETH_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \ argument
73 #define ETH_COMPARE_NETWORK_ADDRESSES_EQ(_A,_B, _Result) \ argument
108 #define FDDI_COMPARE_NETWORK_ADDRESSES(_A, _B, _Length, _Result) \ argument
136 #define FDDI_COMPARE_NETWORK_ADDRESSES_EQ(_A, _B, _Length, _Result) \ argument
196 #define TR_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \ argument
226 #define TR_COMPARE_NETWORK_ADDRESSES_EQ(_A, _B, _Result) \ argument
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/ddk/
H A Dxfilter.h49 #define ETH_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \ argument
73 #define ETH_COMPARE_NETWORK_ADDRESSES_EQ(_A,_B, _Result) \ argument
108 #define FDDI_COMPARE_NETWORK_ADDRESSES(_A, _B, _Length, _Result) \ argument
136 #define FDDI_COMPARE_NETWORK_ADDRESSES_EQ(_A, _B, _Length, _Result) \ argument
196 #define TR_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \ argument
226 #define TR_COMPARE_NETWORK_ADDRESSES_EQ(_A, _B, _Result) \ argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dxfilter.h38 #define ETH_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \ argument
62 #define ETH_COMPARE_NETWORK_ADDRESSES_EQ(_A,_B, _Result) \ argument
97 #define FDDI_COMPARE_NETWORK_ADDRESSES(_A, _B, _Length, _Result) \ argument
125 #define FDDI_COMPARE_NETWORK_ADDRESSES_EQ(_A, _B, _Length, _Result) \ argument
185 #define TR_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \ argument
215 #define TR_COMPARE_NETWORK_ADDRESSES_EQ(_A, _B, _Result) \ argument
/dports/devel/safe-iop/safe-iop-2b20d77fb9f22b1ec9e2b3d2eb53c532596d3203/include/
H A Dsafe_iop.h123 #define safe_add3(_ptr, _A, _B, _C) \ argument
131 #define safe_add4(_ptr, _A, _B, _C, _D) \ argument
141 #define safe_add5(_ptr, _A, _B, _C, _D, _E) \ argument
173 #define safe_sub3(_ptr, _A, _B, _C) \ argument
181 #define safe_sub4(_ptr, _A, _B, _C, _D) \ argument
224 #define safe_mul3(_ptr, _A, _B, _C) \ argument
232 #define safe_mul4(_ptr, _A, _B, _C, _D) \ argument
273 #define safe_div3(_ptr, _A, _B, _C) \ argument
281 #define safe_div4(_ptr, _A, _B, _C, _D) \ argument
322 #define safe_mod3(_ptr, _A, _B, _C) \ argument
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/Examples/small_factored_example/
H A Dmain.cc36 void init_fac( MatrixT& _B ) in init_fac()
47 void print_equations( const MatrixT& _B) in print_equations()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/Examples/quadratic_solver/
H A Dmain.cc35 void random_sparse_row_matrix( MatrixT& _B, int _m, int _n, double _density = 0.7) in random_sparse_row_matrix()
47 void extract_Axb( const RMatrixT& _B, CMatrixT& _A, std::vector< double >& _b) in extract_Axb()
87 void print_equations( const MatrixT& _B) in print_equations()
/dports/x11-drivers/xorgxrdp/xorgxrdp-0.2.17/tests/yuv2rgb/
H A Dyuv2rgb_speed.c58 #define YUV2RGB1(_Y, _U, _V, _R, _G, _B) \ argument
63 #define YUV2RGB3(_Y, _U, _V, _R, _G, _B) \ argument
68 #define YUV2RGB2(_Y, _U, _V, _R, _G, _B) \ argument
74 #define YUV2RGB(_Y, _U, _V, _R, _G, _B) \ argument
79 #define YUV2RGB4(_Y, _U, _V, _R, _G, _B) \ argument
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/config/cpu/aarch64/opt/ext/
H A Dopt_random.h38 # define __VEXT(_A,_B,_C) __builtin_shuffle (_A, _B, (__Uint8x16_t) \ argument
42 # define __VEXT(_A,_B,_C) __builtin_shuffle (_B, _A, (__Uint8x16_t) \ argument
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/config/cpu/aarch64/opt/ext/
H A Dopt_random.h38 # define __VEXT(_A,_B,_C) __builtin_shuffle (_A, _B, (__Uint8x16_t) \ argument
42 # define __VEXT(_A,_B,_C) __builtin_shuffle (_B, _A, (__Uint8x16_t) \ argument
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/config/cpu/aarch64/opt/ext/
H A Dopt_random.h38 # define __VEXT(_A,_B,_C) __builtin_shuffle (_A, _B, (__Uint8x16_t) \ argument
42 # define __VEXT(_A,_B,_C) __builtin_shuffle (_B, _A, (__Uint8x16_t) \ argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/config/cpu/aarch64/opt/ext/
H A Dopt_random.h38 # define __VEXT(_A,_B,_C) __builtin_shuffle (_A, _B, (__Uint8x16_t) \ argument
42 # define __VEXT(_A,_B,_C) __builtin_shuffle (_B, _A, (__Uint8x16_t) \ argument
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/config/cpu/aarch64/opt/ext/
H A Dopt_random.h38 # define __VEXT(_A,_B,_C) __builtin_shuffle (_A, _B, (__Uint8x16_t) \ argument
42 # define __VEXT(_A,_B,_C) __builtin_shuffle (_B, _A, (__Uint8x16_t) \ argument
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/config/cpu/aarch64/opt/ext/
H A Dopt_random.h38 # define __VEXT(_A,_B,_C) __builtin_shuffle (_A, _B, (__Uint8x16_t) \ argument
42 # define __VEXT(_A,_B,_C) __builtin_shuffle (_B, _A, (__Uint8x16_t) \ argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/config/cpu/aarch64/opt/ext/
H A Dopt_random.h38 # define __VEXT(_A,_B,_C) __builtin_shuffle (_A, _B, (__Uint8x16_t) \ argument
42 # define __VEXT(_A,_B,_C) __builtin_shuffle (_B, _A, (__Uint8x16_t) \ argument
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/config/cpu/aarch64/opt/ext/
H A Dopt_random.h38 # define __VEXT(_A,_B,_C) __builtin_shuffle (_A, _B, (__Uint8x16_t) \ argument
42 # define __VEXT(_A,_B,_C) __builtin_shuffle (_B, _A, (__Uint8x16_t) \ argument
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/config/cpu/aarch64/opt/ext/
H A Dopt_random.h38 # define __VEXT(_A,_B,_C) __builtin_shuffle (_A, _B, (__Uint8x16_t) \ argument
42 # define __VEXT(_A,_B,_C) __builtin_shuffle (_B, _A, (__Uint8x16_t) \ argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/config/cpu/aarch64/opt/ext/
H A Dopt_random.h38 # define __VEXT(_A,_B,_C) __builtin_shuffle (_A, _B, (__Uint8x16_t) \ argument
42 # define __VEXT(_A,_B,_C) __builtin_shuffle (_B, _A, (__Uint8x16_t) \ argument
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/config/cpu/aarch64/opt/ext/
H A Dopt_random.h38 # define __VEXT(_A,_B,_C) __builtin_shuffle (_A, _B, (__Uint8x16_t) \ argument
42 # define __VEXT(_A,_B,_C) __builtin_shuffle (_B, _A, (__Uint8x16_t) \ argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/config/cpu/aarch64/opt/ext/
H A Dopt_random.h38 # define __VEXT(_A,_B,_C) __builtin_shuffle (_A, _B, (__Uint8x16_t) \ argument
42 # define __VEXT(_A,_B,_C) __builtin_shuffle (_B, _A, (__Uint8x16_t) \ argument
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/config/cpu/aarch64/opt/ext/
H A Dopt_random.h38 # define __VEXT(_A,_B,_C) __builtin_shuffle (_A, _B, (__Uint8x16_t) \ argument
42 # define __VEXT(_A,_B,_C) __builtin_shuffle (_B, _A, (__Uint8x16_t) \ argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/config/cpu/aarch64/opt/ext/
H A Dopt_random.h38 # define __VEXT(_A,_B,_C) __builtin_shuffle (_A, _B, (__Uint8x16_t) \ argument
42 # define __VEXT(_A,_B,_C) __builtin_shuffle (_B, _A, (__Uint8x16_t) \ argument

12345678910>>...15