OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:printd
(Results
1 - 11
of
11
) sorted by null
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
bindings.c
9
/*
printd
- printf that takes a double prints it as "%f\n", returning 0. */
10
extern double
printd
(double X) {
function
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
bindings.c
9
/*
printd
- printf that takes a double prints it as "%f\n", returning 0. */
10
extern double
printd
(double X) {
function
/external/llvm/test/Analysis/ScalarEvolution/
2007-11-14-SignedAddRec.ll
1
; RUN: opt < %s -indvars -S | grep
printd
| grep 1206807378
4
declare void @
printd
(i32)
22
call void @
printd
(i32 %x.0)
/external/llvm/docs/tutorial/
LangImpl6.html
502
things. For example, we can now add a nice sequencing operator (
printd
is
507
ready> <b>extern
printd
(x);</b>
508
Read extern: declare double @
printd
(double)
511
ready> <b>
printd
(123) :
printd
(456) :
printd
(789);</b>
[
all
...]
OCamlLangImpl6.html
483
things. For example, we can now add a nice sequencing operator (
printd
is
488
ready> <b>extern
printd
(x);</b>
489
Read extern: declare double @
printd
(double)
492
ready> <b>
printd
(123) :
printd
(456) :
printd
(789);</b>
[
all
...]
LangImpl7.html
721
extern
printd
(x);
728
printd
(x) :
730
printd
(x);
[
all
...]
OCamlLangImpl7.html
749
extern
printd
(x);
756
printd
(x) :
758
printd
(x);
[
all
...]
LangImpl8.html
98
arbitrary external functions, and we use it for things like "
printd
" and
OCamlLangImpl8.html
98
arbitrary external functions, and we use it for things like "
printd
" and
/external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp
909
///
printd
- printf that takes a double prints it as "%f\n", returning 0.
911
double
printd
(double X) {
function
/external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp
1072
///
printd
- printf that takes a double prints it as "%f\n", returning 0.
1074
double
printd
(double X) {
function
[
all
...]
Completed in 3029 milliseconds