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
| component_class: LIB_SHARED
| component_type: BIONIC_LIBM
| component_type_version_major: 1
| component_type_version_minor: 0
| component_name: "libm"
|
| header: "<math.h>"
|
| interface: {
| api: {
| name: "fabs"
| return_type: {
| type: TYPE_SCALAR
| scalar_type: "double_t"
| }
| arg: {
| type: TYPE_SCALAR
| scalar_type: "double_t"
| }
| }
|
| api: {
| name: "fabsf"
| return_type: {
| type: TYPE_SCALAR
| scalar_type: "float_t"
| }
| arg: {
| type: TYPE_SCALAR
| scalar_type: "float_t"
| }
| }
| }
|
|