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

  /src/lib/libm/arch/vax/
n_sqrt.S 30 * @(#)sqrt.s 8.1 (Berkeley) 6/4/93
36 WEAK_ALIAS(_sqrtl, sqrt)
37 WEAK_ALIAS(sqrtl, sqrt)
41 * double sqrt(arg) revised August 15,1982
58 ENTRY(sqrt, 0x003c) # save %r5,%r4,%r3,%r2 function
65 END(sqrt)
130 calls $2,_C_LABEL(sqrt)
  /src/lib/libm/noieee_src/
n_support.c 36 * Some IEEE standard 754 recommended functions and remainder and sqrt for
42 * slow (in particular, drem and sqrt is extremely inefficient). Each
51 * sqrt(x)
270 sqrt(double x) function in typeref:typename:double
281 /* sqrt(NaN) is NaN, sqrt(+-0) = +-0 */
284 /* sqrt(negative) is invalid */
293 /* sqrt(INF) is INF */
304 /* generate sqrt(x) bit by bit (accumulating in q) */
427 /* SQRT
    [all...]
  /src/include/
tgmath.h 146 #define sqrt(a) __TG_COMPLEX((a), sqrt) macro

Completed in 14 milliseconds