HomeSort by relevance Sort by last modified time
    Searched full:reciprocal (Results 51 - 75 of 213) sorted by null

1 23 4 5 6 7 8 9

  /external/clang/include/clang/Basic/
arm_neon.td 591 // E.3.10 Reciprocal/Sqrt
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
BigFraction.java 670 return multiply(fraction.reciprocal());
1008 public BigFraction reciprocal() { method in class:BigFraction
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
AbstractLeastSquaresOptimizer.java 255 * the reciprocal of the weights.
  /external/llvm/lib/Target/AArch64/
AArch64SchedA57.td 507 // ASIMD reciprocal estimate, D-form
509 // ASIMD reciprocal estimate, Q-form
512 // ASIMD reciprocal step, D-form, FZ
514 // ASIMD reciprocal step, Q-form, FZ
    [all...]
  /external/mesa3d/src/glsl/
lower_instructions.cpp 57 * reciprocal. By breaking the operation down, constant reciprocals
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 171 * Reciprocal of 10 for quick divide by 10's
  /external/vulkan-validation-layers/libs/glm/detail/
intrinsic_common.inl 300 // SSE scalar reciprocal sqrt using rsqrt op, plus one Newton-Rhaphson iteration
  /frameworks/base/core/java/android/widget/
Chronometer.java 213 * make sure that each start() call has a reciprocal call to {@link #stop}.
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities.h 188 * Reciprocal (1/a). Prevents divide by 0.
215 * Square root of a reciprocal. Prevents divide by 0 and imaginary output.
  /external/llvm/include/llvm/IR/
Instruction.h 253 /// Set or clear the allow-reciprocal flag on this instruction, which must be
280 /// Determine whether the allow-reciprocal flag is set.
Operator.h 292 /// reciprocal instead of division, aka the 'R' fast-math property.
  /external/llvm/lib/IR/
Instruction.cpp 130 /// Set or clear the allow-reciprocal flag on this instruction, which must be an
175 /// Determine whether the allow-reciprocal flag is set.
  /external/llvm/lib/Target/X86/
X86Schedule.td 70 defm WriteFRcp : X86SchedWritePair; // Floating point reciprocal estimate.
71 defm WriteFRsqrt : X86SchedWritePair; // Floating point reciprocal square root estimate.
X86ISelLowering.h 255 /// Floating point reciprocal-sqrt and reciprocal approximation.
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_vec4.hpp 550 //! Returns the reciprocal of the positive square root of x.
556 //! Returns the reciprocal of the positive square root of x.
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities.h 188 * Reciprocal (1/a). Prevents divide by 0.
215 * Square root of a reciprocal. Prevents divide by 0 and imaginary output.
  /art/compiler/optimizing/
instruction_simplifier.cc 1137 HConstant* reciprocal = nullptr; local
    [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
graphics_PiglitBVT_1.sh     [all...]
  /external/vixl/doc/
supported-instructions.md     [all...]
  /frameworks/rs/api/
rs_math.spec 1125 summary: Reciprocal computed to 16 bit precision
1127 Returns the approximate reciprocal of a value.
1141 summary: Reciprocal of a square root computed to 16 bit precision
    [all...]
  /external/boringssl/src/crypto/bn/
exponentiation.c 202 BIGNUM Nr; /* the reciprocal */
299 * we need multiply ABCDEF by 3 digests of the reciprocal of ab */
584 * exponentiation using the reciprocal-based quick remaindering
    [all...]
  /external/valgrind/none/tests/ppc32/
test_isa_2_06_part3.c 422 /* This function is for checking the reciprocal and reciprocal square root
429 * does an actual reciprocal calculation versus estimation, so the answer we get back from
    [all...]
  /external/ImageMagick/MagickCore/
resample.c 773 * sense to actually compute the reciprocal of major_mag and
    [all...]
  /external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h 79 __m128 rd; // reciprocal of the determinant
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 162 cl::desc("Choose reciprocal operation types and parameters."),

Completed in 710 milliseconds

1 23 4 5 6 7 8 9