HomeSort by relevance Sort by last modified time
    Searched refs:exponent (Results 401 - 425 of 775) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/org/smali/util/2.1.3/
util-2.1.3.jar 
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 3527 Register exponent = ToRegister(instr->right()); local
3534 Register exponent = ToRegister(instr->right()); local
3552 Register exponent = ToRegister(instr->right()); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c     [all...]
  /external/skia/tests/
BlurTest.cpp 203 float exponent = -(x * x) / (2 * sigma * sigma); local
204 return k * expf(exponent);
  /external/skqp/tests/
BlurTest.cpp 202 float exponent = -(x * x) / (2 * sigma * sigma); local
203 return k * expf(exponent);
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 1150 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
1155 int[] exponent,
1159 // C function GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
1163 java.nio.IntBuffer exponent
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
scanner_test.go 292 {"(x + 1.0e+x)", "malformed floating-point constant exponent", 0, 10},
  /prebuilts/go/darwin-x86/src/math/big/
nat.go 966 // If the base is non-trivial and the exponent is large, we use
969 // third. Even for a 32-bit exponent, this reduces the number of
985 // We walk through the bits of the exponent one by one. Each time we
1153 // same windowed exponent, but with Montgomery multiplications
ratconv_test.go 296 // try to overflow exponent
  /prebuilts/go/darwin-x86/src/strconv/
atof_test.go 128 // try to overflow exponent
  /prebuilts/go/darwin-x86/test/
float_lit2.go 17 // The next float32 would be f? = (1+1)×2¹²? = 1×2¹²?, except that exponent is out of range.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
scanner_test.go 292 {"(x + 1.0e+x)", "malformed floating-point constant exponent", 0, 10},
  /prebuilts/go/linux-x86/src/math/big/
nat.go 966 // If the base is non-trivial and the exponent is large, we use
969 // third. Even for a 32-bit exponent, this reduces the number of
985 // We walk through the bits of the exponent one by one. Each time we
1153 // same windowed exponent, but with Montgomery multiplications
ratconv_test.go 296 // try to overflow exponent
  /prebuilts/go/linux-x86/src/strconv/
atof_test.go 128 // try to overflow exponent
  /prebuilts/go/linux-x86/test/
float_lit2.go 17 // The next float32 would be f? = (1+1)×2¹²? = 1×2¹²?, except that exponent is out of range.
  /prebuilts/tools/common/m2/repository/xslthl/xslthl/2.0.1/
xslthl-2.0.1.jar 
  /external/aac/libSBRdec/src/
env_calc.cpp 137 special Mantissa-Exponent format ( see calculateSbrEnvelope() ) are being
166 /* yet another exponent [0]: for ts < no_cols; [1]: for ts >= no_cols */
167 SCHAR exponent[2]; member in struct:__anon14006
800 into mantissa and exponent. The variable names in the source code carry
808 research-implementation) of a mantissa/exponent-pair can be calculated as
815 be converted to an 'input exponent' (#input_e), which fits the internal
818 Before the actual processing, an exponent #adj_e for resulting adjuste
    [all...]
  /external/python/cpython3/Lib/
_pydecimal.py 159 DecimalTuple = _namedtuple('DecimalTuple', 'sign digits exponent')
212 """Exponent of a 0 changed to fit bounds.
214 This occurs and signals clamped if the exponent of a result has been
216 representation. This may occur when the exponent of a zero result would
218 number would have an encoded exponent that cannot be represented. In
219 this latter case, the exponent is reduced to fit and the corresponding
339 """Exponent < Emin before rounding.
342 operation is subnormal (that is, its adjusted exponent is less than
352 This occurs and signals overflow if the adjusted exponent of a result
391 adjusted exponent of the result would be smaller (more negative) tha
    [all...]
  /external/python/cpython3/Modules/_decimal/
_decimal.c 3406 PyObject *exponent = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Capability.c 734 WriteUnaligned32 ((UINT32 *)Buffer, SwapBytes32 (Parameters->parameters.rsaDetail.exponent));
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 361 void setSpotLightExponent(int index, float exponent);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msasn1.h 344 ASN1intx_t exponent; member in struct:tagASN1real_t
  /prebuilts/go/darwin-x86/src/encoding/json/
encode_test.go 791 re(`e[0-9]`), // positive exponent must be signed
792 re(`e[+-]0`), // exponent must not have leading zeros

Completed in 693 milliseconds

<<11121314151617181920>>