Home
last modified time | relevance | path

Searched refs:SQRT (Results 1 – 25 of 65) sorted by relevance

123

/openbsd-src/regress/usr.bin/mandoc/eqn/unary/
H A Dsqrt.out_ascii1 UNARY-SQRT(1) General Commands Manual UNARY-SQRT(1)
/openbsd-src/gnu/usr.bin/gcc/contrib/
H A Dparanoia.cc774 SQRT (const FLOAT &f) in SQRT() function
1703 Random9 = SQRT (FLOAT (3)); in main()
1734 TstCond (Failure, (Zero == SQRT (Zero)) in main()
1735 && (-Zero == SQRT (-Zero)) in main()
1736 && (One == SQRT (One)), "Square root of 0.0, -0.0 or 1.0 wrong"); in main()
1782 X = SQRT (X); in main()
1783 Q = SQRT (Y); in main()
1784 Z = SQRT (Z); in main()
2028 R = SQRT (Underflow / UfThold); in main()
2205 V9 = SQRT (Z); in main()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SchedA55.td51 // The FP DIV/SQRT instructions execute totally differently from the FP ALU
56 def CortexA55UnitFPDIV : ProcResource<1> { let BufferSize = 0; } // FP Div/SQRT, 64/128
364 // Floating Point Conversions, MAC, DIV, SQRT
383 def : InstRW<[CortexA55WriteFSqrtHP], (instregex "^.*SQRT.*16$")>;
384 def : InstRW<[CortexA55WriteFSqrtSP], (instregex "^.*SQRT.*32$")>;
385 def : InstRW<[CortexA55WriteFSqrtDP], (instregex "^.*SQRT.*64$")>;
H A DAArch64SchedThunderX.td349 // Floating Point MAC, DIV, SQRT
357 def : InstRW<[THXT8XWriteFSqrtSP], (instregex "^.*SQRT.*32$")>;
358 def : InstRW<[THXT8XWriteFSqrtDP], (instregex "^.*SQRT.*64$")>;
H A DAArch64SchedA53.td288 // Floating Point MAC, DIV, SQRT
296 def : InstRW<[A53WriteFSqrtSP], (instregex "^.*SQRT.*32$")>;
297 def : InstRW<[A53WriteFSqrtDP], (instregex "^.*SQRT.*64$")>;
H A DAArch64SchedA64FX.td1301 def : InstRW<[A64FXXWriteFSqrtSP], (instregex "^.*SQRT.*32$")>;
1310 def : InstRW<[A64FXXWriteFSqrtDP], (instregex "^.*SQRT.*64$")>;
2261 def : InstRW<[A64FXWrite_FDIVH], (instregex "^F(DIVR?|SQRT)_Z.*_H")>;
2267 def : InstRW<[A64FXWrite_FDIVS], (instregex "^F(DIVR?|SQRT)_Z.*_S")>;
2273 def : InstRW<[A64FXWrite_FDIVD], (instregex "^F(DIVR?|SQRT)_Z.*_D")>;
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMScheduleV6.td257 // Single-precision FP SQRT
260 // Double-precision FP SQRT
H A DARMScheduleA8.td348 // Single-precision FP SQRT
353 // Double-precision FP SQRT
/openbsd-src/usr.bin/bc/
H A Dscan.l137 "sqrt" return SQRT;
H A Dbc.y136 %token RETURN FOR IF WHILE SQRT
640 | SQRT LPAR expression RPAR
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsh4a.md213 ;; Double precision FDIV/SQRT
H A Dsh4.md411 ;; Single Precision FDIV/SQRT
453 ;; Double precision FDIV/SQRT
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFloat.td53 defm SQRT : UnaryFP<fsqrt, "sqrt", 0x91, 0x9f>;
/openbsd-src/gnu/gcc/gcc/
H A Dconvert.c172 CASE_MATHFN (SQRT) in convert_to_real()
H A Dsched-vis.c212 case SQRT: in print_exp()
H A Dsimplify-rtx.c1091 case SQRT: in simplify_const_unary_operation()
1223 case SQRT: in simplify_const_unary_operation()
1241 case SQRT: in simplify_const_unary_operation()
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dintrin.def364 DEFNAME ("SQRT", "sqrt", "SqRt", genNONE, specSQRT)
1045 DEFSPEC (SQRT,
1046 "SQRT",
3211 DEFIMP (SQRT, "SQRT", L_SQRT,SQRT,, "F=:0:X=F*")
H A Dintdoc.in58 SQRT(REALPART(@var{@1@})**2+IMAGPART(@var{@1@})**2)
569 DEFDOC (SQRT, "Square root.", "\
575 For example, @samp{SQRT(COMPLEX(@var{@1@}))}.
577 The inverse of this function is @samp{SQRT(@var{@1@}) * SQRT(@var{@1@})}.
580 DEFDOC (CSQRT, "Square root (archaic).", ARCHAIC (SQRT, SqRt))
582 DEFDOC (DSQRT, "Square root (archaic).", ARCHAIC (SQRT, SqRt))
584 DEFDOC (CDSQRT, "Square root (archaic).", ARCHAIC (SQRT, SqRt))
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsimplify-rtx.c545 case SQRT:
634 case SQRT:
652 case SQRT:
H A Dsched-vis.c343 case SQRT:
/openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.h1415 case SQRT: \
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86.td545 // vectorized code we should care about the throughput of SQRT operations.
553 "true", "Scalar SQRT is fast (disable Newton-Raphson)">;
558 "true", "Vector SQRT is fast (disable Newton-Raphson)">;
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.h3320 { "condexec_sf_unary_operator", { ABS, NEG, SQRT }}, \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.h2701 case SQRT: \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.c1825 case SQRT:

123