You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
539 B

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"
}
}
}