Home | History | Annotate | Download | only in 1.0
      1 component_class: LIB_SHARED
      2 component_type: BIONIC_LIBM
      3 component_type_version: 1.0
      4 component_name: "libm"
      5 
      6 header: "<math.h>"
      7 
      8 interface: {
      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