Searched refs:xpi (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapFilter.h148 const float xpi = x * static_cast<float>(SK_ScalarPI); variable
150 return ((sk_float_sin(xpi) / xpi) * // sinc(x)
151 (0.54f + 0.46f * sk_float_cos(xpi / fWidth))); // hamming(x)
168 float xpi = x * static_cast<float>(SK_ScalarPI); variable
169 return (sk_float_sin(xpi) / xpi) * // sinc(x)
170 sk_float_sin(xpi / fWidth) / (xpi / fWidth); // sinc(x/fWidth)
/external/skia/src/core/
H A DSkBitmapFilter.h148 const float xpi = x * static_cast<float>(SK_ScalarPI); variable
150 return ((sk_float_sin(xpi) / xpi) * // sinc(x)
151 (0.54f + 0.46f * sk_float_cos(xpi / fWidth))); // hamming(x)
168 float xpi = x * static_cast<float>(SK_ScalarPI); variable
169 return (sk_float_sin(xpi) / xpi) * // sinc(x)
170 sk_float_sin(xpi / fWidth) / (xpi / fWidth); // sinc(x/fWidth)
/external/clang/test/SemaTemplate/
H A Dimplicit-instantiation-1.cpp9 void test(X<int, int> *xii, X<int*, int> *xpi, X<int, int*> *xip) { argument
11 (void)xpi->f(0, 2);
/external/chromium_org/skia/ext/
H A Dimage_operations.cc58 float xpi = x * static_cast<float>(M_PI); local
59 return (sin(xpi) / xpi) * // sinc(x)
60 sin(xpi / filter_size) / (xpi / filter_size); // sinc(x/filter_size)
84 const float xpi = x * static_cast<float>(M_PI); local
86 return ((sin(xpi) / xpi) * // sinc(x)
87 (0.54f + 0.46f * cos(xpi / filter_size))); // hamming(x)
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl247 $self->{index} =~ s/^[er](.?[0-9xpi])[d]?$/r\1/;
248 $self->{base} =~ s/^[er](.?[0-9xpi])[d]?$/r\1/;
/external/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl247 $self->{index} =~ s/^[er](.?[0-9xpi])[d]?$/r\1/;
248 $self->{base} =~ s/^[er](.?[0-9xpi])[d]?$/r\1/;
/external/sonivox/jet_tools/JetCreator/
H A Dimg_splash.py827 \xa3v\xa0\x87v.xpi)\xe2\xc3E\xf2\xfc\x04k\x8e\xf9\x8af8c]\x7f\x84\xd4Cu\xe2h\

Completed in 217 milliseconds