Home
last modified time | relevance | path

Searched defs:xf (Results 1 – 25 of 94) sorted by relevance

1234

/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DResize.cpp127 float xf, float yf, int width) { in OneBiCubic()
162 float xf, float yf, int width) { in OneBiCubic()
197 float xf, float yf, int width) { in OneBiCubic()
280 float xf, float yf, int width) { in OneBiCubic()
303 float xf, float yf, int width) { in OneBiCubic()
326 float xf, float yf, int width) { in OneBiCubic()
383 float xf = (x1 + 0.5f) * mScaleX - 0.5f; in kernelU4() local
410 float xf = _mm_cvtss_f32(_mm_fmsub_ss(_mm_set1_ps(x1 + 0.5f) , _mm_set1_ps(scaleX) , in kernelU4() local
454 float xf = (x1 + 0.5f) * mScaleX - 0.5f; in kernelU2() local
482 float xf = _mm_cvtss_f32(_mm_fmsub_ss(_mm_set1_ps(x1 + 0.5f) , _mm_set1_ps(scaleX) , in kernelU2() local
[all …]
/external/cronet/stable/third_party/llvm-libc/src/src/math/generic/
Dtanhf16.cpp70 float xf = x; variable
122 float xf = x; variable
Dexpxf16.h66 float xf = x; in exp_range_reduction() local
109 float xf = x; in exp2_range_reduction() local
156 float xf = x; in exp10_range_reduction() local
238 float xf = x; in eval_sinh_or_cosh() local
Dsincosf16_utils.h97 LIBC_INLINE void sincosf16_eval(float xf, float &sin_k, float &cos_k, in sincosf16_eval()
105 LIBC_INLINE void sincospif16_eval(float xf, float &sin_k, float &cos_k, in sincospif16_eval()
Dcospif16.cpp27 float xf = x; variable
Dexpf16.cpp101 float xf = x; variable
Dsinpif16.cpp26 float xf = x; variable
Dexp2m1f16.cpp139 float xf = x; variable
/external/cronet/tot/third_party/llvm-libc/src/src/math/generic/
Dtanhf16.cpp70 float xf = x; variable
122 float xf = x; variable
Dexpxf16.h66 float xf = x; in exp_range_reduction() local
109 float xf = x; in exp2_range_reduction() local
156 float xf = x; in exp10_range_reduction() local
238 float xf = x; in eval_sinh_or_cosh() local
Dsincosf16_utils.h97 LIBC_INLINE void sincosf16_eval(float xf, float &sin_k, float &cos_k, in sincosf16_eval()
105 LIBC_INLINE void sincospif16_eval(float xf, float &sin_k, float &cos_k, in sincospif16_eval()
Dsinpif16.cpp26 float xf = x; variable
Dcospif16.cpp27 float xf = x; variable
Dexpf16.cpp101 float xf = x; variable
/external/llvm-libc/src/math/generic/
Dtanhf16.cpp72 float xf = x; variable
126 float xf = x; variable
Dexpxf16.h66 float xf = x; in exp_range_reduction() local
109 float xf = x; in exp2_range_reduction() local
156 float xf = x; in exp10_range_reduction() local
238 float xf = x; in eval_sinh_or_cosh() local
Dsincosf16_utils.h94 LIBC_INLINE void sincosf16_eval(float xf, float &sin_k, float &cos_k, in sincosf16_eval()
102 LIBC_INLINE void sincospif16_eval(float xf, float &sin_k, float &cos_k, in sincospif16_eval()
Dsinpif16.cpp26 float xf = x; variable
Dcospif16.cpp27 float xf = x; variable
Dexpf16.cpp105 float xf = x; variable
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp4.cpp26 X2<float> xf; in g() local
43 X3<float> xf; in i() local
/external/liblc3/src/
Dattdet.c51 int16_t xn, xf; in lc3_attdet_run() local
63 int16_t xn, xf; in lc3_attdet_run() local
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DX7875_NewUnixTest.java39 private X7875_NewUnix xf; field in X7875_NewUnixTest
62 final X7875_NewUnix xf = (X7875_NewUnix) zae.getExtraField(X7875); in testSampleFile() local
DX000A_NTFSTest.java30 final X000A_NTFS xf = new X000A_NTFS(); in simpleRountrip() local
/external/clang/test/CodeGenCXX/
Daddress-of-fntemplate.cpp24 void h(X<int (*)()> xf) { in h()

1234