Home
last modified time | relevance | path

Searched refs:c_code (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/lang/nim/nim-1.6.2/
H A Dmakefile172c_code/1_1/stdlib_digitsutils.nim.o c_code/1_1/stdlib_assertions.nim.o c_code/1_1/stdlib_dragonbox…
175c_code/1_2/stdlib_digitsutils.nim.o c_code/1_2/stdlib_assertions.nim.o c_code/1_2/stdlib_dragonbox…
231c_code/1_1/stdlib_digitsutils.nim.o c_code/2_1/stdlib_assertions.nim.o c_code/1_1/stdlib_dragonbox…
234c_code/1_2/stdlib_digitsutils.nim.o c_code/2_2/stdlib_assertions.nim.o c_code/1_2/stdlib_dragonbox…
237c_code/1_1/stdlib_digitsutils.nim.o c_code/2_3/stdlib_assertions.nim.o c_code/1_1/stdlib_dragonbox…
240c_code/1_2/stdlib_digitsutils.nim.o c_code/2_4/stdlib_assertions.nim.o c_code/1_2/stdlib_dragonbox…
243c_code/1_2/stdlib_digitsutils.nim.o c_code/2_4/stdlib_assertions.nim.o c_code/1_2/stdlib_dragonbox…
246c_code/1_2/stdlib_digitsutils.nim.o c_code/2_4/stdlib_assertions.nim.o c_code/1_2/stdlib_dragonbox…
249c_code/2_7/stdlib_digitsutils.nim.o c_code/2_7/stdlib_assertions.nim.o c_code/2_7/stdlib_dragonbox…
252c_code/1_1/stdlib_digitsutils.nim.o c_code/2_3/stdlib_assertions.nim.o c_code/1_1/stdlib_dragonbox…
[all …]
H A Dbuild.sh291 $CC $COMP_FLAGS -Ic_code -c c_code/1_1/@mmsgs.nim.c -o c_code/1_1/@mmsgs.nim.o
306 $CC $COMP_FLAGS -Ic_code -c c_code/1_1/@mast.nim.c -o c_code/1_1/@mast.nim.o
357 $CC $COMP_FLAGS -Ic_code -c c_code/1_1/@mndi.nim.c -o c_code/1_1/@mndi.nim.o
374 $CC $COMP_FLAGS -Ic_code -c c_code/1_1/@mvm.nim.c -o c_code/1_1/@mvm.nim.o
469 c_code/1_1/@mast.nim.o \
520 c_code/1_1/@mndi.nim.o \
537 c_code/1_1/@mvm.nim.o \
547 c_code/1_1/@msem.nim.o \
548 c_code/1_1/@mdfa.nim.o \
862 c_code/1_2/@mvm.nim.o \
[all …]
H A Dbuild.bat50 ECHO %CC% %COMP_FLAGS% -Ic_code -c c_code\1_1\stdlib_io.nim.c -o c_code\1_1\stdlib_io.nim.o
128 ECHO %CC% %COMP_FLAGS% -Ic_code -c c_code\1_1\@mmsgs.nim.c -o c_code\1_1\@mmsgs.nim.o
129 CALL %CC% %COMP_FLAGS% -Ic_code -c c_code\1_1\@mmsgs.nim.c -o c_code\1_1\@mmsgs.nim.o
173 ECHO %CC% %COMP_FLAGS% -Ic_code -c c_code\1_1\@mast.nim.c -o c_code\1_1\@mast.nim.o
174 CALL %CC% %COMP_FLAGS% -Ic_code -c c_code\1_1\@mast.nim.c -o c_code\1_1\@mast.nim.o
377 ECHO %CC% %COMP_FLAGS% -Ic_code -c c_code\1_1\@mvm.nim.c -o c_code\1_1\@mvm.nim.o
378 CALL %CC% %COMP_FLAGS% -Ic_code -c c_code\1_1\@mvm.nim.c -o c_code\1_1\@mvm.nim.o
507c_code\1_1\stdlib_digitsutils.nim.o c_code\1_1\stdlib_assertions.nim.o c_code\1_1\stdlib_dragonbox…
508c_code\1_1\stdlib_digitsutils.nim.o c_code\1_1\stdlib_assertions.nim.o c_code\1_1\stdlib_dragonbox…
991c_code\1_2\stdlib_digitsutils.nim.o c_code\1_2\stdlib_assertions.nim.o c_code\1_2\stdlib_dragonbox…
[all …]
/dports/devel/efl/efl-1.25.1/src/bin/eldbus/
H A Dsource_client.c132 eina_strbuf_append_printf(c_code, "}\n"); in source_client_complex_method_call_generate()
170 eina_strbuf_append_printf(c_code, "}\n"); in source_client_simple_method_call_no_reply_generate()
215 eina_strbuf_append_printf(c_code, "}\n"); in source_client_simple_method_call_generate()
242 eina_strbuf_append_printf(c_code, "}\n"); in source_client_complex_method_callback_generate()
289 eina_strbuf_append_printf(c_code, "}\n"); in source_client_simple_method_callback_generate()
367 eina_strbuf_append_printf(c_code, "}\n"); in source_client_signal_generate()
389 eina_strbuf_append_printf(c_code, "}\n"); in source_client_signal_generate()
477 eina_strbuf_append_printf(c_code, "}\n"); in source_client_property_generate_get()
490 eina_strbuf_append_printf(c_code, "}\n"); in source_client_property_generate_get()
555 c_code = eina_strbuf_new(); in source_client_generate()
[all …]
/dports/devel/mimir/mimir-2.15/dcg/
H A Dcoder.c69 static FILE *c_code; variable
100 fprintf (c_code, "/*\n"); in code_file_headers()
103 fprintf (c_code, "*/\n\n"); in code_file_headers()
479 fprintf (c_code, "\t};\n\n"); in code_init_list_definition()
506 fprintf (c_code, "\t};\n\n"); in code_room_list_definition()
601 fprintf (c_code, ")\n"); in code_new_variant_record_definition()
630 fprintf (c_code, ")\n"); in code_new_fixed_record_definition()
1326 fprintf (c_code, in code_pretty_print_field_list()
1354 fprintf (c_code, in code_pretty_print_record_definition()
1394 fprintf (c_code, in code_pretty_print_enumeration_definition()
[all …]
H A Dxform_coder.c64 static FILE *c_code; variable
71 if (!(c_code = fopen (fname, "w"))) in try_open_output_files()
90 fprintf (c_code, "/*\n"); in code_file_headers()
93 fprintf (c_code, "*/\n\n"); in code_file_headers()
142 code_type (c_code, f -> ftype); in code_xform_field_list()
146 fprintf (c_code, ");\n"); in code_xform_field_list()
178 fprintf (c_code, "\t };\n"); in code_xform_record_definition()
180 fprintf (c_code, "\t};\n\n"); in code_xform_record_definition()
206 fprintf (c_code, "\t{ int ix;\n"); in code_xform_type_list_definition()
209 fprintf (c_code, "\t};\n\n"); in code_xform_type_list_definition()
[all …]
/dports/math/gnubc/bc-1.07.1/bc/
H A Dexecute.c129 || (inst == 'Z' && !c_code)) { in execute()
253 assign (c_code); in execute()
365 assign (c_code); in execute()
374 assign (c_code); in execute()
384 assign (c_code); in execute()
475 assign (c_code); in execute()
485 assign (c_code); in execute()
495 assign (c_code); in execute()
505 assign (c_code); in execute()
515 assign (c_code); in execute()
[all …]
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Compiler/
H A DAnnotate.py238 c_code = generated_code[k]
240 c_code = ''
242 c_code = _replace_pos_comment(pos_comment_marker, c_code)
243 if c_code.startswith(pos_comment_marker):
244 c_code = c_code[len(pos_comment_marker):]
245 c_code = html_escape(c_code)
248 c_code = _parse_code(annotate, c_code)
252 if c_code:
278 if c_code:
280 score=score, covered=covered, code=c_code))
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DAnnotate.py238 c_code = generated_code[k]
240 c_code = ''
242 c_code = _replace_pos_comment(pos_comment_marker, c_code)
243 if c_code.startswith(pos_comment_marker):
244 c_code = c_code[len(pos_comment_marker):]
245 c_code = html_escape(c_code)
248 c_code = _parse_code(annotate, c_code)
252 if c_code:
278 if c_code:
280 score=score, covered=covered, code=c_code))
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Compiler/
H A DAnnotate.py238 c_code = generated_code[k]
240 c_code = ''
242 c_code = _replace_pos_comment(pos_comment_marker, c_code)
243 if c_code.startswith(pos_comment_marker):
244 c_code = c_code[len(pos_comment_marker):]
245 c_code = html_escape(c_code)
248 c_code = _parse_code(annotate, c_code)
252 if c_code:
278 if c_code:
280 score=score, covered=covered, code=c_code))
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Compiler/
H A DAnnotate.py238 c_code = generated_code[k]
240 c_code = ''
242 c_code = _replace_pos_comment(pos_comment_marker, c_code)
243 if c_code.startswith(pos_comment_marker):
244 c_code = c_code[len(pos_comment_marker):]
245 c_code = html_escape(c_code)
248 c_code = _parse_code(annotate, c_code)
252 if c_code:
278 if c_code:
280 score=score, covered=covered, code=c_code))
/dports/lang/cython-devel/cython-2b1e743/Cython/Compiler/
H A DAnnotate.py249 c_code = generated_code[k]
251 c_code = ''
253 c_code = _replace_pos_comment(pos_comment_marker, c_code)
254 if c_code.startswith(pos_comment_marker):
255 c_code = c_code[len(pos_comment_marker):]
256 c_code = html_escape(c_code)
259 c_code = _parse_code(annotate, c_code)
263 if c_code:
289 if c_code:
291 score=score, covered=covered, code=c_code))
/dports/math/py-theano/Theano-1.0.5/theano/scalar/
H A Dbasic_sympy.py58 [(c_name, c_code), (h_name, c_header)] = codegen(
61 return c_code
64 c_code = self._sympy_c_code()
65 return '\n'.join(remove(include_line, c_code.split('\n')))
68 c_code = self._sympy_c_code()
70 c_code.split('\n') if include_line(line) and
73 def c_code(self, node, name, input_names, output_names, sub): member in SymPyCCode
H A Dbasic.py1149 self.c_code(s_op[0].owner,
1283 def c_code(self, node, name, inputs, outputs, sub): member in LT
1302 def c_code(self, node, name, inputs, outputs, sub): member in GT
1321 def c_code(self, node, name, inputs, outputs, sub): member in LE
1340 def c_code(self, node, name, inputs, outputs, sub): member in GE
1358 def c_code(self, node, name, inputs, outputs, sub): member in EQ
1374 def c_code(self, node, name, inputs, outputs, sub): member in NEQ
1389 def c_code(self, node, name, inputs, outputs, sub): member in IsNan
1414 def c_code(self, node, name, inputs, outputs, sub): member in IsInf
1452 def c_code(self, node, name, inputs, outputs, sub): member in InRange
[all …]
H A Dbasic_scipy.py53 def c_code(self, node, name, inp, out, sub): member in Erf
87 def c_code(self, node, name, inp, out, sub): member in Erfc
284 def c_code(self, node, name, inp, out, sub): member in GammaLn
384 def c_code(self, node, name, inp, out, sub): member in Psi
470 def c_code(self, node, name, inp, out, sub): member in TriGamma
507 def c_code(self, node, name, inp, out, sub): member in Chi2SF
550 def c_code(self, node, name, inp, out, sub): member in GammaInc
593 def c_code(self, node, name, inp, out, sub): member in GammaIncC
636 def c_code(self, node, name, inp, out, sub): member in GammaU
679 def c_code(self, node, name, inp, out, sub): member in GammaL
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DForeignStubs.hs45 appendStubC NoStubs c_code = ForeignStubs mempty c_code
46 appendStubC (ForeignStubs h c) c_code = ForeignStubs h (c `mappend` c_code)
/dports/textproc/uchardet/uchardet-0.0.7/script/
H A DBuildLangModel.py339 c_code = header_fd.read() variable
343 c_code += ' * On: {}\n'.format(str(datetime.datetime.now()))
344 c_code += ' **/\n'
346 c_code += \
434 c_code += CTOM_str
457 c_code += """
472 c_code += "\n */\n"
507 c_code += LM_str
519 c_code += SM_str
521 c_code += '\n'
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/saga/
H A Dfont.cpp298 int c_code; in outFont() local
325 c_code = *textPointer & 0xFFU; in outFont()
337 c_code = translateChar(c_code); in outFont()
342 c_code = translateChar(c_code); in outFont()
347 c_code = translateChar(c_code); in outFont()
351 assert(c_code < FONT_CHARCOUNT); in outFont()
354 if ((drawFont.fontCharEntry[c_code].index == 0) && (c_code != FONT_FIRSTCHAR)) { in outFont()
358 if (c_code == FONT_CH_SPACE || c_code == FONT_CH_TAB) { in outFont()
362 c_code = FONT_CH_QMARK; in outFont()
367 textPoint.x += drawFont.fontCharEntry[c_code].tracking; in outFont()
[all …]
/dports/mail/p5-qpsmtpd/qpsmtpd-0.93/plugins/ident/
H A Dgeoip149 my $c_code = $self->set_country_code() or do {
153 $self->qp->connection->notes('geoip_country', $c_code);
159 $continent_code = $self->set_continent($c_code);
167 push @msg_parts, $c_code if $c_code;
257 my $c_code = shift or return;
258 my $continent = $self->{_geoip}->continent_code_by_country_code($c_code)
/dports/textproc/py-cchardet/cchardet-2.1.7/src/ext/uchardet/script/
H A DBuildLangModel.py339 c_code = header_fd.read() variable
342 c_code += '/**\n * Generated by {}\n'.format(os.path.basename(__file__))
343 c_code += ' * On: {}\n'.format(str(datetime.datetime.now()))
344 c_code += ' **/\n'
346 c_code += \
434 c_code += CTOM_str
457 c_code += """
472 c_code += "\n */\n"
507 c_code += LM_str
519 c_code += SM_str
[all …]
/dports/devel/p5-ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.28/XSBuilder/
H A DWrapXS.pm815 my $c_code = qq[
833 $c_code .= " if (tmpsv) {\n" ;
837 $c_code .= " }\n" ;
839 $c_code .= " }\n" ;
852 $c_code .= " else\n" ;
858 $c_code .= " }\n" ;
861 $c_code .= qq[ ; }
879 code => $c_code,
905 my $c_code = qq[
923 $c_code .= "\n};\n\n" ;
[all …]
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/generate/
H A Dmod.rs36 c_code: String, field
75 c_code, in generate_parser_in_directory()
87 write_file(&src_path.join("parser.c"), c_code)?; in generate_parser_in_directory()
115 Ok((input_grammar.name, parser.c_code)) in generate_parser_for_grammar()
143 let c_code = render_c_code( in generate_parser_for_grammar_with_opts() localVariable
155 c_code, in generate_parser_for_grammar_with_opts()
/dports/games/scummvm/scummvm-2.5.1/engines/saga/
H A Dfont.cpp420 int c_code; in outFont() local
447 c_code = *textPointer & 0xFFU; in outFont()
459 c_code = translateChar(c_code); in outFont()
464 c_code = translateChar(c_code); in outFont()
469 c_code = translateChar(c_code); in outFont()
473 assert(c_code < FONT_CHARCOUNT); in outFont()
476 if ((drawFont.fontCharEntry[c_code].index == 0) && (c_code != FONT_FIRSTCHAR)) { in outFont()
480 if (c_code == FONT_CH_SPACE || c_code == FONT_CH_TAB) { in outFont()
484 c_code = FONT_CH_QMARK; in outFont()
489 textPoint.x += drawFont.fontCharEntry[c_code].tracking; in outFont()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/font/GlyphVector/
H A DNLGlyphTest.java45 int c_code = cgv.getGlyphCode(0); in main() local
47 if ((c_code != l_code) || (l_code == 0)) { in main()
49 System.out.println("create code="+c_code + " layout code="+l_code); in main()
/dports/math/py-theano/Theano-1.0.5/theano/compile/
H A Dops.py66 def c_code(self, node, nodename, inp, out, sub): member in ViewOp
77 return super(ViewOp, self).c_code(node, nodename, inp, out, sub)
192 def c_code(self, node, name, inames, onames, sub): member in DeepCopyOp
203 return super(DeepCopyOp, self).c_code(node, name, inames, onames, sub)
282 def c_code(self, node, name, inames, onames, sub): member in Shape
293 return super(Shape, self).c_code(node, name, inames, onames, sub)
402 def c_code(self, node, name, inames, onames, sub): member in Shape_i
415 return super(Shape_i, self).c_code(node, name, inames, onames, sub)
751 def c_code(self, node, nodename, inp, out, sub): member in Rebroadcast
903 def c_code(self, node, name, inames, onames, sub): member in SpecifyShape
[all …]

12345678910