Searched defs:inline_sqrtf (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/nocrt/amd64/
H A Dmath.h73 DECLINLINE(float) inline_sqrtf(float rf) function
95 # define sqrtf(rf) inline_sqrtf(rf)
/vbox/include/iprt/nocrt/x86/
H A Dmath.h72 DECLINLINE(float) inline_sqrtf(float rf) function
94 # define sqrtf(rf) inline_sqrtf(rf)

Completed in 42 milliseconds