HomeSort by: relevance | last modified time | path
    Searched defs:GET_HIGH_WORD (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/src/
e_hypotl.c 41 #undef GET_HIGH_WORD
42 #define GET_HIGH_WORD(i, v) GET_LDBL_EXPSIGN(i, v)
63 GET_HIGH_WORD(ha,x);
65 GET_HIGH_WORD(hb,y);
129 GET_HIGH_WORD(high,t1);
math_private.h 152 #define GET_HIGH_WORD(i,d) \

Completed in 13 milliseconds