/external/skia/src/core/ |
SkNx.h | 54 OP(sqrt) OP(rsqrt0) OP(rsqrt1) OP(rsqrt2) 129 SkNx rsqrt1() const { return this->rsqrt0(); } function in class:SkNx 130 SkNx rsqrt2() const { return this->rsqrt1(); }
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
mips64-mips3d.s | 142 rsqrt1.d $f8, $f19 143 rsqrt1.s $f8, $f19 144 rsqrt1.ps $f8, $f19
|
mips64-mips3d-incl.d | 136 0+01e8 <[^>]*> 46209a1e rsqrt1\.d \$f8,\$f19 137 0+01ec <[^>]*> 46009a1e rsqrt1\.s \$f8,\$f19 138 0+01f0 <[^>]*> 46c09a1e rsqrt1\.ps \$f8,\$f19
|
mips64-mips3d.d | 133 0+01e8 <[^>]*> 46209a1e rsqrt1\.d \$f8,\$f19 134 0+01ec <[^>]*> 46009a1e rsqrt1\.s \$f8,\$f19 135 0+01f0 <[^>]*> 46c09a1e rsqrt1\.ps \$f8,\$f19
|
/external/skia/src/opts/ |
SkNx_neon.h | 92 SkNx rsqrt1() const { function in class:SkNx 97 float32x2_t est1 = this->rsqrt1().fVec; 183 SkNx rsqrt1() const { function in class:SkNx 188 float32x4_t est1 = this->rsqrt1().fVec;
|
SkNx_sse.h | 57 SkNx rsqrt1() const { return this->rsqrt0(); } function in class:SkNx 58 SkNx rsqrt2() const { return this->rsqrt1(); } 108 SkNx rsqrt1() const { return this->rsqrt0(); } function in class:SkNx 109 SkNx rsqrt2() const { return this->rsqrt1(); }
|
/external/skia/src/effects/gradients/ |
SkRadialGradient.cpp | 97 return R * R.rsqrt1();
|
/external/skia/tests/ |
SkNxTest.cpp | 57 assert_nearly_eq(0.001f, fours.rsqrt1(), 0.5, 0.5, 0.5, 0.5);
|
/toolchain/binutils/binutils-2.25/opcodes/ |
mips-opc.c | [all...] |