/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_maos_arrays.c | 179 if (!rmesa->tcl.norm.buf)
|
/external/neven/Embedded/common/src/b_TensorEm/ |
CompactMat.h | 71 * (int16) 'normBits' norm bits of row vector
|
VectorMap.h | 36 bts_VM_NORMALIZER, /* normalizes a vector using euclidean norm */
|
/external/skia/src/pathops/ |
SkDCubicToQuads.cpp | 25 |x| is the euclidean norm of x
|
/external/ceres-solver/internal/ceres/ |
covariance_test.cc | 347 col_end - col_begin) - actual).norm(); 756 EXPECT_NEAR((expected - actual).norm(), 0.0, kTolerance) 765 EXPECT_NEAR((expected - actual).norm(), 0.0, kTolerance)
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
swapimpl.cpp | 455 pInfo->dataFormat[0]==0x4e && /* dataFormat="Norm" */ 577 pInfo->dataFormat[0]==0x54 && /* dataFormat="Norm" */ 642 { { 0x4e, 0x6f, 0x72, 0x6d }, unorm_swap }, /* dataFormat="Norm" */
|
/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);
|
lp_test_blend.c | 103 type.norm ? "n" : "", 136 type.norm ? "n" : "", 730 /* float, fixed, sign, norm, width, len */
|
/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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
bitvect.h | 442 /* Version 6.4 03.10.04 Added C++ comp. directives. Improved "Norm()". */ 452 /* Version 5.3 12.05.98 Improved Norm. Completed history. */ 453 /* Version 5.2 31.03.98 Improved Norm. */
|
/external/icu4c/tools/toolutil/ |
swapimpl.cpp | 541 pInfo->dataFormat[0]==0x4e && /* dataFormat="Norm" */ 663 pInfo->dataFormat[0]==0x54 && /* dataFormat="Norm" */ 728 { { 0x4e, 0x6f, 0x72, 0x6d }, unorm_swap }, /* dataFormat="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);
|
lp_test_blend.c | 103 type.norm ? "n" : "", 136 type.norm ? "n" : "", 730 /* float, fixed, sign, norm, width, len */
|
/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/opencv/cv/src/ |
cvoptflowlk.cpp | 513 float Norm = (A1B2 + A2) * (A1B2 + A2) + (B1 + A1B2) * (B1 + A1B2); 515 if( Norm ) 517 float IGradNorm = 8 / Norm;
|
/packages/apps/Settings/res/values-cs/ |
arrays.xml | 64 <item msgid="1932071435506638315">"Normální"</item> 344 <item msgid="8222123259497646551">"Normální"</item> 476 <item msgid="7088762389498381203">"normální"</item>
|
/external/chromium_org/third_party/skia/src/effects/ |
SkPerlinNoiseShader.cpp | [all...] |
/external/skia/src/effects/ |
SkPerlinNoiseShader.cpp | [all...] |
/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...] |
/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...] |
/external/opencv/cvaux/src/ |
cvlmeds.cpp | 682 double norm, summ, best_norm; local 806 norm = 0; 819 norm += summ * summ; 822 norm = sqrt( norm ); 824 if( best_norm == -1 || norm < best_norm ) 830 best_norm = norm; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
complex | 72 template<typename _Tp> _Tp norm(const complex<_Tp>&); 310 const _Tp __n = std::norm(__z); 626 // 26.2.7/5: norm(__z) returns the squared magnitude of __z. 627 // As defined, norm() is -not- a norm is the common mathematical 656 norm(const complex<_Tp>& __z) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
complex | 72 template<typename _Tp> _Tp norm(const complex<_Tp>&); 310 const _Tp __n = std::norm(__z); 626 // 26.2.7/5: norm(__z) returns the squared magnitude of __z. 627 // As defined, norm() is -not- a norm is the common mathematical 656 norm(const complex<_Tp>& __z) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
complex | 72 template<typename _Tp> _Tp norm(const complex<_Tp>&); 310 const _Tp __n = std::norm(__z); 626 // 26.2.7/5: norm(__z) returns the squared magnitude of __z. 627 // As defined, norm() is -not- a norm is the common mathematical 656 norm(const complex<_Tp>& __z) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
complex | 72 template<typename _Tp> _Tp norm(const complex<_Tp>&); 310 const _Tp __n = std::norm(__z); 626 // 26.2.7/5: norm(__z) returns the squared magnitude of __z. 627 // As defined, norm() is -not- a norm is the common mathematical 656 norm(const complex<_Tp>& __z) [all...] |