HomeSort by relevance Sort by last modified time
    Searched full:normalized (Results 1001 - 1025 of 2497) sorted by null

<<41424344454647484950>>

  /external/skia/src/gpu/ops/
GrOvalOpFactory.cpp 52 * operates in a space normalized by the circle radius (outer radius in the case of a stroke)
57 * p is the position in the normalized space.
59 * innerRad is the innerRadius in normalized space (ignored if not stroking).
152 // This is the cap radius in normalized space where the outer radius is 1 and
153 // circledEdge.w is the normalized inner radius.
    [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapper.inl     [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 1202 String normalized = fixPath(pathOfClass); local
1216 String normalized = fixPath(path); local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp 1505 GLboolean normalized; member in struct:deqp::gles2::Functional::__anon18338::PointerData
    [all...]
  /external/libopus/celt/
bands.c 125 /* We're adding one here to ensure the normalized band isn't larger than unity norm */
364 /* Compute the weights to use for optimizing normalized distortion across
367 wanted to minimize the MSE in the non-normalized domain. This roughly
736 /* theta is the atan() of the ratio between the (normalized)
    [all...]
  /external/wayland-protocols/freedesktop.org/unstable/tablet/
tablet-unstable-v2.xml 88 Some extra axes are normalized, i.e. the client knows the range as
90 unknown. The current normalized axes are pressure, distance, and slider.
473 event is normalized to a value between 0 and 65535.
484 event is normalized to a value between 0 and 65535.
515 value is normalized between -65535 and 65535, with 0 as the logical
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
float.go 99 // trailing 0 bits. x.mant is normalized if the msb of x.mant == 1 (i.e.,
376 // have before calling round. z's mantissa must be normalized (with the msb set)
552 // normalized x != 0
554 fmant, exp := math.Frexp(x) // get normalized mantissa
686 panic("x not normalized")
704 panic("x not normalized")
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float.go 99 // trailing 0 bits. x.mant is normalized if the msb of x.mant == 1 (i.e.,
376 // have before calling round. z's mantissa must be normalized (with the msb set)
552 // normalized x != 0
554 fmant, exp := math.Frexp(x) // get normalized mantissa
686 panic("x not normalized")
704 panic("x not normalized")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 737 /* Return 1 if the input is certainly normalized, 0 if it might not be. */
763 return 0; /* non-canonical sort order, not normalized */
766 return 1; /* certainly normalized */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 730 /* Return 1 if the input is certainly normalized, 0 if it might not be. */
756 return 0; /* non-canonical sort order, not normalized */
759 return 1; /* certainly normalized */
    [all...]
  /external/aac/libFDK/include/
fixpoint_math.h 142 description: delivers 1/sqrt(op) normalized to .5...1 and the shift value
288 delivers 1/sqrt(op) normalized to .5...1 and the shift value of the OUTPUT,
310 val <<= *shift; /* normalized input V */
  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 248 * eigenvectors are normalized to have (Euclidean) norm equal to one. If
564 * For numerical stability m.trace() should be near zero and to avoid over- or underflow m should be normalized.
696 eivecs.col(1) = eivecs.col(2).cross(eivecs.col(0)).normalized();
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ULocale.java 303 * The 1st item is the normalized id. The 2nd item is the
362 * The first item is the normalized variant id.
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
ULocale.java 300 * The 1st item is the normalized id. The 2nd item is the
367 * The first item is the normalized variant id.
    [all...]
  /external/python/cpython2/Modules/
unicodedata.c 737 /* Return 1 if the input is certainly normalized, 0 if it might not be. */
763 return 0; /* non-canonical sort order, not normalized */
766 return 1; /* certainly normalized */
    [all...]
  /external/python/cpython3/Python/
codecs.c 51 /* Convert a string to a normalized Python string: all characters are
116 /* Convert the encoding to a normalized Python string: all
200 /* Convert the encoding to a normalized Python string: all
    [all...]
  /external/trappy/trappy/
ftrace.py 535 """plot the normalized load of all the clusters, similar to how compare runs did it
554 title = trappy.plot_utils.normalize_title("Normalized Utilization", title)
632 represent timestamps that are not normalized, (i.e. the ones
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fma.c 132 * that both a and b are normalized, so no underflow or overflow will occur.
s_fmal.c 124 * that both a and b are normalized, so no underflow or overflow will occur.
  /build/make/core/
dex_preopt_libart.mk 171 # contains the normalized path list of the libraries. This makes it easier to conditionally prepend
  /cts/apps/CameraITS/pymodules/its/
image.py 95 Tuple (mean_image var_image) of float-4 images, with non-normalized
403 # Three-channel black levels, normalized to [0,1] by white_level.
638 xnorm,ynorm,wnorm,hnorm: Normalized (in [0,1]) coords for the tile.
809 Normalized image
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
PerAlignedUtils.java 61 "negative normalized value");
  /development/tools/logblame/
analyze_logs.py 113 """Write a bucket in the normalized format."""
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_binop.py 29 """Rational number implemented as a normalized pair of longs."""

Completed in 1774 milliseconds

<<41424344454647484950>>