repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tr_TR locale: Base collation on iso14651_t1 [BZ #22527]
[glibc.git]
/
sysdeps
/
ieee754
/
float128
/
Versions
blob
2eebc6f1b0d2630b10edbd9b439a1bc87fec78e7
1
%include <float128-abi.h>
2
%ifndef FLOAT128_VERSION
3
% error "float128-abi.h must define FLOAT128_VERSION"
4
%endif
5
libc {
6
FLOAT128_VERSION {
7
__strtof128_internal;
8
__wcstof128_internal;
9
}
10
GLIBC_PRIVATE {
11
# For __nanf128.
12
__strtof128_nan;
13
}
14
}
15
libm {
16
FLOAT128_VERSION {
17
__acosf128_finite;
18
__acoshf128_finite;
19
__asinf128_finite;
20
__atan2f128_finite;
21
__atanhf128_finite;
22
__coshf128_finite;
23
__exp10f128_finite;
24
__exp2f128_finite;
25
__expf128_finite;
26
__finitef128;
27
__fmodf128_finite;
28
__fpclassifyf128;
29
__gammaf128_r_finite;
30
__hypotf128_finite;
31
__iseqsigf128;
32
__isinff128;
33
__isnanf128;
34
__issignalingf128;
35
__j0f128_finite;
36
__j1f128_finite;
37
__jnf128_finite;
38
__lgammaf128_r_finite;
39
__log10f128_finite;
40
__log2f128_finite;
41
__logf128_finite;
42
__powf128_finite;
43
__remainderf128_finite;
44
__signbitf128;
45
__sinhf128_finite;
46
__sqrtf128_finite;
47
__y0f128_finite;
48
__y1f128_finite;
49
__ynf128_finite;
50
}
51
}