Home
last modified time | relevance | path

Searched refs:is_trans (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dd_part.c66 qboolean is_trans; in D_DrawParticle() local
105 if ((is_trans = (color >= 256))) in D_DrawParticle()
119 pdest[0] = (!is_trans) ? color : transTable[color + pdest[0]]; in D_DrawParticle()
133 pdest[0] = (!is_trans) ? color : transTable[color + pdest[0]]; in D_DrawParticle()
138 pdest[1] = (!is_trans) ? color : transTable[color + pdest[1]]; in D_DrawParticle()
152 pdest[0] = (!is_trans) ? color : transTable[color + pdest[0]]; in D_DrawParticle()
157 pdest[1] = (!is_trans) ? color : transTable[color + pdest[1]]; in D_DrawParticle()
162 pdest[2] = (!is_trans) ? color : transTable[color + pdest[2]]; in D_DrawParticle()
176 pdest[0] = (!is_trans) ? color : transTable[color + pdest[0]]; in D_DrawParticle()
181 pdest[1] = (!is_trans) ? color : transTable[color + pdest[1]]; in D_DrawParticle()
[all …]
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dvcd_saver.c20 static void w32redirect_fprintf(int is_trans, FILE *sfd, const char *format, ...) in w32redirect_fprintf() argument
23 if(is_trans) in w32redirect_fprintf()
38 (void) is_trans; in w32redirect_fprintf()
368 int is_trans = (export_typ == WAVE_EXPORT_TRANS); in save_nodes_to_export_generic() local
535 w32redirect_fprintf(is_trans, GLOBALS->f_vcd_saver_c_1, "$date\n"); in save_nodes_to_export_generic()
537 w32redirect_fprintf(is_trans, GLOBALS->f_vcd_saver_c_1, "$end\n"); in save_nodes_to_export_generic()
570 char *netname = lxt ? hname : output_hier(is_trans, hname); in save_nodes_to_export_generic()
639 output_hier(is_trans, ""); in save_nodes_to_export_generic()
909 w32redirect_fprintf(is_trans, GLOBALS->f_vcd_saver_c_1, "$upscope $end\n"); in diff_hier()
942 char *output_hier(int is_trans, char *name) in output_hier() argument
[all …]
H A Dvcd_saver.h28 extern char *output_hier(int is_trans, char *name);
/dports/math/libflame/libflame-5.2.0/old/lapack-test/fla-timing/src/
H A Dtest_gemm.c28 int is_trans, is_complex; in test_gemm() local
31 is_trans = (transa == FLA_NO_TRANSPOSE); in test_gemm()
32 FLA_Obj_create( datatype, (is_trans ? m:k), (is_trans ? k:m), 0,0, &A ); in test_gemm()
33 is_trans = (transb == FLA_NO_TRANSPOSE); in test_gemm()
34 FLA_Obj_create( datatype, (is_trans ? k:n), (is_trans ? n:k), 0,0, &B ); in test_gemm()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dgif.c137 int is_trans = 1; in gif_crop_translucent() local
140 is_trans = 0; in gif_crop_translucent()
145 if (!is_trans) in gif_crop_translucent()
152 int is_trans = 1; in gif_crop_translucent() local
155 is_trans = 0; in gif_crop_translucent()
159 if (!is_trans) in gif_crop_translucent()
166 int is_trans = 1; in gif_crop_translucent() local
169 is_trans = 0; in gif_crop_translucent()
173 if (!is_trans) in gif_crop_translucent()
180 int is_trans = 1; in gif_crop_translucent() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dgif.c137 int is_trans = 1; in gif_crop_translucent() local
140 is_trans = 0; in gif_crop_translucent()
145 if (!is_trans) in gif_crop_translucent()
152 int is_trans = 1; in gif_crop_translucent() local
155 is_trans = 0; in gif_crop_translucent()
159 if (!is_trans) in gif_crop_translucent()
166 int is_trans = 1; in gif_crop_translucent() local
169 is_trans = 0; in gif_crop_translucent()
173 if (!is_trans) in gif_crop_translucent()
180 int is_trans = 1; in gif_crop_translucent() local
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/gemm/
H A Dgemm_info.hpp132 template <bool is_trans>
137 copy_a_kern[is_trans][no_sum]( in copy_a_sum_ref()
145 if (!is_trans) { in copy_a_sum_ref()
170 template <bool is_trans>
175 copy_b_kern[is_trans][no_sum]( in copy_b_sum_ref()
183 if (!is_trans) { in copy_b_sum_ref()
H A Dgemm_utils.hpp146 void prep_gemm_pack(bool do_a, int is_trans, dim_t nrows, dim_t ncols, in prep_gemm_pack() argument
149 auto ld = !is_trans ? get_ld_padd<mat_t>(nrows) : get_ld_padd<mat_t>(ncols); in prep_gemm_pack()
150 auto td = !is_trans ? ncols : nrows; in prep_gemm_pack()
159 pack_dst->set_nocopy(0, is_trans, ld, td); in prep_gemm_pack()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/gemm/
H A Dgemm_info.hpp132 template <bool is_trans>
137 copy_a_kern[is_trans][no_sum]( in copy_a_sum_ref()
145 if (!is_trans) { in copy_a_sum_ref()
170 template <bool is_trans>
175 copy_b_kern[is_trans][no_sum]( in copy_b_sum_ref()
183 if (!is_trans) { in copy_b_sum_ref()
H A Dgemm_utils.hpp146 void prep_gemm_pack(bool do_a, int is_trans, dim_t nrows, dim_t ncols, in prep_gemm_pack() argument
149 auto ld = !is_trans ? get_ld_padd<mat_t>(nrows) : get_ld_padd<mat_t>(ncols); in prep_gemm_pack()
150 auto td = !is_trans ? ncols : nrows; in prep_gemm_pack()
159 pack_dst->set_nocopy(0, is_trans, ld, td); in prep_gemm_pack()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dgif.c171 int is_trans = 1; in gif_crop_translucent() local
174 is_trans = 0; in gif_crop_translucent()
179 if (!is_trans) in gif_crop_translucent()
186 int is_trans = 1; in gif_crop_translucent() local
189 is_trans = 0; in gif_crop_translucent()
193 if (!is_trans) in gif_crop_translucent()
200 int is_trans = 1; in gif_crop_translucent() local
203 is_trans = 0; in gif_crop_translucent()
207 if (!is_trans) in gif_crop_translucent()
214 int is_trans = 1; in gif_crop_translucent() local
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dgif.c171 int is_trans = 1; in gif_crop_translucent() local
174 is_trans = 0; in gif_crop_translucent()
179 if (!is_trans) in gif_crop_translucent()
186 int is_trans = 1; in gif_crop_translucent() local
189 is_trans = 0; in gif_crop_translucent()
193 if (!is_trans) in gif_crop_translucent()
200 int is_trans = 1; in gif_crop_translucent() local
203 is_trans = 0; in gif_crop_translucent()
207 if (!is_trans) in gif_crop_translucent()
214 int is_trans = 1; in gif_crop_translucent() local
[all …]
/dports/devel/grpc/grpc-1.42.0/src/proto/
H A Dgen_build_yaml.py24 def update_deps(key, proto_filename, deps, deps_external, is_trans, visited): argument
47 if is_trans:
48 update_deps(key, imp_proto, deps, deps_external, is_trans,
/dports/devel/grpc134/grpc-1.34.1/src/proto/
H A Dgen_build_yaml.py24 def update_deps(key, proto_filename, deps, deps_external, is_trans, visited): argument
45 if is_trans:
46 update_deps(key, imp_proto, deps, deps_external, is_trans,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/proto/
H A Dgen_build_yaml.py24 def update_deps(key, proto_filename, deps, deps_external, is_trans, visited): argument
41 if is_trans:
42 update_deps(key, imp_proto, deps, deps_external, is_trans, visited)
/dports/devel/grpc130/grpc-1.30.2/src/proto/
H A Dgen_build_yaml.py24 def update_deps(key, proto_filename, deps, deps_external, is_trans, visited): argument
45 if is_trans:
46 update_deps(key, imp_proto, deps, deps_external, is_trans,
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOWALLRES.cpp239 if(is_trans()) in draw()
264 if(is_trans() ) in draw()
313 if(is_trans()) in draw_at()
339 if(is_trans() ) in draw_at()
/dports/science/madness/madness-ebb3fd7/src/madness/tensor/mtxmq_graveyard/
H A Dmtxmq_avx_rjh.cc233 if(!is_trans){ in mTxmq_core()
338 if(!is_trans){ in mTxmq_core()
440 if(!is_trans){ in mTxmq_core()
530 if(!is_trans){ in mTxmq_core()
619 if(!is_trans){ in mTxmq_core()
697 if(!is_trans){ in mTxmq_core()
773 if(!is_trans){ in mTxmq_core()
840 if(!is_trans){ in mTxmq_core()
902 if(!is_trans){ in mTxmq_core()
961 if(!is_trans){ in mTxmq_core()
[all …]
H A Dmtxmq.cc236 if(!is_trans){ in mTxmq_core()
341 if(!is_trans){ in mTxmq_core()
443 if(!is_trans){ in mTxmq_core()
533 if(!is_trans){ in mTxmq_core()
622 if(!is_trans){ in mTxmq_core()
700 if(!is_trans){ in mTxmq_core()
776 if(!is_trans){ in mTxmq_core()
843 if(!is_trans){ in mTxmq_core()
905 if(!is_trans){ in mTxmq_core()
964 if(!is_trans){ in mTxmq_core()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_table.h200 Alter_info *alter_info, bool *is_trans,
264 bool is_trans= FALSE);
266 bool is_trans, bool add_if_exists);
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_table.h200 Alter_info *alter_info, bool *is_trans,
264 bool is_trans= FALSE);
266 bool is_trans, bool add_if_exists);
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/
H A Dio-xpm.c455 gint is_trans = FALSE; in pixbuf_create_from_xpm() local
577 is_trans = TRUE; in pixbuf_create_from_xpm()
587 pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, is_trans, 8, w, h); in pixbuf_create_from_xpm()
628 if (is_trans && color->transparent) in pixbuf_create_from_xpm()
630 else if (is_trans) in pixbuf_create_from_xpm()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_table.h151 bool *is_trans);
202 bool is_trans= FALSE);
/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dc_wrapping.hpp273 inline bool is_trans(char trans) { in is_trans() function
329 const hmat::IndexSet* bDataRows = !is_trans(trans_b) ? b->rows(): b->cols(); in gemm_dense()
330 const hmat::IndexSet* bDataCols = !is_trans(trans_b) ? b->cols(): b->rows(); in gemm_dense()
332 hmat::ScalarArray<T>* mx = !is_trans(trans_x) ? in gemm_dense()
335 hmat::ScalarArray<T>* my = !is_trans(trans_y) ? in gemm_dense()
340 if (is_trans(trans_x)) in gemm_dense()
344 if (is_trans(trans_y)) in gemm_dense()
352 if (is_trans(trans_x)) in gemm_dense()
354 if (is_trans(trans_y)) in gemm_dense()
/dports/x11/jgmenu/jgmenu-4.4.0/src/
H A Dxpm-loader.c419 int is_trans = 0; in pixbuf_create_from_xpm() local
478 is_trans = 1; in pixbuf_create_from_xpm()
514 if (is_trans && color->transparent) in pixbuf_create_from_xpm()

1234567