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
[flang] Accept polymorphic component element in storage_size
[llvm-project.git]
/
libc
/
test
/
src
/
math
/
generic
/
CMakeLists.txt
blob
9803f34873e5d09d1c37dc7e68c9d0e7c25c0265
1
add_fp_unittest(
2
ceil_test
3
NEED_MPFR
4
SUITE
5
libc_math_unittests
6
SRCS
7
../ceil_test.cpp
8
DEPENDS
9
libc.include.math
10
libc.src.math.generic.ceil
11
)
12
13
add_fp_unittest(
14
ceilf_test
15
NEED_MPFR
16
SUITE
17
libc_math_unittests
18
SRCS
19
../ceilf_test.cpp
20
DEPENDS
21
libc.include.math
22
libc.src.math.generic.ceilf
23
)
24
25
add_fp_unittest(
26
ceill_test
27
NEED_MPFR
28
SUITE
29
libc_math_unittests
30
SRCS
31
../ceill_test.cpp
32
DEPENDS
33
libc.include.math
34
libc.src.math.generic.ceill
35
)
36