readme.txt
1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
関数とソースの対応表
1.C標準関数
memchr memchr.c
memmove memmove.c
memcmp memcmp.c
memset memset.c
_nmemcpy memcpy.c
_nstrchr strchr.c
strcpy strcpy.c
strncat strncat.c
strncpy strncpy.c
strrchr strrchr.c
strcmp strcmp.c
strcspn strcspn.c
_nstrlen strlen.c
strncmp strncmp.c
strpbrk strpbrk.c
strspn strspn.c
strcat strcat.c
strstr strstr.c
strtok strtok.c
longjmp setjmp.s
setjmp setjmp.s
labs labs.c
abs abs.c
srand srand.c
rand srand.c
atof atof.c
atoi atoi.c
atol atol.c
strtol strtol.c
strtod strtod.c
strtoul strtoul.c
_nldiv ldiv.c
div div.c
qsort qsort.c
mt_qsort mt_qsort.c
bsearch bsearch.c
2.数値演算ライブラリ
sin sin.c
_nsinf sinf.c
cos cos.c
_ncosf cosf.c
tan tan.c
tanf tanf.c
acos acos.c
acosf acosf.c
asin asin.c
asinf asinf.c
atan atan.c
atanf atanf.c
atan2 atan2.c
atan2f atan2f.c
sinh sinh.c
sinhf sinhf.c
cosh cosh.c
coshf coshf.c
tanh tanh.c
tanhf tanhf.c
exp exp.c
expf expf.c
frexp frexp.c
frexpf frexpf.c
ldexp ldexp.c
ldexpf ldexpf.c
modf modf.c
modff modff.c
log log.c
logf logf.c
log10 log10.c
log10f log10f.c
pow pow.c
powf powf.c
sqrt sqrt.s
_nsqrtf sqrtf.s
fabs fabs.s
fabsf fabsf.s
floor floor.s
floorf floorf.s
ceil ceil.s
ceilf ceilf.s
fmod fmod.c
fmodf fmodf.c
hypot hypot.c
hypotf hypotf.c
3.メモリ割当てルーチン
InitHeap initheap.c
malloc malloc.c
mt_malloc mt_malloc.c
free free.c
mt_free mt_free.c
realloc realloc.c
mt_realloc mt_realloc.c
calloc calloc.c
mt_calloc mt_calloc.c
memalign memalign.c
mt_memalign mt_memalign.c
malloc_memcheck malloc_memcheck.c
mt_malloc_memcheck mt_malloc_memcheck.c
malloc_memdsp malloc_memdsp.c
mt_malloc_memdsp mt_malloc_memdsp.c