HomeSort by relevance Sort by last modified time
    Searched full:reciprocal (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 171 * Reciprocal of 10 for quick divide by 10's
  /external/llvm/include/llvm/IR/
Instruction.h 200 /// Set or clear the allow-reciprocal flag on this instruction, which must be
222 /// Determine whether the allow-reciprocal flag is set.
Operator.h 287 /// reciprocal instead of division, aka the 'R' fast-math property.
  /external/llvm/lib/IR/
Instruction.cpp 126 /// Set or clear the allow-reciprocal flag on this instruction, which must be an
166 /// Determine whether the allow-reciprocal flag is set.
  /packages/apps/Camera/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.
  /packages/apps/Gallery2/jni_mosaic/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.
  /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.
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c 392 /* This function is for checking the reciprocal and reciprocal square root
399 * does an actual reciprocal calculation versus estimation, so the answer we get back from
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part3.c 392 /* This function is for checking the reciprocal and reciprocal square root
399 * does an actual reciprocal calculation versus estimation, so the answer we get back from
    [all...]
  /external/clang/include/clang/Basic/
arm_neon.td 197 // E.3.10 Reciprocal/Sqrt
  /external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h 79 __m128 rd; // reciprocal of the determinant
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 189 // Scales are reciprocal frequencies.
  /external/llvm/lib/Target/X86/
X86Schedule.td 65 defm WriteFRcp : X86SchedWritePair; // Floating point reciprocal.
X86ISelLowering.h 212 /// FRSQRT, FRCP - Floating point reciprocal-sqrt and reciprocal
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 132 // frameRate is reciprocal of frameDuration, which is
  /system/core/libpixelflinger/
fixed.cpp 44 // case we don't need to compute anything. We get the reciprocal for
  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 633 SkScalar reciprocal = SkScalarInvert(fRec.fTextSize); local
634 fUnitMatrix.preScale(reciprocal, reciprocal);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 656 SkScalar reciprocal = SkScalarInvert(fRec.fTextSize); local
657 fUnitMatrix.preScale(reciprocal, reciprocal);
    [all...]
  /external/openssl/crypto/bn/
bn.h 341 /* Used for reciprocal division/mod functions
347 BIGNUM Nr; /* the reciprocal */
    [all...]
  /external/openssl/include/openssl/
bn.h 341 /* Used for reciprocal division/mod functions
347 BIGNUM Nr; /* the reciprocal */
    [all...]
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 217 // Altivec does not offer a divide instruction, we have to do a reciprocal approximation
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3dtypes.h 208 D3DVALUE rhw; /* Reciprocal of homogeneous w */
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DTYPES.H 208 D3DVALUE rhw; /* Reciprocal of homogeneous w */
  /frameworks/rs/scriptc/
rs_cl.rsh 937 * Return the approximate reciprocal of a value.
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 937 * Return the approximate reciprocal of a value.

Completed in 1876 milliseconds

12 3 4 5