OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reciprocal
(Results
76 - 100
of
213
) sorted by null
1
2
3
4
5
6
7
8
9
/external/llvm/include/llvm/Target/
TargetOptions.h
234
/// This class encapsulates options for
reciprocal
-estimate code generation.
/external/llvm/lib/Target/X86/
X86Subtarget.h
211
/// Processor has AVX-512 Exponential and
Reciprocal
Instructions
X86.td
120
"Enable AVX-512 Exponential and
Reciprocal
Instructions",
/external/mesa3d/src/gallium/state_trackers/vega/
asm_fill.h
305
/* replace 0.0f by 1.0f before calculating
reciprocal
*/
/external/mesa3d/src/glsl/
README
163
Mesa IR (and many hardware backends) only have a
reciprocal
/external/vulkan-validation-layers/libs/glm/gtx/
simd_vec4.inl
709
// SSE scalar
reciprocal
sqrt using rsqrt op, plus one Newton-Rhaphson iteration
/system/core/libpixelflinger/
fixed.cpp
44
// case we don't need to compute anything. We get the
reciprocal
for
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
r5900-full.s
217
# Floating point
reciprocal
squre root
/external/llvm/lib/Support/
APFloat.cpp
[
all
...]
/external/libjpeg-turbo/simd/
jsimd_arm_neon.S
[
all
...]
/external/vixl/src/vixl/a64/
assembler-a64.h
[
all
...]
/bionic/libm/x86/
s_tan.S
74
// Tau = multiplier for the
reciprocal
, always -1 or 0
90
// Here recip_hi + recip_lo is an accurate
reciprocal
of the remainder
/external/llvm/lib/Target/Hexagon/
HexagonInstrInfoV5.td
214
// F2_sfrecipa:
Reciprocal
approximation for division.
857
// Floating point
reciprocal
square root approximation
[
all
...]
/external/valgrind/none/tests/ppc64/
test_isa_2_07_part2.c
794
* does an actual
reciprocal
calculation versus estimation, so the answer we get back from
856
* input, perform a
reciprocal
estimate in double-precision, round
[
all
...]
/system/media/audio_utils/include/audio_utils/
primitives.h
779
/* The scale factor is the
reciprocal
of the fractional bits.
[
all
...]
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_1.sh
[
all
...]
/external/ceres-solver/internal/ceres/
covariance_impl.cc
622
<< "
Reciprocal
condition number: "
/external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h
220
// Altivec does not offer a divide instruction, we have to do a
reciprocal
approximation
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btScalar.h
484
#define btRecipSqrt(x) ((btScalar)(btScalar(1.0)/btSqrt(btScalar(x)))) /*
reciprocal
square root */
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftcalc.c
819
/* lower linear approximation for
reciprocal
length minus one */
/external/libvncserver/
README
259
surprise was
reciprocal
inverse to the size of VNC!
/external/llvm/lib/Target/PowerPC/
PPC.td
78
"Assume higher precision
reciprocal
estimates">;
/external/mesa3d/src/gallium/docs/source/
tgsi.rst
74
.. opcode:: RCP -
Reciprocal
83
.. opcode:: RSQ -
Reciprocal
Square Root
398
.. opcode:: RCC -
Reciprocal
Clamped
1298
.. opcode:: DRCP -
Reciprocal
[
all
...]
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp
137
// RCP F64: Newton Raphson
reciprocal
(x): r_{i+1} = r_i * (2.0 - x * r_i)
/external/opencv3/3rdparty/libpng/
png.c
[
all
...]
Completed in 1708 milliseconds
1
2
3
4
5
6
7
8
9