• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1component_class: LIB_SHARED
2component_type: BIONIC_LIBM
3component_type_version: 1.0
4component_name: "libm"
5
6header: "<math.h>"
7
8interface: {
9  api: {
10    name: "fabs"
11    return_type: {
12      type: TYPE_SCALAR
13      scalar_type: "double_t"
14    }
15    arg: {
16      type: TYPE_SCALAR
17      scalar_type: "double_t"
18    }
19  }
20
21  api: {
22    name: "fabsf"
23    return_type: {
24      type: TYPE_SCALAR
25      scalar_type: "float_t"
26    }
27    arg: {
28      type: TYPE_SCALAR
29      scalar_type: "float_t"
30    }
31  }
32}
33