HomeSort by relevance Sort by last modified time
    Searched refs:norm (Results 276 - 300 of 347) sorted by null

<<11121314

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
videodev.h 40 __u16 norm; member in struct:video_channel
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 267 if(type.norm && !type.floating && !type.fixed && !type.sign) {
309 if(bld->type.norm) {
340 if(bld->type.norm && (bld->type.floating || bld->type.fixed))
370 assert(!bld->type.norm);
580 if(bld->type.norm) {
610 if(bld->type.norm && (bld->type.floating || bld->type.fixed))
721 if(!type.floating && !type.fixed && type.norm) {
934 if (type.norm) {
1018 if (bld->type.norm) {
1052 if(bld->type.norm) {
    [all...]
lp_bld_format_soa.c 370 tmp_type.norm = TRUE;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 267 if(type.norm && !type.floating && !type.fixed && !type.sign) {
309 if(bld->type.norm) {
340 if(bld->type.norm && (bld->type.floating || bld->type.fixed))
370 assert(!bld->type.norm);
580 if(bld->type.norm) {
610 if(bld->type.norm && (bld->type.floating || bld->type.fixed))
721 if(!type.floating && !type.fixed && type.norm) {
934 if (type.norm) {
1018 if (bld->type.norm) {
1052 if(bld->type.norm) {
    [all...]
lp_bld_format_soa.c 370 tmp_type.norm = TRUE;
  /external/wpa_supplicant_8/src/tls/
libtommath.c 1695 int res, n, t, i, norm, neg; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 58 "--normalize" => \$norm,
79 if(defined $norm) {
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 58 "--normalize" => \$norm,
79 if(defined $norm) {
  /external/qemu/android/skin/
trackball.c 90 norm( int dx, int dy ) function
421 if ( norm( ball->acc_x, ball->acc_y ) > ball->acc_threshold )
  /frameworks/rs/
rsElement.cpp 416 bool norm,
418 return (RsElement)Element::create(rsc, dt, dk, norm, vecSize);
  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.c 279 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); local
345 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
382 if(getTestOption(QUICK_OPTION) <= 0 && norm != UCOL_ON) {
386 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h 161 m_scal(j) = m_L.col(j).norm();
  /external/icu/icu4c/source/test/cintltst/
callcoll.c 279 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); local
345 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
382 if(getTestOption(QUICK_OPTION) <= 0 && norm != UCOL_ON) {
386 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 569 z_src_type.norm = TRUE;
573 assert(z_src_type.norm);
745 assert(z_src_type.norm);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c 205 double norm = vector_normalize(v); local
206 double cosa = v[0] / norm;
207 double sina = v[1] / norm;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 569 z_src_type.norm = TRUE;
573 assert(z_src_type.norm);
745 assert(z_src_type.norm);
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 205 double norm = vector_normalize(v); local
206 double cosa = v[0] / norm;
207 double sina = v[1] / norm;
  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp 858 UChar *norm = NULL; local
867 norm = (UChar *)allocateMemory((size + 1) * sizeof(UChar),
872 size = unorm_normalize(text, safeoffset, UNORM_NFD, 0, norm,
874 if (U_FAILURE(*status) && norm != NULL) {
875 uprv_free(norm);
    [all...]
ucol_res.cpp 374 UColAttributeValue norm; local
398 norm = normalizationMode;
498 ucol_setAttribute(result, UCOL_NORMALIZATION_MODE, norm, status);
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 845 UChar *norm = NULL; local
854 norm = (UChar *)allocateMemory((size + 1) * sizeof(UChar),
859 size = unorm_normalize(text, safeoffset, UNORM_NFD, 0, norm,
861 if (U_FAILURE(*status) && norm != NULL) {
862 uprv_free(norm);
867 norm = buffer;
871 ucol_setText(coleiter, norm, size, status);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 1133 UChar norm[32]; local
    [all...]
  /external/opencv/cvaux/src/
cvhmm.cpp 1501 float norm; local
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 327 native long rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize);
328 synchronized long nElementCreate(long type, int kind, boolean norm, int vecSize) {
330 return rsnElementCreate(mContext, type, kind, norm, vecSize);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 273 native int rsnElementCreate(int con, int type, int kind, boolean norm, int vecSize);
274 synchronized int nElementCreate(int type, int kind, boolean norm, int vecSize) {
276 return rsnElementCreate(mContext, type, kind, norm, vecSize);
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 392 RealScalar norm() const;

Completed in 1228 milliseconds

<<11121314