Home
last modified time | relevance | path

Searched refs:AEABI_FUNC (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/arm/aeabi/
H A Daeabi_double.c67 int AEABI_FUNC(d2iz, float64, float64_to_int32_round_to_zero) in AEABI_FUNC2()
68 float32 AEABI_FUNC(d2f, float64, float64_to_float32) in AEABI_FUNC2()
69 float64 AEABI_FUNC(i2d, int, int32_to_float64) in AEABI_FUNC2()
H A Daeabi_float.c67 int AEABI_FUNC(f2iz, float32, float32_to_int32_round_to_zero) in AEABI_FUNC2()
68 float64 AEABI_FUNC(f2d, float32, float32_to_float64) in AEABI_FUNC2()
69 float32 AEABI_FUNC(i2f, int, int32_to_float32) in AEABI_FUNC2()
H A Daeabi_vfp.h74 #define AEABI_FUNC(name, in_type, soft_func) \ macro
107 #define AEABI_FUNC(name, in_type, soft_func) \ macro