OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:issignalingf_inline
(Results
1 - 2
of
2
) sorted by null
/external/arm-optimized-routines/math/
powf.c
149
return
issignalingf_inline
(x) ? x + y : 1.0f;
151
return
issignalingf_inline
(y) ? x + y : 1.0f;
math_config.h
130
issignalingf_inline
(float x)
function
Completed in 50 milliseconds