repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[LoongArch] Eliminate the redundant sign extension of division (#107971)"
[llvm-project.git]
/
lldb
/
test
/
API
/
types
/
double.cpp
blob
6788dadfe02ffdb0b2270aecf6457f515d84b175
1
#define T double
2
#define T_CSTR
"double"
3
#define T_VALUE_1 1100.125
4
#define T_VALUE_2 2200.250
5
#define T_VALUE_3 33.00
6
#define T_VALUE_4 44.00
7
#define T_PRINTF_FORMAT
"%lg"
8
9
#include
"basic_type.cpp"