Home
last modified time | relevance | path

Searched refs:int_fast64_t (Results 1 – 17 of 17) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/
A Dsoftfloat.h135 int_fast64_t f32_to_i64( float32_t, uint_fast8_t, bool );
139 int_fast64_t f32_to_i64_r_minMag( float32_t, bool );
169 int_fast64_t f64_to_i64( float64_t, uint_fast8_t, bool );
173 int_fast64_t f64_to_i64_r_minMag( float64_t, bool );
210 int_fast64_t extF80_to_i64( extFloat80_t, uint_fast8_t, bool );
214 int_fast64_t extF80_to_i64_r_minMag( extFloat80_t, bool );
240 int_fast64_t extF80M_to_i64_r_minMag( const extFloat80_t *, bool );
268 int_fast64_t f128_to_i64( float128_t, uint_fast8_t, bool );
272 int_fast64_t f128_to_i64_r_minMag( float128_t, bool );
295 int_fast64_t f128M_to_i64( const float128_t *, uint_fast8_t, bool );
[all …]
A Dinternals.h77 int_fast64_t
81 int_fast64_t softfloat_roundPackMToI64( bool, uint32_t *, uint_fast8_t, bool );
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/
A Ds_roundPackToI64.c44 int_fast64_t
55 int_fast64_t z; in softfloat_roundPackToI64()
A Df64_to_i64_r_minMag.c44 int_fast64_t f64_to_i64_r_minMag( float64_t a, bool exact ) in f64_to_i64_r_minMag()
52 int_fast64_t absZ; in f64_to_i64_r_minMag()
A DextF80_to_i64_r_minMag.c44 int_fast64_t extF80_to_i64_r_minMag( extFloat80_t a, bool exact ) in extF80_to_i64_r_minMag()
52 int_fast64_t absZ; in extF80_to_i64_r_minMag()
A Df32_to_i64_r_minMag.c44 int_fast64_t f32_to_i64_r_minMag( float32_t a, bool exact ) in f32_to_i64_r_minMag()
53 int_fast64_t absZ; in f32_to_i64_r_minMag()
A DextF80M_to_i64.c46 int_fast64_t
57 int_fast64_t
A Df128M_to_i64.c46 int_fast64_t
56 int_fast64_t
A Df128_to_i64_r_minMag.c44 int_fast64_t f128_to_i64_r_minMag( float128_t a, bool exact ) in f128_to_i64_r_minMag()
53 int_fast64_t absZ; in f128_to_i64_r_minMag()
A DextF80M_to_i64_r_minMag.c46 int_fast64_t extF80M_to_i64_r_minMag( const extFloat80_t *aPtr, bool exact ) in extF80M_to_i64_r_minMag()
55 int_fast64_t extF80M_to_i64_r_minMag( const extFloat80_t *aPtr, bool exact ) in extF80M_to_i64_r_minMag()
A Df128M_to_i64_r_minMag.c46 int_fast64_t f128M_to_i64_r_minMag( const float128_t *aPtr, bool exact ) in f128M_to_i64_r_minMag()
55 int_fast64_t f128M_to_i64_r_minMag( const float128_t *aPtr, bool exact ) in f128M_to_i64_r_minMag()
A DextF80_to_i64.c44 int_fast64_t
A Ds_roundPackMToI64.c44 int_fast64_t
A Df32_to_i64.c44 int_fast64_t f32_to_i64( float32_t a, uint_fast8_t roundingMode, bool exact ) in f32_to_i64()
A Df128_to_i64.c44 int_fast64_t f128_to_i64( float128_t a, uint_fast8_t roundingMode, bool exact ) in f128_to_i64()
A Df64_to_i64.c44 int_fast64_t f64_to_i64( float64_t a, uint_fast8_t roundingMode, bool exact ) in f64_to_i64()
/optee_os-3.20.0/lib/libutils/isoc/include/
A Dstdint.h82 typedef int64_t int_fast64_t; typedef

Completed in 11 milliseconds