Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/nwfpe/
Dextended_cpdo.c45 return floatx80_div(roundData, rFm, rFn); in floatx80_rdv()
53 [DVF_CODE >> 20] = floatx80_div,
59 [FDV_CODE >> 20] = floatx80_div,
Dsoftfloat.h218 floatx80 floatx80_div( struct roundingData *, floatx80, floatx80 );
Dsoftfloat.c2987 floatx80 floatx80_div( struct roundingData *roundData, floatx80 a, floatx80 b ) in floatx80_div() function