| /openbsd-src/regress/usr.bin/mandoc/eqn/unary/ |
| H A D | sqrt.out_ascii | 1 UNARY-SQRT(1) General Commands Manual UNARY-SQRT(1)
|
| /openbsd-src/gnu/usr.bin/gcc/contrib/ |
| H A D | paranoia.cc | 774 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 D | AArch64SchedA55.td | 51 // 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 D | AArch64SchedThunderX.td | 349 // Floating Point MAC, DIV, SQRT 357 def : InstRW<[THXT8XWriteFSqrtSP], (instregex "^.*SQRT.*32$")>; 358 def : InstRW<[THXT8XWriteFSqrtDP], (instregex "^.*SQRT.*64$")>;
|
| H A D | AArch64SchedA53.td | 288 // Floating Point MAC, DIV, SQRT 296 def : InstRW<[A53WriteFSqrtSP], (instregex "^.*SQRT.*32$")>; 297 def : InstRW<[A53WriteFSqrtDP], (instregex "^.*SQRT.*64$")>;
|
| H A D | AArch64SchedA64FX.td | 1301 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 D | ARMScheduleV6.td | 257 // Single-precision FP SQRT 260 // Double-precision FP SQRT
|
| H A D | ARMScheduleA8.td | 348 // Single-precision FP SQRT 353 // Double-precision FP SQRT
|
| /openbsd-src/usr.bin/bc/ |
| H A D | scan.l | 137 "sqrt" return SQRT;
|
| H A D | bc.y | 136 %token RETURN FOR IF WHILE SQRT 640 | SQRT LPAR expression RPAR
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | sh4a.md | 213 ;; Double precision FDIV/SQRT
|
| H A D | sh4.md | 411 ;; Single Precision FDIV/SQRT 453 ;; Double precision FDIV/SQRT
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrFloat.td | 53 defm SQRT : UnaryFP<fsqrt, "sqrt", 0x91, 0x9f>;
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | convert.c | 172 CASE_MATHFN (SQRT) in convert_to_real()
|
| H A D | sched-vis.c | 212 case SQRT: in print_exp()
|
| H A D | simplify-rtx.c | 1091 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 D | intrin.def | 364 DEFNAME ("SQRT", "sqrt", "SqRt", genNONE, specSQRT) 1045 DEFSPEC (SQRT, 1046 "SQRT", 3211 DEFIMP (SQRT, "SQRT", L_SQRT,SQRT,, "F=:0:X=F*")
|
| H A D | intdoc.in | 58 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 D | simplify-rtx.c | 545 case SQRT: 634 case SQRT: 652 case SQRT:
|
| H A D | sched-vis.c | 343 case SQRT:
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/ |
| H A D | xtensa.h | 1415 case SQRT: \
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86.td | 545 // 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 D | frv.h | 3320 { "condexec_sf_unary_operator", { ABS, NEG, SQRT }}, \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/ |
| H A D | sparc.h | 2701 case SQRT: \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/ |
| H A D | romp.c | 1825 case SQRT:
|