HomeSort by relevance Sort by last modified time
    Searched full:fsqrt (Results 1 - 25 of 266) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/valgrind/none/tests/ppc32/
test_fx.stdout.exp 2 fsqrt 0.000000e+00 -> 0.00000000000000e+00
3 fsqrt inf -> inf
4 fsqrt -inf -> nan
5 fsqrt nan -> nan
6 fsqrt nan -> nan
7 fsqrt -5.000000e+100 -> nan
8 fsqrt -5.000000e+20 -> nan
9 fsqrt -5.010000e+02 -> nan
10 fsqrt -6.000000e+00 -> nan
11 fsqrt -1.000000e+00 -> na
    [all...]
test_fx.stdout.exp_Minus_nan 2 fsqrt 0.000000e+00 -> 0.00000000000000e+00
3 fsqrt inf -> inf
4 fsqrt -inf -> nan
5 fsqrt nan -> nan
6 fsqrt -nan -> -nan
7 fsqrt -5.000000e+100 -> nan
8 fsqrt -5.000000e+20 -> nan
9 fsqrt -5.010000e+02 -> nan
10 fsqrt -6.000000e+00 -> nan
11 fsqrt -1.000000e+00 -> na
    [all...]
test_fx.c 11 "fsqrt %%f1,%%f1\n\t"
81 do_one( "fsqrt", do_fsqrt, args, nargs, "%e", "%20.14e");
  /external/llvm/test/CodeGen/PowerPC/
fsqrt.ll 0 ; fsqrt should be generated when the fsqrt feature is enabled, but not
4 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=+fsqrt | \
5 ; RUN: grep "fsqrt f1, f1"
7 ; RUN: grep "fsqrt f1, f1"
8 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=-fsqrt | \
9 ; RUN: not grep "fsqrt f1, f1"
11 ; RUN: not grep "fsqrt f1, f1"
vec_sqrt.ll 1 ; RUN: llc -mcpu=pwr6 -mattr=+altivec,+fsqrt < %s | FileCheck %s
4 ; does not provide an fsqrt instruction for vector.
59 ; CHECK: fsqrt {{[0-9]+}}, {{[0-9]+}}
60 ; CHECK: fsqrt {{[0-9]+}}, {{[0-9]+}}
68 ; CHECK: fsqrt {{[0-9]+}}, {{[0-9]+}}
69 ; CHECK: fsqrt {{[0-9]+}}, {{[0-9]+}}
70 ; CHECK: fsqrt {{[0-9]+}}, {{[0-9]+}}
71 ; CHECK: fsqrt {{[0-9]+}}, {{[0-9]+}}
  /prebuilts/go/darwin-x86/src/math/
sqrt_386.s 10 FSQRT
asin_386.s 14 FSQRT // F0=cos(x), F1=sin(x)
26 FSQRT // F0=sin(x), F1=cos(x)
  /prebuilts/go/linux-x86/src/math/
sqrt_386.s 10 FSQRT
asin_386.s 14 FSQRT // F0=cos(x), F1=sin(x)
26 FSQRT // F0=sin(x), F1=cos(x)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
roundr-op.s 5 FSQRT $123,ROUND_NEAR,Z
roundr-op-r.d 12 c: 157b04f4 fsqrt \$123,ROUND_NEAR,\$244
roundr-op.d 10 c: 157b04f4 fsqrt \$123,ROUND_NEAR,\$244
roundr-op.l 8 5 000c 157B04F4 FSQRT \$123,ROUND_NEAR,Z
  /bionic/libm/arm64/
sqrt.S 20 fsqrt d0, d0
25 fsqrt s0, s0
  /external/llvm/test/CodeGen/AArch64/
fast-isel-sqrt.ll 6 ; CHECK: fsqrt s0, s0
14 ; CHECK: fsqrt d0, d0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
am33-2.s 824 fsqrt fs24
825 fsqrt fs18
826 fsqrt fs5
827 fsqrt fs31
828 fsqrt fs12
829 fsqrt fs6
830 fsqrt fs25
831 fsqrt fs19
832 fsqrt fs0
833 fsqrt fs2
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/
fp_comp.s 21 fsqrt,sgl %fr5,%fr10
22 fsqrt,dbl %fr5,%fr10
23 fsqrt,quad %fr5,%fr10
24 fsqrt,sgl %fr20,%fr24
25 fsqrt,dbl %fr20,%fr24
  /external/valgrind/none/tests/x86/
cse_fail.c 54 "fsqrt\n\t"
56 "fsqrt\n\t"
  /external/llvm/test/CodeGen/X86/
2007-09-27-LDIntrinsics.ll 12 ; CHECK-NEXT: fsqrt
  /external/llvm/test/MC/Mips/msa/
test_2rf.s 25 # CHECK: fsqrt.w $w0, $w11 # encoding: [0x7b,0x26,0x58,0x1e]
26 # CHECK: fsqrt.d $w15, $w12 # encoding: [0x7b,0x27,0x63,0xde]
58 fsqrt.w $w0, $w11
59 fsqrt.d $w15, $w12
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
fp.s 31 fsqrt fr0
  /external/llvm/test/MC/Disassembler/Mips/msa/
test_2rf.txt 25 0x7b 0x26 0x58 0x1e # CHECK: fsqrt.w $w0, $w11
26 0x7b 0x27 0x63 0xde # CHECK: fsqrt.d $w15, $w12
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
anames.go 230 "FSQRT",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
anames.go 230 "FSQRT",
  /bionic/libm/x86/
e_hypot.S 36 // Use 80-bit FPU precision fmul, fsqrt to compute square and sqrt.
114 fsqrt
137 fsqrt

Completed in 792 milliseconds

1 2 3 4 5 6 7 8 91011