Home
last modified time | relevance | path

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

/linux/arch/arm/nwfpe/
H A Dextended_cpdo.c33 return floatx80_div(roundData, rFm, rFn); in floatx80_rdv()
41 [DVF_CODE >> 20] = floatx80_div,
47 [FDV_CODE >> 20] = floatx80_div,
H A Dsoftfloat.h218 floatx80 floatx80_div( struct roundingData *, floatx80, floatx80 );
H A Dsoftfloat.c2987 floatx80 floatx80_div( struct roundingData *roundData, floatx80 a, floatx80 b ) in floatx80_div() function